| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/kernel/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"
|
| /OK3568_Linux_fs/yocto/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.
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/buildroot/package/bsdiff/ |
| H A D | Config.in | 5 Binary patch/diff like xdelta but creates smaller diffs.
|
| /OK3568_Linux_fs/kernel/fs/qnx6/ |
| H A D | README | 3 Please send diffs and remarks to <chaosman@ontika.net> .
|
| /OK3568_Linux_fs/kernel/fs/qnx4/ |
| H A D | README | 3 Please send diffs and remarks to <al@alarsen.net> .
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/ |
| H A D | run-ptest | 46 rm -f regression.diffs odbcinst.ini odbc.ini
|
| H A D | psqlodbc-fix-for-ptest-support.patch | 139 - "diff -c %s/expected/%s.out results/%s.out >> regression.diffs", 141 + "diff -c %s/expected/%s.out %s/results/%s.out >> regression.diffs",
|
| /OK3568_Linux_fs/buildroot/package/fail2ban/ |
| H A D | fail2ban.mk | 20 $(HOST_DIR)/bin/2to3 --write --nobackups --no-diffs $(@D)/bin/* $(@D)/fail2ban
|
| /OK3568_Linux_fs/yocto/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"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gcr/gcr/ |
| H A D | 0001-gcr-meson.build-fix-one-parallel-build-failure.patch | 16 Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/68/diffs]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skbuff.h | 3816 u64 diffs = 0; in __skb_metadata_differs() local 3821 case 32: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 3823 case 24: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 3825 case 16: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 3827 case 8: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 3829 case 28: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 3831 case 20: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 3833 case 12: diffs |= __it_diff(a, b, 64); in __skb_metadata_differs() 3835 case 4: diffs |= __it_diff(a, b, 32); in __skb_metadata_differs() 3838 return diffs; in __skb_metadata_differs()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | mlx5_ib.h | 1499 unsigned int diffs = current_access_flags ^ target_access_flags; in mlx5_ib_can_reconfig_with_umr() local 1501 if ((diffs & IB_ACCESS_REMOTE_ATOMIC) && in mlx5_ib_can_reconfig_with_umr() 1506 if ((diffs & IB_ACCESS_RELAXED_ORDERING) && in mlx5_ib_can_reconfig_with_umr() 1511 if ((diffs & IB_ACCESS_RELAXED_ORDERING) && in mlx5_ib_can_reconfig_with_umr()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | saa7134.rst | 66 Please mail to linux-media AT vger.kernel.org unified diffs against
|
| /OK3568_Linux_fs/buildroot/package/dhcp/ |
| H A D | 0001-WIP-Resolve-ISC-DHCP-does-not-build-with-gcc10.patch | 20 https://gitlab.isc.org/isc-projects/dhcp/-/merge_requests/60/diffs?commit_id=129b7e402bd6e7278854e5…
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | README.rst | 92 the following built-ins, listed with corresponding Clang diffs introducing
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/xscale/ |
| H A D | ixp4xx_eth.c | 919 u8 diffs[ETH_ALEN], *addr; in eth_set_mcast_list() local 939 eth_zero_addr(diffs); in eth_set_mcast_list() 946 diffs[i] |= addr[i] ^ ha->addr[i]; in eth_set_mcast_list() 951 __raw_writel(~diffs[i], &port->regs->mcast_mask[i]); in eth_set_mcast_list()
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow_table.c | 673 long diffs = 0; in cmp_key() local 677 diffs |= *cp1++ ^ *cp2++; in cmp_key() 679 return diffs == 0; in cmp_key()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 5873 unsigned long diffs; in gro_list_prepare() local 5882 diffs = (unsigned long)p->dev ^ (unsigned long)skb->dev; in gro_list_prepare() 5883 diffs |= skb_vlan_tag_present(p) ^ skb_vlan_tag_present(skb); in gro_list_prepare() 5885 diffs |= skb_vlan_tag_get(p) ^ skb_vlan_tag_get(skb); in gro_list_prepare() 5886 diffs |= skb_metadata_dst_cmp(p, skb); in gro_list_prepare() 5887 diffs |= skb_metadata_differs(p, skb); in gro_list_prepare() 5889 diffs |= compare_ether_header(skb_mac_header(p), in gro_list_prepare() 5891 else if (!diffs) in gro_list_prepare() 5892 diffs = memcmp(skb_mac_header(p), in gro_list_prepare() 5896 diffs |= skb_get_nfct(p) ^ skb_get_nfct(skb); in gro_list_prepare() [all …]
|
| /OK3568_Linux_fs/yocto/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…
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/ |
| H A D | INSTALL | 35 diffs or instructions to the address given in the `README' so they can
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | INSTALL | 41 diffs or instructions to the address given in the `README' so they can
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | bpf_devel_QA.rst | 156 individual diffs on top of the old series).
|