Home
last modified time | relevance | path

Searched refs:diff (Results 3376 – 3400 of 3836) sorted by relevance

1...<<131132133134135136137138139140>>...154

/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch12 diff --git a/bin/autoreconf.in b/bin/autoreconf.in
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0010-sync-with-OE-libtool-changes.patch28 diff --git a/ltmain.sh b/ltmain.sh
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana/
H A D0002-man-Makefile.am-we-seem-not-to-need-the-work-around-.patch38 diff --git a/man/Makefile.am b/man/Makefile.am
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch20 diff --git a/locale/programs/locarchive.c b/locale/programs/locarchive.c
H A D0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch32 diff --git a/elf/dl-load.c b/elf/dl-load.c
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/
H A D0001-Add-32-bit-RISC-V-support.patch15 diff --git a/src/target.rs b/src/target.rs
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0005-tests-tcg-Check-that-shmat-does-not-break-proc-self-.patch22 diff --git a/tests/tcg/multiarch/linux/linux-shmat-maps.c b/tests/tcg/multiarch/linux/linux-shmat-m…
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-build.c-ignore-return-of-1-from-tar-cf.patch30 diff --git a/src/deb/build.c b/src/deb/build.c
/openbmc/qemu/tests/tcg/i386/
H A DMakefile.target65 $(call diff-out,test-i386-fprem, test-i386-fprem.ref)
/openbmc/linux/Documentation/process/
H A Dclang-format.rst57 And then take a look at the git diff.
59 Counting the lines of such a diff is also useful for improving/tweaking
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch19 diff --git a/gcc/gengtype.cc b/gcc/gengtype.cc
50 diff --git a/gcc/genmodes.cc b/gcc/genmodes.cc
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh437 echo ' ---' Output of "'"git diff HEAD"'": >> $resdir/$ds/testid.txt
438 git diff HEAD >> $resdir/$ds/testid.txt
/openbmc/linux/drivers/clk/imx/
H A Dclk-sscg-pll.c116 int diff = temp_setup->fout_error; in clk_sscg_pll2_check_match() local
118 if (abs(diff) > abs(new_diff)) { in clk_sscg_pll2_check_match()
/openbmc/linux/arch/sparc/kernel/
H A Dsbus.c207 unsigned long diff = SYSIO_ICLR_UNUSED0 - SYSIO_IMAP_SLOT0; in sysio_imap_to_iclr() local
208 return imap + diff; in sysio_imap_to_iclr()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js59 …ar newGlobals,deletedGlobals,old=config.pollution;saveGlobal();newGlobals=diff(config.pollution,ol…
60 deletedGlobals=diff(old,config.pollution);if(deletedGlobals.length>0){QUnit.pushFailure("Deleted gl…
61 function diff(a,b){var i,j,result=a.slice();for(i=0;i<result.length;i++){for(j=0;j<b.length;j++){if… function
157 QUnit.diff=(function(){function DiffMatchPatch(){this.DiffTimeout=1.0;this.DiffEditCost=4;} function
241 …n function(o,n){var diff,output,text;diff=new DiffMatchPatch();output=diff.DiffMain(o,n);diff.diff…
332 QUnit.diff(expected,actual)+"</pre></td></tr>";}else{if(expected.indexOf("[object Array]")!==-1||ex…
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch20 diff --git a/src/syscall-m68k.h b/src/syscall-m68k.h
104 diff --git a/src/syscall-mips.h b/src/syscall-mips.h
333 diff --git a/src/syscall-parisc.h b/src/syscall-parisc.h
485 diff --git a/src/syscall.h b/src/syscall.h
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.c87 ktime_t diff; in mlx5e_skb_cb_hwtstamp_tx() local
89 diff = abs(mlx5e_skb_cb_get_hwts(skb)->port_hwtstamp - in mlx5e_skb_cb_hwtstamp_tx()
93 if (diff > (NSEC_PER_SEC >> 7)) { in mlx5e_skb_cb_hwtstamp_tx()
95 cq_stats->abort_abs_diff_ns += diff; in mlx5e_skb_cb_hwtstamp_tx()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358768.c347 u32 pll, diff, pll_in; in tc358768_calc_pll() local
358 diff = max(pll, target_pll) - min(pll, target_pll); in tc358768_calc_pll()
360 if (diff < best_diff) { in tc358768_calc_pll()
361 best_diff = diff; in tc358768_calc_pll()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_ptp.c435 struct timespec64 diff; in ksz_tstamp_reconstruct() local
449 diff = timespec64_sub(ts, ptp_clock_time); in ksz_tstamp_reconstruct()
450 if (diff.tv_sec > 2) in ksz_tstamp_reconstruct()
452 else if (diff.tv_sec < -2) in ksz_tstamp_reconstruct()
/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2/
H A D0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch16 diff --git a/pbzip2.cpp b/pbzip2.cpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch15 diff --git a/src/track/heaptrack_preload.cpp b/src/track/heaptrack_preload.cpp
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Ddisable-libxml2-check.patch14 diff --git a/Makefile.PL b/Makefile.PL
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0008-greeter.c-show-information-on-gtk-label-info.patch16 diff --git a/src/greeter.c b/src/greeter.c
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf/
H A D0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch12 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A Dperformance.patch18 diff --git a/m4/sanity.m4 b/m4/sanity.m4

1...<<131132133134135136137138139140>>...154