/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 158 …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]);} 165 …diffs);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… 180 …diffs=[[DIFF_INSERT,longtext.substring(0,i)],[DIFF_EQUAL,shorttext],[DIFF_INSERT,longtext.substrin… 181 return diffs;} [all …]
|
/openbmc/linux/net/core/ |
H A D | gro.c | 305 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 D | umr.h | 52 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 D | mr.c | 1603 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 D | trigger-multihist.tc | 41 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 D | CVE-2019-20633.patch | 4 Subject: Avoid invalid memory access in context format diffs 7 diffs.
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/ |
H A D | python3-xmldiff_2.6.3.bb | 1 DESCRIPTION="Creates diffs of XML files"
|
/openbmc/linux/Documentation/process/ |
H A D | clang-format.rst | 16 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 D | howto.rst | 250 during this period of time maintainers can submit big diffs to
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/ |
H A D | run-ptest | 46 rm -f regression.diffs odbcinst.ini odbc.ini
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/ |
H A D | makefile-use-link-for-helper.patch | 1 Upstream-Status: Submitted [https://salsa.debian.org/etbe/bonnie/-/merge_requests/3/diffs?commit_id…
|
H A D | fix-configure-lfs.patch | 1 Upstream-Status: Submitted [https://salsa.debian.org/etbe/bonnie/-/merge_requests/3/diffs?commit_id…
|
H A D | fix-csv2html-data.patch | 12 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 D | libtext-diff-perl_1.41.bb | 1 SUMMARY = "Text::Diff - Perform diffs on files and record sets"
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/ |
H A D | 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch | 7 …ropriate [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27783/diffs?commit_id=a976f2c9…
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | saa7134.rst | 67 Please mail to linux-media AT vger.kernel.org unified diffs against
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 4268 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 D | ixp4xx_eth.c | 940 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 D | 0001-Default-eigen_packet_wrapper-constructor.patch | 10 Upstream-Status: Backport [https://gitlab.com/libeigen/eigen/-/merge_requests/645/diffs?commit_id=c…
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | README.rst | 216 the following built-ins, listed with corresponding Clang diffs introducing
|
/openbmc/linux/tools/usb/usbip/ |
H A D | INSTALL | 35 diffs or instructions to the address given in the `README' so they can
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_devel_QA.rst | 185 individual diffs on top of the old series).
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 427 # Patch before 2.7 can't handle all the features in git-style diffs. Some
|
/openbmc/u-boot/tools/buildman/ |
H A D | README | 1177 bit of scope for improvement. Things like better error diffs and easier
|