Home
last modified time | relevance | path

Searched refs:diff (Results 3526 – 3550 of 3836) sorted by relevance

1...<<141142143144145146147148149150>>...154

/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/
H A D0002-spl-host-console-handle.patch54 diff --git a/arch/arm/mach-aspeed/ast2500/platform.S b/arch/arm/mach-aspeed/ast2500/platform.S
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio/
H A DMakefile-error-fix.patch13 diff --git a/Makefile b/Makefile
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/
H A D0001-Support-OpenSSL-1.1.0.patch14 diff --git a/src/hash.c b/src/hash.c
/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/
H A D0001-libgcrypt-fix-m4-file-for-oe-core.patch19 diff --git a/src/libgcrypt.m4 b/src/libgcrypt.m4
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch86 diff --git a/tests/testsuite b/tests/testsuite
/openbmc/openbmc/poky/meta/recipes-graphics/cairo/
H A Dcairo_1.18.0.bb32 file://cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2023-6683.patch69 diff --git a/ui/clipboard.c b/ui/clipboard.c
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target30 $(call conditional-diff-out,$<,$(SRC_PATH)/tests/tcg/$(TARGET_NAME)/$<.ref)
/openbmc/linux/fs/nfs/
H A Ddir.c500 loff_t diff = desc->ctx->pos - desc->current_index; in nfs_readdir_search_for_pos() local
503 if (diff < 0) in nfs_readdir_search_for_pos()
505 if (diff >= array->size) { in nfs_readdir_search_for_pos()
512 index = (unsigned int)diff; in nfs_readdir_search_for_pos()
2875 unsigned long diff; in nfs_access_cache_enforce_limit() local
2881 diff = nr_entries - nfs_access_max_cachesize; in nfs_access_cache_enforce_limit()
2882 if (diff < nr_to_scan) in nfs_access_cache_enforce_limit()
2883 nr_to_scan = diff; in nfs_access_cache_enforce_limit()
/openbmc/linux/drivers/video/fbdev/
H A Dcirrusfb.c2742 long h, diff; in bestclock() local
2755 diff = freq; in bestclock()
2770 if (h < diff) { in bestclock()
2771 diff = h; in bestclock()
2785 if (h < diff) { in bestclock()
2786 diff = h; in bestclock()
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_main.c711 u32 f_out, target_freq, diff = 0, mod_min, diff_min; in i810_calc_dclk() local
738 diff = target_freq - f_out; in i810_calc_dclk()
741 diff = f_out - target_freq; in i810_calc_dclk()
744 if (diff_min > diff) { in i810_calc_dclk()
745 diff_min = diff; in i810_calc_dclk()
750 if (!diff && mod_min > mod) { in i810_calc_dclk()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c1474 int diff = 0; in vdec_av1_slice_get_sign_bias() local
1481 diff = a - b; in vdec_av1_slice_get_sign_bias()
1483 diff = (diff & (m - 1)) - (diff & m); in vdec_av1_slice_get_sign_bias()
1485 if (diff > 0) in vdec_av1_slice_get_sign_bias()
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch30 diff --git a/chassishandler.cpp b/chassishandler.cpp
406 diff --git a/chassishandler.hpp b/chassishandler.hpp
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A Dpy-3.11.patch22 diff --git a/bluez/btmodule.c b/bluez/btmodule.c
82 diff --git a/bluez/pythoncapi_compat.h b/bluez/pythoncapi_compat.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/
H A D0001-Makefile-for-cross-compile-SoftFloat.patch20 diff --git a/SoftFloat-3e/build/Linux-Cross-Compile/Makefile b/SoftFloat-3e/build/Linux-Cross-Compi…
351 diff --git a/SoftFloat-3e/build/Linux-Cross-Compile/platform.h b/SoftFloat-3e/build/Linux-Cross-Com…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb2 SUMMARY = "MinIO Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems…
4 UNIX commands like ls, cat, cp, mirror, diff, find \
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/
H A D0001-Fru-Fix-edit-field-not-checking-area-existence.patch73 diff --git a/include/ipmitool/ipmi_fru.h b/include/ipmitool/ipmi_fru.h
85 diff --git a/lib/ipmi_fru.c b/lib/ipmi_fru.c
/openbmc/linux/block/
H A Dblk-wbt.c222 int diff = limit - inflight; in wbt_rqw_done() local
224 if (!inflight || diff >= rwb->wb_background / 2) in wbt_rqw_done()
/openbmc/linux/net/smc/
H A Dsmc_core.c973 int diff; in smc_switch_cursor() local
985 diff = smc_curs_diff(conn->peer_rmbe_size, &fin, &cons); in smc_switch_cursor()
987 &conn->tx_curs_sent, diff); in smc_switch_cursor()
989 &conn->tx_curs_fin, diff); in smc_switch_cursor()
992 atomic_add(diff, &conn->sndbuf_space); in smc_switch_cursor()
996 &conn->local_tx_ctrl.prod, diff); in smc_switch_cursor()
998 &conn->local_tx_ctrl_fin, diff); in smc_switch_cursor()
/openbmc/linux/drivers/mmc/host/
H A Dsh_mmcif.c495 unsigned int freq, best_freq, myclk, div, diff_min, diff; in sh_mmcif_clock_control() local
513 diff = (myclk > clk) ? myclk - clk : clk - myclk; in sh_mmcif_clock_control()
515 if (diff <= diff_min) { in sh_mmcif_clock_control()
518 diff_min = diff; in sh_mmcif_clock_control()
/openbmc/linux/fs/xfs/
H A Dxfs_buf.c2171 xfs_daddr_t diff; in xfs_buf_cmp() local
2173 diff = ap->b_maps[0].bm_bn - bp->b_maps[0].bm_bn; in xfs_buf_cmp()
2174 if (diff < 0) in xfs_buf_cmp()
2176 if (diff > 0) in xfs_buf_cmp()
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c317 void apply_reloc(int n, void *ptr, uintptr_t diff) in apply_reloc() argument
320 case 1: apply_reloc_n(8, ptr, diff); break; in apply_reloc()
321 case 2: apply_reloc_n(16, ptr, diff); break; in apply_reloc()
322 case 4: apply_reloc_n(32, ptr, diff); break; in apply_reloc()
/openbmc/openbmc/poky/meta/recipes-extended/screen/screen/
H A D0001-fix-for-multijob-build.patch24 diff --git a/Makefile.in b/Makefile.in
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-Specify-correct-function-signatures-and-de.patch17 diff --git a/unix/configure b/unix/configure
/openbmc/docs/designs/
H A Dvirtual-sensors.md15 2. Voltage delta between two ADC inputs. When the actual diff is what which

1...<<141142143144145146147148149150>>...154