/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | blackhole_routes.sh | 56 ip -4 route add default vrf v$h1 nexthop via 192.0.2.2 57 ip -6 route add default vrf v$h1 nexthop via 2001:db8:1::2 72 ip -4 route add default vrf v$h2 nexthop via 198.51.100.2 73 ip -6 route add default vrf v$h2 nexthop via 2001:db8:2::2 89 tc qdisc add dev $rp1 clsact 91 __addr_add_del $rp1 add 192.0.2.2/24 2001:db8:1::2/64 92 __addr_add_del $rp2 add 198.51.100.2/24 2001:db8:2::2/64 122 ip -4 route add blackhole 198.51.100.0/30 123 tc filter add dev $rp1 ingress protocol ip pref 1 handle 101 flower \ 146 ip -6 route add blackhol [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | synth_filter_neon.S | 50 add x1, x1, x7, lsl #2 // synth_buf 70 add x3, x2, #16*4 // synct_buf_2 + 16 71 add x14, x13, #16*4 // out + 16 72 add x8, x9, #12*4 76 add x10, x9, #16*4 // synth_buf 77 add x11, x8, #16*4 78 add x5, x4, #16*4 // window 79 add x6, x4, #32*4 80 add x7, x4, #48*4 114 add x [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/ |
H A D | ppccpuid.s | 88 add 0,4,5 184 add 6,6,8 193 add 6,6,8 217 add 6,6,8 228 add 6,6,8 246 add 3,3,6 268 add 6,6,8 277 add 6,6,8 301 add 6,6,8 312 add [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/ |
H A D | ppccpuid.s | 88 add 0,4,5 184 add 6,6,8 193 add 6,6,8 217 add 6,6,8 228 add 6,6,8 246 add 3,3,6 268 add 6,6,8 277 add 6,6,8 301 add 6,6,8 312 add [all...] |
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | vmem.c | 95 * As we expect to add in the same granularity as we remove, it's in __vmemmap_use_sub_pmd() 152 unsigned long end, bool add, bool direct) in modify_pte_table() 164 if (!add) { in modify_pte_table() 188 update_page_count(PG_DIRECT_MAP_4K, add ? pages : -pages); in modify_pte_table() 209 unsigned long end, bool add, bool direct) in modify_pmd_table() 223 if (!add) { in modify_pmd_table() 226 if (pmd_large(*pmd) && !add) { in modify_pmd_table() 276 ret = modify_pte_table(pmd, addr, next, add, direct); in modify_pmd_table() 279 if (!add) in modify_pmd_table() 285 update_page_count(PG_DIRECT_MAP_1M, add in modify_pmd_table() 151 modify_pte_table(pmd_t *pmd, unsigned long addr, unsigned long end, bool add, bool direct) modify_pte_table() argument 208 modify_pmd_table(pud_t *pud, unsigned long addr, unsigned long end, bool add, bool direct) modify_pmd_table() argument 310 modify_pud_table(p4d_t *p4d, unsigned long addr, unsigned long end, bool add, bool direct) modify_pud_table() argument 387 modify_p4d_table(pgd_t *pgd, unsigned long addr, unsigned long end, bool add, bool direct) modify_p4d_table() argument 441 modify_pagetable(unsigned long start, unsigned long end, bool add, bool direct) modify_pagetable() argument [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBGroupPanel.java | 158 lowerPanel.add(deleteButton); in initComponents() 159 lowerPanel.add(translateButton); in initComponents() 165 add(jLabelGroupTitle, gbc); in initComponents() 168 add(jLabelGroupNameTitle, gbc); in initComponents() 171 add(jComboBoxGroup, gbc); in initComponents() 174 add(jLabelGroupCommentTitle, gbc); in initComponents() 177 add(jLabelGroupComment, gbc); in initComponents() 180 add(jScrollPaneGroupTable, gbc); in initComponents() 183 add(lowerPanel, gbc); in initComponents() 309 itemPanel.add(createItemButto in initComponents() [all...] |
H A D | RBSearchPanel.java | 240 westPanel1.add(findLabel); in initComponents() 241 westPanel1.add(Box.createHorizontalStrut(5)); in initComponents() 242 westPanel1.add(findField); in initComponents() 244 westPanel2.add(replaceLabel); in initComponents() 245 westPanel2.add(Box.createHorizontalStrut(5)); in initComponents() 246 westPanel2.add(replaceField); in initComponents() 248 leftBox.add(Box.createVerticalGlue()); in initComponents() 249 leftBox.add(westPanel1); in initComponents() 250 leftBox.add(westPanel2); in initComponents() 251 //leftBox.add(caseChec in initComponents() [all...] |
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | gntdev.c | 132 struct gntdev_grant_map *add; in gntdev_alloc_map() local 135 add = kzalloc(sizeof(*add), GFP_KERNEL); in gntdev_alloc_map() 136 if (NULL == add) in gntdev_alloc_map() 139 add->grants = kvcalloc(count, sizeof(add->grants[0]), GFP_KERNEL); in gntdev_alloc_map() 140 add->map_ops = kvcalloc(count, sizeof(add->map_ops[0]), GFP_KERNEL); in gntdev_alloc_map() 141 add->unmap_ops = kvcalloc(count, sizeof(add in gntdev_alloc_map() 209 gntdev_add_map(struct gntdev_priv *priv, struct gntdev_grant_map *add) gntdev_add_map() argument [all...] |
H A D | pci.c | 47 struct physdev_pci_device_add add; in xen_add_device() member 50 .add.seg = pci_domain_nr(pci_dev->bus), in xen_add_device() 51 .add.bus = pci_dev->bus->number, in xen_add_device() 52 .add.devfn = pci_dev->devfn in xen_add_device() 54 struct physdev_pci_device_add *add = &add_ext.add; in xen_add_device() local 62 add->flags = XEN_PCI_DEV_VIRTFN; in xen_add_device() 63 add->physfn.bus = physfn->bus->number; in xen_add_device() 64 add->physfn.devfn = physfn->devfn; in xen_add_device() 68 add in xen_add_device() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | gre_inner_v4_multipath.sh | 85 ip route add vrf v$h1 192.0.4.0/24 via 192.0.3.1 101 ip route add vrf v$ol1 192.0.2.66/32 via 192.0.2.130 103 ip route add vrf v$ol1 192.0.4.0/24 nexthop dev g1 125 ip route add vrf v$ul21 192.0.2.65/32 via 192.0.2.129 126 ip route add vrf v$ul21 192.0.2.66/32 \ 149 ip route add vrf v$ul31 192.0.2.66/32 via 192.0.2.178 150 ip route add vrf v$ul31 192.0.2.65/32 \ 154 tc qdisc add dev $ul32 clsact 155 tc filter add dev $ul32 ingress pref 111 prot 802.1Q \ 157 tc filter add de [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | gre_inner_v4_multipath.sh | 85 ip route add vrf v$h1 192.0.4.0/24 via 192.0.3.1 101 ip route add vrf v$ol1 192.0.2.66/32 via 192.0.2.130 103 ip route add vrf v$ol1 192.0.4.0/24 nexthop dev g1 125 ip route add vrf v$ul21 192.0.2.65/32 via 192.0.2.129 126 ip route add vrf v$ul21 192.0.2.66/32 \ 149 ip route add vrf v$ul31 192.0.2.66/32 via 192.0.2.178 150 ip route add vrf v$ul31 192.0.2.65/32 \ 154 tc qdisc add dev $ul32 clsact 155 tc filter add dev $ul32 ingress pref 111 prot 802.1Q \ 157 tc filter add de [all...] |
H A D | router_bridge_1d.sh | 44 ip -4 route add 192.0.2.128/28 vrf v$h1 nexthop via 192.0.2.2 45 ip -4 route add 192.0.2.144/28 vrf v$h1 nexthop via 192.0.2.18 46 ip -6 route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::2 47 ip -6 route add 2001:db8:4::/64 vrf v$h1 nexthop via 2001:db8:3::2 65 ip -4 route add 192.0.2.0/28 vrf v$h2 nexthop via 192.0.2.129 66 ip -4 route add 192.0.2.16/28 vrf v$h2 nexthop via 192.0.2.145 67 ip -6 route add 2001:db8:1::/64 vrf v$h2 nexthop via 2001:db8:2::1 68 ip -6 route add 2001:db8:3::/64 vrf v$h2 nexthop via 2001:db8:4::1 86 ip link add name br1 type bridge vlan_filtering 0 89 __addr_add_del br1 add 192. [all...] |
/test/xts/tools/build/ |
H A D | test_package_select.py | 28 subsystems.add("demo") 29 subsystems.add("storage") 30 subsystems.add("arkXtest") 31 subsystems.add("validator") 32 subsystems.add("pcs") 33 subsystems.add("appbuild") 42 subsystems.add(item)
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 208 add %o1, %o0, %o4 213 add %o0, 1, %o0 ! advance dst 214 add %o1, %o0, %o1 ! restore %o1 248 add %o1, 64, %o1 ! increase src ptr by 64 251 add %o0, 64, %o0 ! increase dst ptr by 64 264 add %o1, 32, %o1 ! increase src ptr by 32 267 add %o0, 32, %o0 ! increase dst ptr by 32 276 add %o1, 16, %o1 ! increase src ptr by 16 280 add %o0, 16, %o0 ! increase dst ptr by 16 289 add [all...] |
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 208 add %o1, %o0, %o4 213 add %o0, 1, %o0 ! advance dst 214 add %o1, %o0, %o1 ! restore %o1 248 add %o1, 64, %o1 ! increase src ptr by 64 251 add %o0, 64, %o0 ! increase dst ptr by 64 264 add %o1, 32, %o1 ! increase src ptr by 32 267 add %o0, 32, %o0 ! increase dst ptr by 32 276 add %o1, 16, %o1 ! increase src ptr by 16 280 add %o0, 16, %o0 ! increase dst ptr by 16 289 add [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | x86_64-mont.pl | 196 add %rax,$lo0 # discarded 206 add %rax,$hi1 209 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 217 add %rax,$hi0 227 add %rax,$hi1 230 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 237 add $hi0,$hi1 251 add %rax,$lo0 # ap[0]*bp[i]+tp[0] 259 add %rax,$lo0 # discarded 270 add [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | x86_64-mont.pl | 196 add %rax,$lo0 # discarded 206 add %rax,$hi1 209 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 217 add %rax,$hi0 227 add %rax,$hi1 230 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0] 237 add $hi0,$hi1 251 add %rax,$lo0 # ap[0]*bp[i]+tp[0] 259 add %rax,$lo0 # discarded 270 add [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head.S | 59 add \reg, \reg, \tmp 84 * We're trying to keep crap to a minimum; DO NOT add any machine specific 183 add r12, r12, r10 209 add r6, r0, #PG_DIR_SIZE 223 add r3, r4, #0x1000 @ first PMD table address 235 add r3, r3, #0x1000 @ next PMD table 239 add r4, r4, #0x1000 @ point to the PMD tables 241 add r4, r4, #4 @ we only write the bottom word 266 add r0, r3, #PAGE_OFFSET 267 add r [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.sh | 152 ip netns add $i || exit $ksft_skip 161 ip link add ns1eth2 netns "$ns1" type veth peer name ns2eth1 netns "$ns2" 162 ip link add ns2eth3 netns "$ns2" type veth peer name ns3eth2 netns "$ns3" 163 ip link add ns3eth4 netns "$ns3" type veth peer name ns4eth3 netns "$ns4" 165 ip -net "$ns1" addr add 10.0.1.1/24 dev ns1eth2 166 ip -net "$ns1" addr add dead:beef:1::1/64 dev ns1eth2 nodad 169 ip -net "$ns1" route add default via 10.0.1.2 170 ip -net "$ns1" route add default via dead:beef:1::2 172 ip -net "$ns2" addr add 10.0.1.2/24 dev ns2eth1 173 ip -net "$ns2" addr add dea [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uchar.cpp | 652 /* add the start code point to the USet */ in _enumPropertyStartsRange() 654 sa->add(sa->set, start); in _enumPropertyStartsRange() 660 #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1) 668 /* add the start code point of each same-value range of the main trie */ in uchar_addPropertyStarts() 671 /* add code points with hardcoded properties, plus the ones following them */ in uchar_addPropertyStarts() 673 /* add for u_isblank() */ in uchar_addPropertyStarts() 676 /* add for IS_THAT_CONTROL_SPACE() */ in uchar_addPropertyStarts() 677 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts() 678 sa->add(s in uchar_addPropertyStarts() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uchar.cpp | 628 /* add the start code point to the USet */ in _enumPropertyStartsRange() 630 sa->add(sa->set, start); in _enumPropertyStartsRange() 636 #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1) 644 /* add the start code point of each same-value range of the main trie */ in uchar_addPropertyStarts() 647 /* add code points with hardcoded properties, plus the ones following them */ in uchar_addPropertyStarts() 649 /* add for u_isblank() */ in uchar_addPropertyStarts() 652 /* add for IS_THAT_CONTROL_SPACE() */ in uchar_addPropertyStarts() 653 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts() 654 sa->add(s in uchar_addPropertyStarts() [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
H A D | RbnfDemo.java | 256 panel1.add(new Panel()); in createDemoFrame() 257 panel1.add(numberField, "Center"); in createDemoFrame() 258 panel1.add(lenientParseButton); in createDemoFrame() 259 panel.add(panel1, "Center"); in createDemoFrame() 269 panel2.add(button); in createDemoFrame() 277 panel2.add(button); in createDemoFrame() 285 panel2.add(button); in createDemoFrame() 294 panel2.add(button); in createDemoFrame() 295 panel2.add(new Panel()); in createDemoFrame() 304 panel2.add(butto in createDemoFrame() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uchar.cpp | 652 /* add the start code point to the USet */ in _enumPropertyStartsRange() 654 sa->add(sa->set, start); in _enumPropertyStartsRange() 660 #define USET_ADD_CP_AND_NEXT(sa, cp) sa->add(sa->set, cp); sa->add(sa->set, cp+1) 668 /* add the start code point of each same-value range of the main trie */ in uchar_addPropertyStarts() 671 /* add code points with hardcoded properties, plus the ones following them */ in uchar_addPropertyStarts() 673 /* add for u_isblank() */ in uchar_addPropertyStarts() 676 /* add for IS_THAT_CONTROL_SPACE() */ in uchar_addPropertyStarts() 677 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts() 678 sa->add(s in uchar_addPropertyStarts() [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-586.pl | 179 &add($tmp1,$e); # tmp1+=e; 189 &add($f,$tmp1); } # f+=tmp1 190 else { &add($tmp1,$f); } # f becomes a in next round 208 &add($e,$tmp1); # e+=F_00_19(b,c,d) 216 &add($f,$a); # f+=ROTATE(a,5) 226 &add($e,$tmp1); # e+=F_00_19(b,c,d) 233 &add($f,$tmp1); # f+=ROTATE(a,5) 249 &add($e,$tmp1); # e+=F_20_39(b,c,d) 260 &add($f,$a); # f+=ROTATE(a,5) 270 &add( [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-586.pl | 179 &add($tmp1,$e); # tmp1+=e; 189 &add($f,$tmp1); } # f+=tmp1 190 else { &add($tmp1,$f); } # f becomes a in next round 208 &add($e,$tmp1); # e+=F_00_19(b,c,d) 216 &add($f,$a); # f+=ROTATE(a,5) 226 &add($e,$tmp1); # e+=F_00_19(b,c,d) 233 &add($f,$tmp1); # f+=ROTATE(a,5) 249 &add($e,$tmp1); # e+=F_20_39(b,c,d) 260 &add($f,$a); # f+=ROTATE(a,5) 270 &add( [all...] |