Home
last modified time | relevance | path

Searched refs:diff (Results 476 – 500 of 3836) sorted by relevance

1...<<11121314151617181920>>...154

/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Davoid-strip.patch10 diff -ur unzip60.orig/unix/configure unzip60/unix/configure
22 diff -ur unzip60.orig/unix/Makefile unzip60/unix/Makefile
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/
H A D0001-Define-_GNU_SOURCE-if-HAVE_SIGSET-is-set.patch16 diff --git a/src/libhttpd.c b/src/libhttpd.c
34 diff --git a/src/thttpd.c b/src/thttpd.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/
H A D0001-add-missing-system-header-string.h.patch15 diff --git a/src/sanlock_sock.c b/src/sanlock_sock.c
27 diff --git a/wdmd/wdmd_sock.c b/wdmd/wdmd_sock.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-lex-yacc-Add-missing-function-prototypes.patch15 diff --git a/l2tp_config_parse.y b/l2tp_config_parse.y
29 diff --git a/l2tp_config_token.l b/l2tp_config_token.l
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/
H A D0001-build-don-t-link-against-host-system-libraries.patch16 diff --git a/sample/Makefile.am b/sample/Makefile.am
28 diff --git a/test/Makefile.am b/test/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/
H A D0001-build-Use-ilp32d-abi-on-riscv32-and-lp64d-on-rv64.patch16 diff --git a/build/ck.build.riscv b/build/ck.build.riscv
23 diff --git a/build/ck.build.riscv64 b/build/ck.build.riscv64
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/files/
H A D0001-Use-OE-specific-checks-for-ncurses.patch14 diff --git a/src/include/hstr.h b/src/include/hstr.h
27 diff --git a/src/include/hstr_curses.h b/src/include/hstr_curses.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/
H A D0003-Add-version-information-to-libmetis.patch13 diff --git a/metis-5.1.0/Makefile b/metis-5.1.0/Makefile
40 diff --git a/metis-5.1.0/libmetis/CMakeLists.txt b/metis-5.1.0/libmetis/CMakeLists.txt
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/
H A D0001-drop-including-rpath-cmake-module.patch17 diff --git a/src/konkret/CMakeLists.txt b/src/konkret/CMakeLists.txt
29 diff --git a/src/program/CMakeLists.txt b/src/program/CMakeLists.txt
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch17 diff --git a/sysdeps/gnu/configure b/sysdeps/gnu/configure
30 diff --git a/sysdeps/gnu/configure.ac b/sysdeps/gnu/configure.ac
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg/
H A D0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.patch16 diff --git a/Makefile.am b/Makefile.am
30 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-Add-a-color-setting-for-mips64_n32-binaries.patch13 diff --git a/build/rpmfc.c b/build/rpmfc.c
35 diff --git a/rpmrc.in b/rpmrc.in
/openbmc/linux/net/sched/
H A Dsch_htb.c537 *diff = -toks; in htb_class_mode()
544 *diff = -toks; in htb_class_mode()
659 s64 toks = diff + cl->tokens; in htb_accnt_tokens()
672 s64 toks = diff + cl->ctokens; in htb_accnt_ctokens()
703 s64 diff; in htb_charge_class() local
710 htb_accnt_tokens(cl, bytes, diff); in htb_charge_class()
715 htb_accnt_ctokens(cl, bytes, diff); in htb_charge_class()
719 diff = 0; in htb_charge_class()
720 htb_change_class_mode(q, cl, &diff); in htb_charge_class()
758 s64 diff; in htb_do_events() local
[all …]
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_lvds.c133 unsigned long diff; member
233 unsigned long diff; in rcar_lvds_d3_e3_pll_calc() local
243 diff = abs(fout / div - target); in rcar_lvds_d3_e3_pll_calc()
245 if (diff < pll->diff) { in rcar_lvds_d3_e3_pll_calc()
246 pll->diff = diff; in rcar_lvds_d3_e3_pll_calc()
253 if (diff == 0) in rcar_lvds_d3_e3_pll_calc()
275 struct pll_info pll = { .diff = (unsigned long)-1 }; in rcar_lvds_pll_setup_d3_e3()
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0001-stdlib-Add-strlcat.patch19 diff --git a/Makefile.in b/Makefile.in
32 diff --git a/configure.ac b/configure.ac
52 diff --git a/include/compiler.h b/include/compiler.h
67 diff --git a/stdlib/strlcat.c b/stdlib/strlcat.c
/openbmc/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc-clk.c144 int diff; in isc_clk_determine_rate() local
147 diff = abs(req->rate - rate); in isc_clk_determine_rate()
149 if (best_diff < 0 || best_diff > diff) { in isc_clk_determine_rate()
151 best_diff = diff; in isc_clk_determine_rate()
/openbmc/linux/lib/zstd/common/
H A Dzstd_internal.h210 ptrdiff_t diff = (BYTE*)dst - (const BYTE*)src; in ZSTD_wildcopy() local
215 if (ovtype == ZSTD_overlap_src_before_dst && diff < WILDCOPY_VECLEN) { in ZSTD_wildcopy()
221 assert(diff >= WILDCOPY_VECLEN || diff <= -WILDCOPY_VECLEN); in ZSTD_wildcopy()
/openbmc/linux/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-clk.c144 int diff; in isc_clk_determine_rate() local
147 diff = abs(req->rate - rate); in isc_clk_determine_rate()
149 if (best_diff < 0 || best_diff > diff) { in isc_clk_determine_rate()
151 best_diff = diff; in isc_clk_determine_rate()
/openbmc/linux/arch/mips/kernel/
H A Drelocate.c198 size_t diff, i; in rotate_xor() local
200 diff = (void *)ptr - area; in rotate_xor()
201 if (unlikely(size < diff + sizeof(hash))) in rotate_xor()
204 size = ALIGN_DOWN(size - diff, sizeof(hash)); in rotate_xor()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dabseil-ppc-fixes.patch23 diff --git a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc b/third_party/abseil-c…
45 diff --git a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock_config.h b/third_party/ab…
59 diff --git a/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc b/third_party/abseil-c…
86 diff --git a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h b/third_party/absei…
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_vblank.c282 u32 cur_vblank, diff; in drm_update_vblank_count() local
322 diff = DIV_ROUND_CLOSEST_ULL(diff_ns, framedur_ns); in drm_update_vblank_count()
324 if (diff == 0 && in_vblank_irq) in drm_update_vblank_count()
329 diff = in_vblank_irq ? 1 : 0; in drm_update_vblank_count()
341 if (diff > 1 && (vblank->inmodeset & 0x2)) { in drm_update_vblank_count()
344 " due to pre-modeset.\n", pipe, diff); in drm_update_vblank_count()
345 diff = 1; in drm_update_vblank_count()
351 diff, cur_vblank, vblank->last); in drm_update_vblank_count()
353 if (diff == 0) { in drm_update_vblank_count()
367 store_vblank(dev, pipe, diff, t_vblank, cur_vblank); in drm_update_vblank_count()
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/
H A D0003-Fix-mixer.patch19 diff --git a/ctl_equal.c b/ctl_equal.c
50 diff --git a/ladspa_utils.c b/ladspa_utils.c
69 diff --git a/pcm_equal.c b/pcm_equal.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.42-tftpboot.patch7 diff -up tftp-hpa-0.48/tftp-xinetd.tftpboot tftp-hpa-0.48/tftp-xinetd
19 diff -up tftp-hpa-0.48/README.security.tftpboot tftp-hpa-0.48/README.security
51 diff -up tftp-hpa-0.48/tftpd/sample.rules.tftpboot tftp-hpa-0.48/tftpd/sample.rules
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A DAdded-support-for-PPC-instructions-mfatbu-mfatbl.patch20 diff --git a/VEX/priv/guest_ppc_defs.h b/VEX/priv/guest_ppc_defs.h
33 diff --git a/VEX/priv/guest_ppc_helpers.c b/VEX/priv/guest_ppc_helpers.c
62 diff --git a/VEX/priv/guest_ppc_toIR.c b/VEX/priv/guest_ppc_toIR.c
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-tests-use-EXTENSIONS_DIR.patch18 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
30 diff --git a/tests/testloadext.c b/tests/testloadext.c
60 diff --git a/tests/testmesg_stress.c b/tests/testmesg_stress.c

1...<<11121314151617181920>>...154