Home
last modified time | relevance | path

Searched refs:diffs (Results 1 – 24 of 24) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js158 …tDeadline){var deadline,checklines,commonlength,commonprefix,commonsuffix,diffs;if(typeof optDeadl…
163 …bstring(0,text2.length-commonlength);diffs=this.diffCompute(text1,text2,checklines,deadline);if(co…
164 if(commonsuffix){diffs.push([DIFF_EQUAL,commonsuffix]);}
165diffs);return diffs;};DiffMatchPatch.prototype.diffCleanupEfficiency=function(diffs){var changes,e… argument
166 postIns=postDel=false;}else{if(diffs[pointer][0]===DIFF_DELETE){postDel=true;}else{postIns=true;}
167 …reIns+preDel+postIns+postDel)===3))){diffs.splice(equalities[equalitiesLength-1],0,[DIFF_DELETE,la…
170 …Merge(diffs);}};DiffMatchPatch.prototype.diffPrettyHtml=function(diffs){var op,data,x,html=[];for(… argument
178 DiffMatchPatch.prototype.diffCompute=function(text1,text2,checklines,deadline){var diffs,longtext,s…
180diffs=[[DIFF_INSERT,longtext.substring(0,i)],[DIFF_EQUAL,shorttext],[DIFF_INSERT,longtext.substrin…
181 return diffs;}
[all …]
/openbmc/linux/net/core/
H A Dgro.c305 unsigned long diffs) in gro_list_prepare_tc_ext() argument
314 diffs |= (!!p_ext) ^ (!!skb_ext); in gro_list_prepare_tc_ext()
315 if (!diffs && unlikely(skb_ext)) in gro_list_prepare_tc_ext()
316 diffs |= p_ext->chain ^ skb_ext->chain; in gro_list_prepare_tc_ext()
318 return diffs; in gro_list_prepare_tc_ext()
329 unsigned long diffs; in gro_list_prepare() local
338 diffs = (unsigned long)p->dev ^ (unsigned long)skb->dev; in gro_list_prepare()
339 diffs |= p->vlan_all ^ skb->vlan_all; in gro_list_prepare()
340 diffs |= skb_metadata_differs(p, skb); in gro_list_prepare()
342 diffs | in gro_list_prepare()
[all...]
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dumr.h52 unsigned int diffs = current_access_flags ^ target_access_flags; in mlx5r_umr_can_reconfig() local
54 if ((diffs & IB_ACCESS_REMOTE_ATOMIC) && in mlx5r_umr_can_reconfig()
59 if ((diffs & IB_ACCESS_RELAXED_ORDERING) && in mlx5r_umr_can_reconfig()
64 if ((diffs & IB_ACCESS_RELAXED_ORDERING) && in mlx5r_umr_can_reconfig()
H A Dmr.c1603 unsigned int diffs = current_access_flags ^ target_access_flags; in can_use_umr_rereg_access() local
1605 if (diffs & ~(IB_ACCESS_LOCAL_WRITE | IB_ACCESS_REMOTE_WRITE | in can_use_umr_rereg_access()
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-multihist.tc41 diffs=`diff events/sched/sched_process_exit/hist events/sched/sched_process_fork/hist | wc -l`
42 test $diffs -eq 0 || fail "Same name histograms are not same"
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-20633.patch4 Subject: Avoid invalid memory access in context format diffs
7 diffs.
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/
H A Dpython3-xmldiff_2.6.3.bb1 DESCRIPTION="Creates diffs of XML files"
/openbmc/linux/Documentation/process/
H A Dclang-format.rst16 you maintain, patches you review, diffs, etc. See clangformatreview_.
63 ``clang-format`` also supports reading unified diffs, so you can review
64 patches and git diffs easily. See the documentation at:
165 which makes reviewing full-file style, as well diffs and patches as easy
H A Dhowto.rst250 during this period of time maintainers can submit big diffs to
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Drun-ptest46 rm -f regression.diffs odbcinst.ini odbc.ini
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/
H A Dmakefile-use-link-for-helper.patch1 Upstream-Status: Submitted [https://salsa.debian.org/etbe/bonnie/-/merge_requests/3/diffs?commit_id…
H A Dfix-configure-lfs.patch1 Upstream-Status: Submitted [https://salsa.debian.org/etbe/bonnie/-/merge_requests/3/diffs?commit_id…
H A Dfix-csv2html-data.patch12 Upstream-Status: Submitted [https://salsa.debian.org/etbe/bonnie/-/merge_requests/3/diffs?commit_id…
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-diff-perl_1.41.bb1 SUMMARY = "Text::Diff - Perform diffs on files and record sets"
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/
H A D0001-Revert-meson-do-not-pull-in-clc-for-clover.patch7 …ropriate [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27783/diffs?commit_id=a976f2c9…
/openbmc/linux/Documentation/admin-guide/media/
H A Dsaa7134.rst67 Please mail to linux-media AT vger.kernel.org unified diffs against
/openbmc/linux/include/linux/
H A Dskbuff.h4268 u64 diffs = 0; in __skb_metadata_differs() local
4273 case 32: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs()
4275 case 24: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs()
4277 case 16: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs()
4279 case 8: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs()
4281 case 28: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs()
4283 case 20: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs()
4285 case 12: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs()
4287 case 4: diffs |= __it_diff(a, b, 32); in __skb_metadata_differs()
4290 return diffs; in __skb_metadata_differs()
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c940 u8 diffs[ETH_ALEN], *addr; in eth_set_mcast_list() local
960 eth_zero_addr(diffs); in eth_set_mcast_list()
967 diffs[i] |= addr[i] ^ ha->addr[i]; in eth_set_mcast_list()
972 __raw_writel(~diffs[i], &port->regs->mcast_mask[i]); in eth_set_mcast_list()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/
H A D0001-Default-eigen_packet_wrapper-constructor.patch10 Upstream-Status: Backport [https://gitlab.com/libeigen/eigen/-/merge_requests/645/diffs?commit_id=c…
/openbmc/linux/tools/testing/selftests/bpf/
H A DREADME.rst216 the following built-ins, listed with corresponding Clang diffs introducing
/openbmc/linux/tools/usb/usbip/
H A DINSTALL35 diffs or instructions to the address given in the `README' so they can
/openbmc/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst185 individual diffs on top of the old series).
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass427 # Patch before 2.7 can't handle all the features in git-style diffs. Some
/openbmc/u-boot/tools/buildman/
H A DREADME1177 bit of scope for improvement. Things like better error diffs and easier