/third_party/rust/crates/memchr/src/memmem/ |
H A D | genericsimd.rs | 135 let end_ptr = start_ptr.add(haystack.len()); 151 ptr = ptr.add(size_of::<V>()); 226 let chunk0 = V::load_unaligned(ptr.add(fwd.rare1i as usize)); in fwd_find_in_chunk() 227 let chunk1 = V::load_unaligned(ptr.add(fwd.rare2i as usize)); in fwd_find_in_chunk() 235 let ptr = ptr.add(offset); in fwd_find_in_chunk()
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | compile_cas.go | 120 // add the given entry (given as a slice of path components) to the node. 121 func (n *node) add(entry []string) { 125 log.Fatalf("Failed to compute compile CAS inputs; attempting to add entry %v to node %q", entry, n.name) 144 child.add(entry) 196 // add the given path to the tree. Entries may be combined as defined by 198 func (t *tree) add(p string) { 200 t.root.add(split) 219 t.add(path)
|
/foundation/communication/ipc/example/rust_test/service/src/ |
H A D | lib.rs | 32 /// add num1 + num2
33 pub fn add(num1: &i32, num2: &i32) -> i32 {
in add() functions 63 /// add
88 /// Calc add num1 + num2
89 fn add(&self, num1: i32, num2: i32) -> IpcResult<i32>;
in add() functions 104 let ret = stub.add(num1, num2)?;
in on_icalc_remote_request() 141 fn add (&self, num1: i32, num2: i32) -> IpcResult<i32> {
in add() functions 142 self.0.add(num1, num2)
in add() 156 fn add(&self, num1: i32, num2: i32) -> IpcResult<i32> {
in add() functions
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | memset.S | 83 add dst, dst, tmp2 109 add dst, dst, count 130 add dst, dst, #16 191 add dst, dst, #64 194 add dst, dst, tmp2 199 add dst, dst, zva_len_x
|
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | copy_page_mck.S | 122 add src_pre_l2 = 8*8, in1 123 add dst_pre_l2 = 8*8, in0 124 add src0 = 8, in1 // first t1 src 125 add src1 = 3*8, in1 // first t3 src 126 add dst0 = 8, in0 // first t1 dst 127 add dst1 = 3*8, in0 // first t3 dst
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-address.h | 278 #define CVMX_ADD_SEG32(segment, add) \ 279 (((int32_t)segment << 31) | (int32_t)(add)) 291 #define CVMX_ADD_SEG(segment, add) ((((uint64_t)segment) << 62) | (add)) 293 #define CVMX_ADD_IO_SEG(add) CVMX_ADD_SEG(CVMX_IO_SEG, (add))
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | ldstfp.S | 35 add r5,r3,r5 59 add r5,r3,r5 84 add r5,r3,r5 108 add r5,r3,r5 132 add r5,r3,r5 151 add r5,r3,r5
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | atomic_64.S | 66 ATOMIC_OP(add) 67 ATOMIC_OP_RETURN(add) 68 ATOMIC_FETCH_OP(add) 132 ATOMIC64_OP(add) 133 ATOMIC64_OP_RETURN(add) 134 ATOMIC64_FETCH_OP(add)
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-address.h | 278 #define CVMX_ADD_SEG32(segment, add) \ 279 (((int32_t)segment << 31) | (int32_t)(add)) 291 #define CVMX_ADD_SEG(segment, add) ((((uint64_t)segment) << 62) | (add)) 293 #define CVMX_ADD_IO_SEG(add) CVMX_ADD_SEG(CVMX_IO_SEG, (add))
|
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | memset.S | 82 add dst, dst, tmp2 108 add dst, dst, count 129 add dst, dst, #16 190 add dst, dst, #64 193 add dst, dst, tmp2 198 add dst, dst, zva_len_x
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | atomic.h | 78 ATOMIC_OPS(add, i, add, +) 79 ATOMIC_OPS(sub, -i, add, +) 112 " add.w %[rc], %[p], %[a]\n" in arch_atomic_fetch_add_unless() 213 ATOMIC64_OPS(add, i, add, +) 214 ATOMIC64_OPS(sub, -i, add, +) 247 " add.d %[rc], %[p], %[a]\n" in arch_atomic64_fetch_add_unless()
|
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | copy_page_mck.S | 122 add src_pre_l2 = 8*8, in1 123 add dst_pre_l2 = 8*8, in0 124 add src0 = 8, in1 // first t1 src 125 add src1 = 3*8, in1 // first t3 src 126 add dst0 = 8, in0 // first t1 dst 127 add dst1 = 3*8, in0 // first t3 dst
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | mirror_gre_changes.sh | 43 ip address add dev $swp3 192.0.2.129/28 44 ip address add dev $h3 192.0.2.130/28 46 ip address add dev $swp3 2001:db8:2::1/64 47 ip address add dev $h3 2001:db8:2::2/64 77 tc filter add dev $h3 ingress pref 77 prot $prot \ 201 ip route add $route dev $edev
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | ldstfp.S | 35 add r5,r3,r5 59 add r5,r3,r5 84 add r5,r3,r5 108 add r5,r3,r5 132 add r5,r3,r5 151 add r5,r3,r5
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | atomic_64.S | 66 ATOMIC_OP(add) 67 ATOMIC_OP_RETURN(add) 68 ATOMIC_FETCH_OP(add) 132 ATOMIC64_OP(add) 133 ATOMIC64_OP_RETURN(add) 134 ATOMIC64_FETCH_OP(add)
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | local_termination.sh | 64 ip neigh add $H2_IPV4 lladdr $dmac dev $if_name 92 ip route add 225.100.1.0/24 dev $if_name vrf $vrf_name 93 ip -6 route add ff2e::/64 dev $if_name vrf $vrf_name 227 ip link add br0 type bridge 249 ip link add link $h2 name macvlan0 type macvlan mode private 266 ip link add link br0 name macvlan0 type macvlan mode private
|
H A D | mirror_gre_changes.sh | 43 ip address add dev $swp3 192.0.2.129/28 44 ip address add dev $h3 192.0.2.130/28 46 ip address add dev $swp3 2001:db8:2::1/64 47 ip address add dev $h3 2001:db8:2::2/64 77 tc filter add dev $h3 ingress pref 77 prot $prot \ 201 ip route add $route dev $edev
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | local_termination.sh | 64 ip neigh add $H2_IPV4 lladdr $dmac dev $if_name 92 ip route add 225.100.1.0/24 dev $if_name vrf $vrf_name 93 ip -6 route add ff2e::/64 dev $if_name vrf $vrf_name 227 ip link add br0 type bridge 249 ip link add link $h2 name macvlan0 type macvlan mode private 266 ip link add link br0 name macvlan0 type macvlan mode private
|
/kernel/uniproton/src/om/hook/ |
H A D | prt_hook_init.c | 112 OsVoidFunc *add = NULL; in OsMhookAdd() local 127 if (add == NULL) { in OsMhookAdd() 128 add = mHook; in OsMhookAdd() 144 if (add == NULL) { in OsMhookAdd() 149 add = mHook; in OsMhookAdd() 159 *add = hook; in OsMhookAdd()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_16bpp_neon.S | 617 add r0, r0, r1, lsl #2 619 add r0, r0, #8 624 add r0, r0, r1, lsl #2 626 add r0, r0, r1, lsl #2 629 add r0, r0, #8 631 add r0, r0, #8 662 add r0, r0, r1, lsl #3 664 add r0, r0, #16 715 add r0, r12, r1, lsl #2 729 add r1 [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | Counter.java | 65 public Counter<T> add(T obj, long countValue) { in add() method in Counter 135 count_key.add(new Entry<T>(map.get(key), key, counter++)); in getKeysetSortedByCount() 139 result.add(entry.value); in getKeysetSortedByCount() 182 add(key, delta); in addAll() 189 add(key, keys.getCount(key)); in addAll() 216 return add(key, 1); in increment()
|
/third_party/icu/icu4c/source/test/depstest/ |
H A D | dependencies.py | 90 files.add(file_name) 91 item_files.add(file_name) 116 _groups_to_be_defined.add(dep) 117 item_deps.add(dep) 122 exports.add(symbol) 158 libraries.add(name)
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | Counter.java | 68 public Counter<T> add(T obj, long countValue) { in add() method in Counter 138 count_key.add(new Entry<T>(map.get(key), key, counter++)); in getKeysetSortedByCount() 142 result.add(entry.value); in getKeysetSortedByCount() 185 add(key, delta); in addAll() 192 add(key, keys.getCount(key)); in addAll() 219 return add(key, 1); in increment()
|
/third_party/ltp/testcases/kernel/containers/netns/ |
H A D | netns_helper.sh | 43 # Adds "inet6 add" to the 'ifconfig' arguments which is required for the ipv6 132 IFCONF_IN6_ARG="inet6 add" 174 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link add veth0 type veth peer name veth1 || \ 182 tst_brk TBROK "unable to add device veth1 to the separate network namespace" 201 ip netns add $NS_HANDLE0 || \ 203 ip netns add $NS_HANDLE1 || \ 206 $NS_EXEC $NS_HANDLE0 ip link add veth0 type veth peer name veth1 || \ 210 tst_brk TBROK "unable to add device veth1 to the separate network namespace" 245 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip address add $IP0/$NETMASK dev veth0 || 247 $NS_EXEC $NS_HANDLE1 $NS_TYPE ip address add [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | hash_rolling_inc.h | 32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in HashRollingFunctionInitial() argument 34 return (uint32_t)(factor * state + FN(HashByte)(add)); in HashRollingFunctionInitial() 37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in HashRollingFunction() argument 41 FN(HashByte)(add) - factor_remove * FN(HashByte)(rem)); in HashRollingFunction() 170 uint8_t add = data[(pos + CHUNKLEN) & ring_buffer_mask]; in FindLongestMatch() local 174 self->state, add, rem, self->factor, self->factor_remove); in FindLongestMatch()
|