/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | NG4copy_page.S | 35 add %o0, 0x08, %o0 38 add %o0, 0x08, %o0 41 add %o0, 0x08, %o0 43 add %o1, 0x40, %o1 45 add %o0, 0x08, %o0 47 add %o0, 0x08, %o0 49 add %o0, 0x08, %o0 51 add %o0, 0x08, %o0 53 add %o0, 0x08, %o0
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fib_nexthop_nongw.sh | 67 ip netns add h1 69 ip netns add h2 73 ip -n h1 link add name eth0 type dummy 75 ip -n h1 address add 192.168.0.1/24 dev eth0 78 ip -n h1 link add name veth0 type veth peer name veth1 netns h2 84 ip -n h2 address add 192.168.1.1/32 dev veth1 85 ip -n h2 route add default dev veth1 88 ip -n h1 nexthop add id 1 dev veth0 89 ip -n h1 route add 192.168.1.1 nhid 1
|
H A D | udpgro_frglist.sh | 27 ip netns add "${PEER_NS}" 29 ip link add type veth 31 ip addr add dev veth0 192.168.1.2/24 32 ip addr add dev veth0 2001:db8::2/64 nodad 35 ip -netns "${PEER_NS}" addr add dev veth1 192.168.1.1/24 36 ip -netns "${PEER_NS}" addr add dev veth1 2001:db8::1/64 nodad 42 tc -n "${PEER_NS}" qdisc add dev veth1 clsact 43 tc -n "${PEER_NS}" filter add dev veth1 ingress prio 4 protocol ipv6 bpf object-file nat6to4.o section schedcls/ingress6/nat_6 direct-action 44 tc -n "${PEER_NS}" filter add dev veth1 egress prio 4 protocol ip bpf object-file nat6to4.o section schedcls/egress4/snat4 direct-action
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | router_bridge_pvid_vlan_upper.sh | 36 ip -4 route add 192.0.2.128/28 vrf v$h1 nexthop via 192.0.2.2 37 ip -6 route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::2 51 ip -4 route add 192.0.2.0/28 vrf v$h2 nexthop via 192.0.2.129 52 ip -6 route add 2001:db8:1::/64 vrf v$h2 nexthop via 2001:db8:2::1 64 ip link add name br1 address $(mac_get $swp1) \ 67 __addr_add_del br1 add 192.0.2.2/28 2001:db8:1::2/64 73 __addr_add_del $swp2 add 192.0.2.129/28 2001:db8:2::1/64 75 bridge vlan add dev br1 vid 10 pvid untagged self 76 bridge vlan add dev $swp1 vid 10
|
H A D | router_broadcast.sh | 16 ip address add 192.0.2.2/24 dev $h1 18 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1 19 ip route add 198.51.200.0/24 vrf vrf-h1 nexthop via 192.0.2.1 41 ip address add 198.51.100.2/24 dev $h2 43 ip route add 192.0.2.0/24 vrf vrf-h2 nexthop via 198.51.100.1 44 ip route add 198.51.200.0/24 vrf vrf-h2 nexthop via 198.51.100.1 66 ip address add 198.51.200.2/24 dev $h3 68 ip route add 192.0.2.0/24 vrf vrf-h3 nexthop via 198.51.200.1 69 ip route add 198.51.100.0/24 vrf vrf-h3 nexthop via 198.51.200.1 89 ip address add 192. [all...] |
H A D | tc_flower_router.sh | 13 ip route add 192.0.2.0/24 vrf v$h1 nexthop via 192.0.1.2 14 ip route add 192.0.3.0/24 vrf v$h1 nexthop via 192.0.1.2 29 ip route add 192.0.1.0/24 vrf v$h2 nexthop via 192.0.2.2 30 ip route add 192.0.3.0/24 vrf v$h2 nexthop via 192.0.2.2 45 ip route add 192.0.1.0/24 vrf v$h3 nexthop via 192.0.3.2 46 ip route add 192.0.2.0/24 vrf v$h3 nexthop via 192.0.3.2 64 tc qdisc add dev $rp3 clsact 66 ip address add 192.0.1.2/24 dev $rp1 67 ip address add 192.0.2.2/24 dev $rp2 68 ip address add 192. [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_xdp_meta.sh | 30 ip netns add ${NS1} 31 ip netns add ${NS2} 35 ip link add veth1 type veth peer name veth2 40 ip netns exec ${NS1} ip addr add 10.1.1.11/24 dev veth1 41 ip netns exec ${NS2} ip addr add 10.1.1.22/24 dev veth2 43 ip netns exec ${NS1} tc qdisc add dev veth1 clsact 44 ip netns exec ${NS2} tc qdisc add dev veth2 clsact 46 ip netns exec ${NS1} tc filter add dev veth1 ingress bpf da obj ${BPF_FILE} sec t 47 ip netns exec ${NS2} tc filter add dev veth2 ingress bpf da obj ${BPF_FILE} sec t
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberPermutationTest.java | 93 skeletonParts.add(currentSection); in testPermutations() 96 currentSection.add(skeletonPart); in testPermutations() 102 resultLines.add("# © 2019 and later: Unicode, Inc. and others."); in testPermutations() 103 resultLines.add("# License & terms of use: http://www.unicode.org/copyright.html"); in testPermutations() 104 resultLines.add(""); in testPermutations() 128 resultLines.add(skeleton); in testPermutations() 134 resultLines.add(" " + locale.toLanguageTag()); in testPermutations() 136 resultLines.add(" " + lnf.format(input).toString()); in testPermutations() 140 resultLines.add(""); in testPermutations()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberPermutationTest.java | 90 skeletonParts.add(currentSection); in testPermutations() 93 currentSection.add(skeletonPart); in testPermutations() 99 resultLines.add("# © 2019 and later: Unicode, Inc. and others."); in testPermutations() 100 resultLines.add("# License & terms of use: http://www.unicode.org/copyright.html"); in testPermutations() 101 resultLines.add(""); in testPermutations() 125 resultLines.add(skeleton); in testPermutations() 131 resultLines.add(" " + locale.toLanguageTag()); in testPermutations() 133 resultLines.add(" " + lnf.format(input).toString()); in testPermutations() 137 resultLines.add(""); in testPermutations()
|
/third_party/node/benchmark/fixtures/ |
H A D | coverage-many-branches.js | 12 add() { 20 return add(); 34 function add(x, y) { function 36 return mt.add(); 75 const operations = ['add', 'addSpecial', 'mult', 'multSpecial']; 79 case 'add': 80 if (add(Math.random() * 10, Math.random() * 10) > 10) { 84 add(Math.random() * 10, Math.random() * 10); 91 add(Math.random() * 10, Math.random() * 10) > 10) { 93 add(Mat [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | x25519-x86_64.pl | 160 add %rax,%rbx 164 add %rax,%r8 168 add %rax,%r10 173 add %rax,%r12 178 add %rax,%r14 183 add %rax,%rbx 187 add %rax,%r8 192 add %rax,%r10 196 add %rax,%r12 201 add [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | x25519-x86_64.pl | 160 add %rax,%rbx 164 add %rax,%r8 168 add %rax,%r10 173 add %rax,%r12 178 add %rax,%r14 183 add %rax,%rbx 187 add %rax,%r8 192 add %rax,%r10 196 add %rax,%r12 201 add [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_skeletons.cpp | 54 b.add(u"compact-short", STEM_COMPACT_SHORT, status); in initNumberSkeletons() 55 b.add(u"compact-long", STEM_COMPACT_LONG, status); in initNumberSkeletons() 56 b.add(u"scientific", STEM_SCIENTIFIC, status); in initNumberSkeletons() 57 b.add(u"engineering", STEM_ENGINEERING, status); in initNumberSkeletons() 58 b.add(u"notation-simple", STEM_NOTATION_SIMPLE, status); in initNumberSkeletons() 59 b.add(u"base-unit", STEM_BASE_UNIT, status); in initNumberSkeletons() 60 b.add(u"percent", STEM_PERCENT, status); in initNumberSkeletons() 61 b.add(u"permille", STEM_PERMILLE, status); in initNumberSkeletons() 62 b.add(u"precision-integer", STEM_PRECISION_INTEGER, status); in initNumberSkeletons() 63 b.add( in initNumberSkeletons() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_skeletons.cpp | 54 b.add(u"compact-short", STEM_COMPACT_SHORT, status); in initNumberSkeletons() 55 b.add(u"compact-long", STEM_COMPACT_LONG, status); in initNumberSkeletons() 56 b.add(u"scientific", STEM_SCIENTIFIC, status); in initNumberSkeletons() 57 b.add(u"engineering", STEM_ENGINEERING, status); in initNumberSkeletons() 58 b.add(u"notation-simple", STEM_NOTATION_SIMPLE, status); in initNumberSkeletons() 59 b.add(u"base-unit", STEM_BASE_UNIT, status); in initNumberSkeletons() 60 b.add(u"percent", STEM_PERCENT, status); in initNumberSkeletons() 61 b.add(u"permille", STEM_PERMILLE, status); in initNumberSkeletons() 62 b.add(u"precision-integer", STEM_PRECISION_INTEGER, status); in initNumberSkeletons() 63 b.add( in initNumberSkeletons() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_skeletons.cpp | 54 b.add(u"compact-short", STEM_COMPACT_SHORT, status); in initNumberSkeletons() 55 b.add(u"compact-long", STEM_COMPACT_LONG, status); in initNumberSkeletons() 56 b.add(u"scientific", STEM_SCIENTIFIC, status); in initNumberSkeletons() 57 b.add(u"engineering", STEM_ENGINEERING, status); in initNumberSkeletons() 58 b.add(u"notation-simple", STEM_NOTATION_SIMPLE, status); in initNumberSkeletons() 59 b.add(u"base-unit", STEM_BASE_UNIT, status); in initNumberSkeletons() 60 b.add(u"percent", STEM_PERCENT, status); in initNumberSkeletons() 61 b.add(u"permille", STEM_PERMILLE, status); in initNumberSkeletons() 62 b.add(u"precision-integer", STEM_PRECISION_INTEGER, status); in initNumberSkeletons() 63 b.add( in initNumberSkeletons() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower_router.sh | 13 ip route add 192.0.2.0/24 vrf v$h1 nexthop via 192.0.1.2 14 ip route add 192.0.3.0/24 vrf v$h1 nexthop via 192.0.1.2 29 ip route add 192.0.1.0/24 vrf v$h2 nexthop via 192.0.2.2 30 ip route add 192.0.3.0/24 vrf v$h2 nexthop via 192.0.2.2 45 ip route add 192.0.1.0/24 vrf v$h3 nexthop via 192.0.3.2 46 ip route add 192.0.2.0/24 vrf v$h3 nexthop via 192.0.3.2 64 tc qdisc add dev $rp3 clsact 66 ip address add 192.0.1.2/24 dev $rp1 67 ip address add 192.0.2.2/24 dev $rp2 68 ip address add 192. [all...] |
H A D | router_broadcast.sh | 16 ip address add 192.0.2.2/24 dev $h1 18 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1 19 ip route add 198.51.200.0/24 vrf vrf-h1 nexthop via 192.0.2.1 41 ip address add 198.51.100.2/24 dev $h2 43 ip route add 192.0.2.0/24 vrf vrf-h2 nexthop via 198.51.100.1 44 ip route add 198.51.200.0/24 vrf vrf-h2 nexthop via 198.51.100.1 66 ip address add 198.51.200.2/24 dev $h3 68 ip route add 192.0.2.0/24 vrf vrf-h3 nexthop via 198.51.200.1 69 ip route add 198.51.100.0/24 vrf vrf-h3 nexthop via 198.51.200.1 89 ip address add 192. [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | extack.sh | 38 ip link add name br1 up type bridge vlan_filtering 0 mcast_snooping 0 39 ip link add name vx1 up type vxlan id 1000 \ 49 ip link add name br2 up type bridge vlan_filtering 0 mcast_snooping 0 50 ip link add name vx2 up type vxlan id 2000 \ 84 ip link add name br1 up type bridge vlan_filtering 1 mcast_snooping 0 87 ip link add name vx1 up type vxlan id 1000 \ 94 bridge vlan add dev vx1 vid 1 100 bridge vlan add dev vx1 vid 1 pvid untagged 2>&1 >/dev/null \ 115 ip link add name vx1 up type vxlan id 1000 \ 120 ip link add nam [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | extack.sh | 38 ip link add name br1 type bridge vlan_filtering 0 mcast_snooping 0 41 ip link add name vx1 up type vxlan id 1000 \ 51 ip link add name br2 type bridge vlan_filtering 0 mcast_snooping 0 54 ip link add name vx2 up type vxlan id 2000 \ 88 ip link add name br1 type bridge vlan_filtering 1 mcast_snooping 0 93 ip link add name vx1 up type vxlan id 1000 \ 100 bridge vlan add dev vx1 vid 1 106 bridge vlan add dev vx1 vid 1 pvid untagged 2>&1 >/dev/null \ 121 ip link add name vx1 up type vxlan id 1000 \ 126 ip link add nam [all...] |
H A D | ingress_rif_conf_1q.sh | 58 ip route add 192.0.2.16/28 vrf v$h1 nexthop via 192.0.2.2 84 ip route add 192.0.2.0/28 vrf v$h3 nexthop via 192.0.2.17 97 ip link add dev br0 type bridge vlan_filtering 1 mcast_snooping 0 108 bridge vlan add vid 10 dev $swp2 111 __addr_add_del $swp3 add 192.0.2.17/28 112 tc qdisc add dev $swp3 clsact 194 # First add VID->FID for vlan 10, then add a RIF and verify that 196 bridge vlan add vid 10 dev br0 self 198 bridge vlan add vi [all...] |
H A D | rif_mac_profiles.sh | 17 ip route add 198.51.100.0/24 vrf v$h1 nexthop via 192.0.2.2 19 tc qdisc add dev $h1 ingress 33 ip route add 192.0.2.0/24 vrf v$h2 nexthop via 198.51.100.2 35 tc qdisc add dev $h2 ingress 51 tc qdisc add dev $rp1 clsact 52 tc qdisc add dev $rp2 clsact 53 ip address add 192.0.2.2/24 dev $rp1 54 ip address add 198.51.100.2/24 dev $rp2 112 tc filter add dev $rp2 egress proto ip pref 1 handle 101 \ 118 tc filter add de [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/ |
H A D | lag_lib.sh | 17 ip link add dummy1 type dummy 18 ip link add dummy2 type dummy 21 ip link add "$name" up type bond mode "$mode" 48 ip link add mv0 link "$name" up address "$ucaddr" type macvlan 50 ip address add "$addr6" dev "$name" 95 ip netns add ${n} 99 ip link add name lag1 type veth peer name lag1-end 103 ip link add name lag1 type veth peer name lag1-end 129 ip netns exec ${SWITCH} ip link add br0 up type bridge 132 ip netns exec ${SWITCH} ip addr add [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/ |
H A D | lag_lib.sh | 17 ip link add dummy1 type dummy 18 ip link add dummy2 type dummy 21 ip link add "$name" up type bond mode "$mode" 48 ip link add mv0 link "$name" up address "$ucaddr" type macvlan 50 ip address add "$addr6" dev "$name" 95 ip netns add ${n} 99 ip link add name lag1 type veth peer name lag1-end 103 ip link add name lag1 type veth peer name lag1-end 129 ip netns exec ${SWITCH} ip link add br0 up type bridge 132 ip netns exec ${SWITCH} ip addr add [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | takdsp.asm | 34 add p1q, lengthq 35 add p2q, lengthq 44 add lengthq, mmsize*2 50 add p1q, lengthq 51 add p2q, lengthq 61 add lengthq, mmsize*2 67 add p1q, lengthq 68 add p2q, lengthq 88 add lengthq, mmsize*2 95 add p1 [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | egd_tables.py | 40 def add(self, string): member in StringTable 45 te[2].add(idx) 83 def add(self, array): member in IntTable 94 self.idxs.add(idx) 103 self.idxs.add(idx) 248 print('\t{%s, %s},' % (strings.add(pkt[5:]), pkt)) 267 values_offsets[value[1]] = strings.add(strip_prefix(value[0])) 269 strings.add(field.name), field.s_name, 270 len(values_offsets), strings_offsets.add(values_offsets))) 272 print('\t{%s, %s(~0u)},' % (strings.add(fiel [all...] |