Home
last modified time | relevance | path

Searched refs:diff (Results 3251 – 3275 of 3836) sorted by relevance

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0002-Fix-assumed-signed-char.patch21 diff --git a/src/smtp-address-validator.cpp b/src/smtp-address-validator.cpp
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A D0001-build-Fix-Savannah-64681-webpage.ps-deps.patch21 diff --git a/doc/doc.am b/doc/doc.am
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/
H A D0001-cmake-fix-when-cross-compiling.patch25 diff --git a/CMakeLists.txt b/CMakeLists.txt
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/
H A DCVE-2022-24795.patch34 diff --git a/src/yajl_buf.c b/src/yajl_buf.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-build-fix-build-with-Python-3.12.patch20 diff --git a/configure.py b/configure.py
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch30 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch15 diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dbind-ensure-searching-for-json-headers-searches-sysr.patch35 diff --git a/configure.ac b/configure.ac
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A Dautogen.sh-exclude-pc.patch22 diff --git a/autogen.sh b/autogen.sh
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A D0006-Define-correct-gregs-for-RISCV32.patch16 diff --git a/src/debug.c b/src/debug.c
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/
H A D7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch12 diff --git a/jsmin/test.py b/jsmin/test.py
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A D0001-src-mmap_hook.cc-Fix-build-for-32bit-machine.patch22 diff --git a/src/mmap_hook.cc b/src/mmap_hook.cc
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0003-support-infinit-timeout.patch13 diff --git a/blivet/util.py b/blivet/util.py
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/
H A D0001-lock.py-fix-Exception-handling.patch30 diff --git a/dnf/lock.py b/dnf/lock.py
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst103 % git diff
104 diff --git a/tools/bpf_inspect.py b/tools/bpf_inspect.py
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DVim15 …he modified Vim you distribute. This may be done in the form of a context diff. You can choose wha…
28 …umber of changes is small (e.g., a modified Makefile) e-mailing a context diff will do. The e-mail…
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dip6gre_custom_multipath_hash.sh363 local diff=$((d222 - d111))
366 local pct=$(echo "$diff / $sum * 100" | bc -l)
H A Dgre_custom_multipath_hash.sh361 local diff=$((d222 - d111))
364 local pct=$(echo "$diff / $sum * 100" | bc -l)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-general.rst105 :ref:`ref-classes-buildhistory` output using ``git diff`` or ``buildhistory-diff``.
/openbmc/linux/tools/perf/tests/
H A Dattr.py122 def diff(self, other): member in Event
327 exp_event.diff(res_event)
/openbmc/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1433 int diff; in pure_hex() local
1435 diff = 0; in pure_hex()
1438 while (diff <= max_digit) { in pure_hex()
1445 diff++; in pure_hex()
1448 if ((diff < min_digit) || (diff > max_digit) || (*val > max_val)) in pure_hex()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c1818 int diff; in musb_schedule() local
1827 diff = hw_ep->max_packet_sz_rx; in musb_schedule()
1829 diff = hw_ep->max_packet_sz_tx; in musb_schedule()
1830 diff -= (qh->maxpacket * qh->hb_mult); in musb_schedule()
1832 if (diff >= 0 && best_diff > diff) { in musb_schedule()
1854 best_diff = diff; in musb_schedule()
/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_post.c677 u32 reg_mcr18, reg_mcr0c, passcnt[2], diff; in finetuneDQSI() local
735 diff = pass[dqidly][dqsip][1] - pass[dqidly][dqsip][0]; in finetuneDQSI()
736 if ((diff+2) < g_margin) in finetuneDQSI()
746 if (diff > (g_margin+1) && (passcnt[1] > 0 || passcnt[0] > 8)) { in finetuneDQSI()
747 g_margin = diff; in finetuneDQSI()
752 if (diff > g_margin) in finetuneDQSI()
753 g_margin = diff; in finetuneDQSI()
/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c660 u32 diff; in bbr_lt_bw_interval_done() local
664 diff = abs(bw - bbr->lt_bw); in bbr_lt_bw_interval_done()
665 if ((diff * BBR_UNIT <= bbr_lt_bw_ratio * bbr->lt_bw) || in bbr_lt_bw_interval_done()
666 (bbr_rate_bytes_per_sec(sk, diff, BBR_UNIT) <= in bbr_lt_bw_interval_done()
/openbmc/linux/fs/xfs/
H A Dxfs_trans.c870 int64_t diff; in xfs_trans_precommit_sort() local
883 diff = lia->li_ops->iop_sort(lia) - lib->li_ops->iop_sort(lib); in xfs_trans_precommit_sort()
884 if (diff < 0) in xfs_trans_precommit_sort()
886 if (diff > 0) in xfs_trans_precommit_sort()

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