Home
last modified time | relevance | path

Searched refs:diff (Results 3601 – 3625 of 3836) sorted by relevance

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c1371 ktime_t diff = ktime_sub(ktime_get(), dpu_crtc->vblank_cb_time); in _dpu_debugfs_status_show() local
1372 s64 diff_ms = ktime_to_ms(diff); in _dpu_debugfs_status_show()
1379 ktime_to_ms(diff), dpu_crtc->play_count); in _dpu_debugfs_status_show()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c3180 TCGv_i64 op0, op1, diff, t1, tmax; in trans_WHILE_ptr() local
3197 diff = tcg_temp_new_i64(); in trans_WHILE_ptr()
3203 tcg_gen_sub_i64(diff, op0, op1); in trans_WHILE_ptr()
3205 tcg_gen_movcond_i64(TCG_COND_GEU, diff, op0, op1, diff, t1); in trans_WHILE_ptr()
3207 tcg_gen_andi_i64(diff, diff, -1 << a->esz); in trans_WHILE_ptr()
3209 tcg_gen_movcond_i64(TCG_COND_EQ, diff, op0, op1, tmax, diff); in trans_WHILE_ptr()
3212 tcg_gen_sub_i64(diff, op1, op0); in trans_WHILE_ptr()
3214 tcg_gen_andi_i64(diff, diff, -1 << a->esz); in trans_WHILE_ptr()
3216 tcg_gen_movcond_i64(TCG_COND_GEU, diff, op0, op1, tmax, diff); in trans_WHILE_ptr()
3220 tcg_gen_umin_i64(diff, diff, tmax); in trans_WHILE_ptr()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A DReplace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch14 diff --git a/libfdproto/ostr.c b/libfdproto/ostr.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/
H A Dparallelism.patch17 diff --git current/makefile current/makefile
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/
H A D0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch17 diff --git a/btree.c b/btree.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0005-ethernet.c-remove-it.patch14 diff --git a/ethernet.c b/ethernet.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D857.patch16 diff --git a/SConstruct b/SConstruct
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/
H A Dfix-csv2html-data.patch14 diff --git a/bon_csv2html.cpp b/bon_csv2html.cpp
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0004-linux-user-Rewrite-target_shmat.patch19 diff --git a/linux-user/mmap.c b/linux-user/mmap.c
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/
H A Druby_3.3.0.bb109 …# https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20220107-rm1diuww/packages/diff-html/
/openbmc/linux/net/ipv4/
H A Dtcp_output.c1621 int diff = old_factor - tcp_skb_pcount(skb) - in tcp_fragment() local
1624 if (diff) in tcp_fragment()
1625 tcp_adjust_pcount(sk, skb, diff); in tcp_fragment()
3258 int diff, len, err; in __tcp_retransmit_skb() local
3314 diff = tcp_skb_pcount(skb); in __tcp_retransmit_skb()
3316 diff -= tcp_skb_pcount(skb); in __tcp_retransmit_skb()
3317 if (diff) in __tcp_retransmit_skb()
3318 tcp_adjust_pcount(sk, skb, diff); in __tcp_retransmit_skb()
/openbmc/linux/sound/soc/codecs/
H A Dwm8962.c2469 int best, min_diff, diff; in wm8962_configure_bclk() local
2555 diff = (dspclk / bclk_divs[i]) - wm8962->bclk; in wm8962_configure_bclk()
2556 if (diff < 0) /* Table is sorted */ in wm8962_configure_bclk()
2558 if (diff < min_diff) { in wm8962_configure_bclk()
2560 min_diff = diff; in wm8962_configure_bclk()
/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c1003 unsigned int mod, target, diff, pad_bytes, size_bytes; in create_hash_pad() local
1023 diff = dgstlen & (mod - 1); in create_hash_pad()
1024 pad_bytes = diff > target ? target + mod - diff : target - diff; in create_hash_pad()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/
H A D0002-Makefile-for-cross-compile-TestFloat.patch20 diff --git a/TestFloat-3e/build/Linux-Cross-Compile/Makefile b/TestFloat-3e/build/Linux-Cross-Compi…
379 diff --git a/TestFloat-3e/build/Linux-Cross-Compile/platform.h b/TestFloat-3e/build/Linux-Cross-Com…
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h746 __le32 diff; member
1144 u32 diff; member
/openbmc/linux/fs/btrfs/
H A Dvolumes.c2918 u64 diff; in btrfs_grow_device() local
2937 round_down(old_total + diff, fs_info->sectorsize)); in btrfs_grow_device()
2938 device->fs_devices->total_rw_bytes += diff; in btrfs_grow_device()
4858 u64 diff; in btrfs_shrink_device() local
4884 device->fs_devices->total_rw_bytes -= diff; in btrfs_shrink_device()
4885 atomic64_sub(diff, &fs_info->free_chunk_space); in btrfs_shrink_device()
4893 if (contains_pending_extent(device, &start, diff)) { in btrfs_shrink_device()
5000 WARN_ON(diff > old_total); in btrfs_shrink_device()
5002 round_down(old_total - diff, fs_info->sectorsize)); in btrfs_shrink_device()
5021 device->fs_devices->total_rw_bytes += diff; in btrfs_shrink_device()
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCECILL-2.058 …ue ce Module et le Logiciel s`ex&#233;cutent dans des espaces d`adressage diff&#233;rents, l`un ap…
142 …24; ce Module Externe, qui peut &#234;tre distribu&#233; sous un contrat de licence diff&#233;rent.
236 …se. Les Parties conviennent de tenter de r&#233;gler &#224; l`amiable les diff&#233;rends ou litig…
238 …survenance et sauf situation relevant d`une proc&#233;dure d`urgence, les diff&#233;rends ou litig…
/openbmc/linux/tools/perf/util/
H A Dprobe-finder.c753 int diff; member
780 if (lno < fsp->line && fsp->diff > fsp->line - lno) { in find_best_scope_cb()
782 fsp->diff = fsp->line - lno; in find_best_scope_cb()
807 .diff = INT_MAX, in find_best_scope()
/openbmc/linux/drivers/crypto/
H A Dn2_core.c182 unsigned long diff; in spu_queue_num_free() local
185 diff = head - tail; in spu_queue_num_free()
187 diff = (end - tail) + head; in spu_queue_num_free()
189 return (diff / CWQ_ENTRY_SIZE) - 1; in spu_queue_num_free()
/openbmc/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c641 int diff, m; in rockchip_vpu981_av1_dec_get_dist() local
646 diff = a - b; in rockchip_vpu981_av1_dec_get_dist()
648 diff = (diff & (m - 1)) - (diff & m); in rockchip_vpu981_av1_dec_get_dist()
650 return diff; in rockchip_vpu981_av1_dec_get_dist()
/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.2.1/
H A Dgpg-error_pkconf.patch17 diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4
/openbmc/openbmc/poky/meta/recipes-support/vim/
H A Dvim.inc9 # vimdiff doesn't like busybox diff
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch18 diff --git a/gst/subparse/gstssaparse.c b/gst/subparse/gstssaparse.c
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/
H A D0001-Adjust-test-expectations-for-ptest.patch15 diff --git a/tests/functional/w/wrong_import_order.txt b/tests/functional/w/wrong_import_order.txt
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20240129.bb41 # https://github.com/linux-test-project/ltp/commit/3fce2064b54843218d085aae326c8f7ecf3a8c41#diff-39…

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