Home
last modified time | relevance | path

Searched refs:diff (Results 1001 – 1025 of 3835) sorted by relevance

1...<<41424344454647484950>>...154

/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0004-reproducible.patch37 diff --git a/BaseTools/Source/C/GenFw/Elf64Convert.c b/BaseTools/Source/C/GenFw/Elf64Convert.c
77 diff --git a/BaseTools/Source/Python/AutoGen/BuildEngine.py b/BaseTools/Source/Python/AutoGen/Build…
91 diff --git a/BaseTools/Source/Python/AutoGen/GenMake.py b/BaseTools/Source/Python/AutoGen/GenMake.py
155 diff --git a/BaseTools/Source/Python/AutoGen/ModuleAutoGen.py b/BaseTools/Source/Python/AutoGen/Mod…
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils/
H A Dmakefile-add-ldflags.patch5 diff --git a/utils/Makefile b/utils/Makefile
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/
H A Dobsolete_automake_macros.patch4 diff -Nurd startup-notification-0.12/configure.in startup-notification-0.12/configure.in
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dhave_strerror.patch3 diff -ruN tcp_wrappers_7.6.orig/percent_m.c tcp_wrappers_7.6/percent_m.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch20 diff --git a/authfd.c b/authfd.c
78 diff --git a/bufbn.c b/bufbn.c
91 diff --git a/key.c b/key.c
257 diff --git a/ssh-dss.c b/ssh-dss.c
306 diff --git a/ssh-ecdsa.c b/ssh-ecdsa.c
346 diff --git a/ssh-rsa.c b/ssh-rsa.c
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch26 diff --git a/INSTALL b/INSTALL
66 diff --git a/include/curses.events b/include/curses.events
78 diff --git a/ncurses/tinfo/lib_tparm.c b/ncurses/tinfo/lib_tparm.c
93 diff --git a/progs/reset_cmd.c b/progs/reset_cmd.c
443 diff --git a/progs/tabs.c b/progs/tabs.c
476 diff --git a/progs/tic.c b/progs/tic.c
/openbmc/linux/net/sctp/
H A Dauth.c151 int diff; in sctp_auth_compare_vectors() local
155 diff = vector1->len - vector2->len; in sctp_auth_compare_vectors()
156 if (diff) { in sctp_auth_compare_vectors()
157 longer = (diff > 0) ? vector1->data : vector2->data; in sctp_auth_compare_vectors()
163 for (i = 0; i < abs(diff); i++) { in sctp_auth_compare_vectors()
165 return diff; in sctp_auth_compare_vectors()
/openbmc/openbmc/poky/meta/recipes-extended/which/which-2.21/
H A Dautomake.patch6 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/
H A Dno-strip.patch6 diff --git a/Makefile b/Makefile
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dconfigure.patch11 diff --git a/configure.in b/configure.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/
H A Dlibspatialite_pkgconfig.patch3 diff -rupN libspatialite-5.0.1/spatialite.pc.in libspatialite-5.0.1-new/spatialite.pc.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/
H A Dac-prog-cxx.patch11 diff --git a/configure.in b/configure.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-net/
H A Dlibtool2.patch11 diff --git a/configure.in b/configure.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.3.15-fix-provider-debugging.patch3 diff -up sblim-sfcb-1.4.5/providerDrv.c.orig sblim-sfcb-1.4.5/providerDrv.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A D7003cross_ranlib.patch12 diff --git a/Makefile b/Makefile
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-prerelease-datestamp-fixes.patch11 diff --git a/NEWS b/NEWS
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A Dnoman.patch11 diff --git a/Makefile.am b/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch28 diff --git a/doc/tutorial.rst b/doc/tutorial.rst
86 diff --git a/pydbus/error.py b/pydbus/error.py
189 diff --git a/pydbus/proxy_method.py b/pydbus/proxy_method.py
233 diff --git a/pydbus/registration.py b/pydbus/registration.py
267 diff --git a/tests/error.py b/tests/error.py
340 diff --git a/tests/publish_error.py b/tests/publish_error.py
478 diff --git a/tests/run.sh b/tests/run.sh
/openbmc/linux/drivers/video/fbdev/vermilion/
H A Dvermilion.c574 int diff; in vml_nearest_clock() local
580 diff = clock - vml_clocks[i]; in vml_nearest_clock()
581 diff = (diff < 0) ? -diff : diff; in vml_nearest_clock()
582 if (diff < cur_diff) { in vml_nearest_clock()
584 cur_diff = diff; in vml_nearest_clock()
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c1986 unsigned int diff; in MapPhysicalMemory() local
2002 diff = (int)startpAddress % PAGESIZE; in MapPhysicalMemory()
2003 startpAddress -= diff; in MapPhysicalMemory()
2004 length += diff; in MapPhysicalMemory()
2037 *virtualAddress = (long)(startvAddress + diff); in MapPhysicalMemory()
2045 unsigned int diff = 0; in UnmapPhysicalMemory() local
2048 diff = ((unsigned int) virtualAddress) % PAGESIZE; in UnmapPhysicalMemory()
2049 virtualAddress -= diff; in UnmapPhysicalMemory()
2050 Length += diff; in UnmapPhysicalMemory()
/openbmc/qemu/target/riscv/
H A Dtranslate.c215 target_long diff) in gen_pc_plus_diff() argument
217 target_ulong dest = ctx->base.pc_next + diff; in gen_pc_plus_diff()
233 static void gen_update_pc(DisasContext *ctx, target_long diff) in gen_update_pc() argument
235 gen_pc_plus_diff(cpu_pc, ctx, diff); in gen_update_pc()
236 ctx->pc_save = ctx->base.pc_next + diff; in gen_update_pc()
283 static void gen_goto_tb(DisasContext *ctx, int n, target_long diff) in gen_goto_tb() argument
285 target_ulong dest = ctx->base.pc_next + diff; in gen_goto_tb()
301 gen_update_pc(ctx, diff); in gen_goto_tb()
305 gen_update_pc(ctx, diff); in gen_goto_tb()
309 gen_update_pc(ctx, diff); in gen_goto_tb()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c534 uint32_t level, diff; in strongarm_gpio_handler_update() local
539 for (diff = s->prev_level ^ level; diff; diff ^= 1 << bit) { in strongarm_gpio_handler_update()
540 bit = ctz32(diff); in strongarm_gpio_handler_update()
751 uint32_t level, diff; in strongarm_ppc_handler_update() local
756 for (diff = s->prev_level ^ level; diff; diff ^= 1 << bit) { in strongarm_ppc_handler_update()
757 bit = ctz32(diff); in strongarm_ppc_handler_update()
/openbmc/linux/include/net/
H A Dip_vs.h826 struct sk_buff *, int *diff, struct ip_vs_iphdr *ipvsh);
833 struct sk_buff *, int *diff, struct ip_vs_iphdr *ipvsh);
1718 __be32 diff[2] = { ~old, new }; in ip_vs_check_diff4() local
1720 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff4()
1727 __be32 diff[8] = { ~old[3], ~old[2], ~old[1], ~old[0], in ip_vs_check_diff16() local
1730 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff16()
1736 __be16 diff[2] = { ~old, new }; in ip_vs_check_diff2() local
1738 return csum_partial(diff, sizeof(diff), oldsum); in ip_vs_check_diff2()
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc235 intptr_t diff = value - (intptr_t)(code_ptr + 1);
240 if (diff == sextract32(diff, 0, type)) {
241 tcg_patch32(code_ptr, deposit32(*code_ptr, 32 - type, type, diff));
268 intptr_t diff;
272 diff = 0;
274 diff = p0 - (void *)(s->code_ptr + 1);
275 tcg_debug_assert(diff != 0);
276 if (diff != sextract32(diff, 0, 20)) {
281 insn = deposit32(insn, 12, 20, diff);
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-fix-pidfile.patch18 diff --git a/src/core/nginx.c b/src/core/nginx.c
67 diff --git a/src/os/unix/ngx_daemon.c b/src/os/unix/ngx_daemon.c

1...<<41424344454647484950>>...154