Home
last modified time | relevance | path

Searched refs:diff (Results 2701 – 2725 of 3836) sorted by relevance

1...<<101102103104105106107108109110>>...154

/openbmc/linux/drivers/clk/bcm/
H A Dclk-iproc-pll.c503 unsigned long diff, best_diff; in iproc_pll_determine_rate() local
527 diff = abs(req->rate - pll->vco_param[i].rate); in iproc_pll_determine_rate()
528 if (diff <= best_diff) { in iproc_pll_determine_rate()
529 best_diff = diff; in iproc_pll_determine_rate()
533 if (diff == 0) in iproc_pll_determine_rate()
/openbmc/linux/net/tipc/
H A Dmonitor.c278 bool diff; in mon_update_local_domain() local
286 diff = dom->member_cnt != member_cnt; in mon_update_local_domain()
290 diff |= dom->members[i] != peer->addr; in mon_update_local_domain()
295 diff |= dom->up_map != prev_up_map; in mon_update_local_domain()
296 if (!diff) in mon_update_local_domain()
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c507 int diff; in atmel_pmecc_get_sigma() local
584 diff = (mu[i] - mu[ro]); in atmel_pmecc_get_sigma()
587 if ((lmu[i] >> 1) > ((lmu[ro] >> 1) + diff)) in atmel_pmecc_get_sigma()
590 lmu[i + 1] = ((lmu[ro] >> 1) + diff) * 2; in atmel_pmecc_get_sigma()
608 smu[(i + 1) * num + (k + diff)] = a; in atmel_pmecc_get_sigma()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h747 { size_t const diff = MEM_readST(pMatch) ^ MEM_readST(pIn); in ZSTD_count() local
748 if (diff) return ZSTD_NbCommonBytes(diff); } in ZSTD_count()
751 size_t const diff = MEM_readST(pMatch) ^ MEM_readST(pIn); in ZSTD_count() local
752 if (!diff) { pIn+=sizeof(size_t); pMatch+=sizeof(size_t); continue; } in ZSTD_count()
753 pIn += ZSTD_NbCommonBytes(diff); in ZSTD_count()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel.robot168 ${diff}= Evaluate int(${sel_epoch_time}) - int(${epoch_addition})
169 Should Be True ${diff}<=600
194 ${diff}= Evaluate int(${epoch_addition}) - int(${sel_epoch_time})
195 Should Be True ${diff}<=5
216 ${diff}= Evaluate int(${epoch_erase}) - int(${bmc_epoch_time})
217 Should Be True ${diff}<=5
/openbmc/linux/drivers/mfd/
H A Dsm501.c413 long diff; in sm501_calc_clock() local
422 diff = DIV_ROUND_CLOSEST(mclk, divider << shift) - freq; in sm501_calc_clock()
423 if (diff < 0) in sm501_calc_clock()
424 diff = -diff; in sm501_calc_clock()
427 if (diff < *best_diff) { in sm501_calc_clock()
428 *best_diff = diff; in sm501_calc_clock()
/openbmc/linux/drivers/net/wan/
H A Dixp4xx_hss.c1252 u32 a, b, diff = 0xFFFFFFFF; in find_best_clock() local
1257 check_clock(timer_freq, rate, 0x3FF, 1, 1, best, &diff, reg); in find_best_clock()
1266 check_clock(timer_freq, rate, a - 1, 1, 1, best, &diff, reg); in find_best_clock()
1278 &diff, reg)) in find_best_clock()
1281 &diff, reg); in find_best_clock()
1284 if (!check_clock(timer_freq, rate, a, b, c, best, &diff, reg)) in find_best_clock()
1286 if (!check_clock(timer_freq, rate, a, b, c + 1, best, &diff, in find_best_clock()
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst88 diff-like style. Lines of interest are indicated with ``-``.
425 diff -u -p a/crypto/ctr.c b/crypto/ctr.c
442 in a diff-like style.
444 **NOTE**: The diff-like output generated is NOT an applicable patch. The
447 lines around. This output can be used with the diff mode of
467 This SmPL excerpt generates diff hunks on the standard output, as
470 diff -u -p /home/user/linux/crypto/ctr.c /tmp/nothing
/openbmc/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1500 int diff = mode->htotal - mode->hsync_end; in zynqmp_dp_bridge_atomic_check() local
1506 if (diff < ZYNQMP_DP_MIN_H_BACKPORCH) { in zynqmp_dp_bridge_atomic_check()
1511 diff, ZYNQMP_DP_MIN_H_BACKPORCH - diff); in zynqmp_dp_bridge_atomic_check()
1512 diff = ZYNQMP_DP_MIN_H_BACKPORCH - diff; in zynqmp_dp_bridge_atomic_check()
1513 adjusted_mode->htotal += diff; in zynqmp_dp_bridge_atomic_check()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A Dkeyutils-test-fix-output-format.patch23 diff --git a/tests/runtest.sh b/tests/runtest.sh
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/
H A D0001-libc-compat.h-add-musl-workaround.patch22 diff --git a/include/uapi/linux/libc-compat.h b/include/uapi/linux/libc-compat.h
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/
H A D0001-Fix-missing-return-statements-in-module-stubs.patch24 diff --git a/twofish.c b/twofish.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0005-ui.c-handle-password-expire-and-update-new-password.patch13 diff --git a/src/ui.c b/src/ui.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-initialize-local-variables-before-use.patch15 diff --git a/src/kxtj3/kxtj3.c b/src/kxtj3/kxtj3.c
/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/
H A D0001-collector-Allocate-space-on-heap-for-chunks.patch15 diff --git a/collector/dump.c b/collector/dump.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A Ddebian-suppress-usr-lib-in-krb5-config.patch14 diff --git a/src/build-tools/krb5-config.in b/src/build-tools/krb5-config.in
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling_fix.patch10 diff --git a/readelflib.c b/readelflib.c
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/gparted/files/
H A D0001-Install-polkit-action-unconditionally-executable-pke.patch17 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A Ddownload.patch18 diff --git a/cmake/OpenCVDownload.cmake b/cmake/OpenCVDownload.cmake
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/
H A Dcherokee-install-configured.py-once.patch26 diff --git a/admin/Makefile.am b/admin/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/
H A D0001-Makefile.am-remove-regression-dir.patch42 diff --git a/Makefile.am b/Makefile.am
/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/
H A D0001-Append-the-user-provided-flags-to-the-auto-detected-.patch13 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch21 diff --git a/storage/innobase/log/log0sync.cc b/storage/innobase/log/log0sync.cc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/
H A Dnbench_32bits.patch25 diff --git a/Makefile b/Makefile
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch14 diff --git a/src/libcec/cmake/CheckPlatformSupport.cmake b/src/libcec/cmake/CheckPlatformSupport.cm…

1...<<101102103104105106107108109110>>...154