Home
last modified time | relevance | path

Searched refs:add (Results 601 - 625 of 4499) sorted by relevance

1...<<21222324252627282930>>...180

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DResourceVk.h143 void add(const SharedResourceUse &resourceUse);
154 ANGLE_INLINE void ResourceUseList::add(const SharedResourceUse &resourceUse) in add() function in rx::vk::ResourceUseList
206 resourceUseList->add(mUse); in retain()
263 resourceUseList->add(mReadOnlyUse); in retainReadOnly()
269 resourceUseList->add(mReadOnlyUse); in retainReadWrite()
270 resourceUseList->add(mReadWriteUse); in retainReadWrite()
/third_party/skia/third_party/externals/swiftshader/tests/SystemBenchmarks/
H A DLRUCacheBenchmarks.cpp90 cache.add(rnd() % size, i); in BENCHMARK_DEFINE_F()
104 cache.add(i, i); in BENCHMARK_DEFINE_F()
121 cache.add(size + i, i); in BENCHMARK_DEFINE_F()
146 cache.add(key, i); in BENCHMARK_DEFINE_F()
165 cache.add(key, i); in BENCHMARK_DEFINE_F()
195 cache.add(key, i); in BENCHMARK_DEFINE_F()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_rolling_inc.h32 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()
/third_party/toybox/toys/other/
H A Dlsattr.c188 unsigned long add, rm, set, version; member
239 chattr.add |= get_flag_val(*ptr); in parse_cmdline_arg()
286 fval |= chattr.add; in update_attr()
307 if (chattr.set && (chattr.add || chattr.rm)) in chattr_main()
309 if (chattr.rm & chattr.add) error_exit("set/unset same flag"); in chattr_main()
310 if (!(chattr.add || chattr.rm || chattr.set || chattr.vflag)) in chattr_main()
/third_party/eudev/src/libudev/
H A Dlibudev-device-private.c33 static void udev_device_tag(struct udev_device *dev, const char *tag, bool add) in udev_device_tag() argument
43 if (add) { in udev_device_tag()
55 int udev_device_tag_index(struct udev_device *dev, struct udev_device *dev_old, bool add) in udev_device_tag_index() argument
60 if (add && dev_old != NULL) { in udev_device_tag_index()
81 udev_device_tag(dev, udev_list_entry_get_name(list_entry), add); in udev_device_tag_index()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dopusdsp_neon.S80 add w1, w1, #2
86 1: add x1, x1, #4
88 add x1, x1, #4
90 add x1, x1, #4
92 add x1, x1, #4
H A Dsimple_idct_neon.S80 add v19.4S, v23.4S, v7.4S
82 add v20.4S, v23.4S, v16.4S
114 add v19.4S, v19.4S, v7.4S
117 add v22.4S, v22.4S, v7.4S
124 add v19.4S, v19.4S, v7.4S
126 add v21.4S, v21.4S, v16.4S
129 \pass: add \y3\().4S, v19.4S, v17.4S
130 add \y4\().4S, v20.4S, v18.4S
133 add v7.4S, v21.4S, v5.4S
134 add v1
[all...]
/third_party/skia/tests/
H A DImageCacheTest.cpp53 cache.add(new TestingRec(key, i)); in test_cache()
63 cache.add(new TestingRec(key, i)); in test_cache()
79 cache.add(new TestingRec(key, i)); in test_cache_purge_shared_id()
145 cache.add(new TestingRec(key, 2)); in DEF_TEST()
146 cache.add(new TestingRec(key, 3)); in DEF_TEST()
/third_party/skia/third_party/externals/tint/src/sem/
H A Dfunction.h94 directly_referenced_globals_.add(global); in AddDirectlyReferencedGlobal()
95 transitively_referenced_globals_.add(global); in AddDirectlyReferencedGlobal()
108 transitively_referenced_globals_.add(global); in AddTransitivelyReferencedGlobal()
120 transitively_called_functions_.add(function); in AddTransitivelyCalledFunction()
132 directly_called_intrinsics_.add(intrinsic); in AddDirectlyCalledIntrinsic()
/third_party/rust/crates/memchr/src/memmem/
H A Dgenericsimd.rs135 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 Dcompile_cas.go120 // 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)
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86.pl176 &add ("eax","ebx"); # s1
180 &add ("ebx","ecx"); # s2
184 &add ("ecx","edx"); # s3
197 &add ("eax",&DWP(4*0,"ebp")); # accumulate input
213 &add ("edi","eax");
217 &add ("edi","eax");
221 &add ("edi","eax");
228 &add ("esi","eax");
232 &add ("esi","eax");
236 &add ("es
[all...]
H A Dpoly1305-sparcv9.pl132 add %o7,poly1305_blocks_vis3-1b,%o7
134 add %o7,poly1305_emit-poly1305_blocks_vis3,%o5
176 add $r1,$s1,$s1
178 add $r2,$s2,$s2
179 add $r3,$s3,$s3
208 add $inp,16,$inp
213 add $t0,$d0,$d0
214 add $t1,$d1,$d1
216 add $t2,$d2,$d2
217 add
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86.pl176 &add ("eax","ebx"); # s1
180 &add ("ebx","ecx"); # s2
184 &add ("ecx","edx"); # s3
197 &add ("eax",&DWP(4*0,"ebp")); # accumulate input
213 &add ("edi","eax");
217 &add ("edi","eax");
221 &add ("edi","eax");
228 &add ("esi","eax");
232 &add ("esi","eax");
236 &add ("es
[all...]
H A Dpoly1305-sparcv9.pl132 add %o7,poly1305_blocks_vis3-1b,%o7
134 add %o7,poly1305_emit-poly1305_blocks_vis3,%o5
176 add $r1,$s1,$s1
178 add $r2,$s2,$s2
179 add $r3,$s3,$s3
208 add $inp,16,$inp
213 add $t0,$d0,$d0
214 add $t1,$d1,$d1
216 add $t2,$d2,$d2
217 add
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S552 @ Loop to add the constant from q8 into all 8x8 outputs
609 add r0, r0, #16
620 @ load the destination pixels (from a similar 4x8 slice), add and store back.
637 add r3, r0, r1
701 add r7, r7, #256
716 add r0, sp, #(\i*32)
724 add r2, r6, #(\i*4)
748 add r0, r4, #(\i*2)
750 add r2, sp, #(\i*4)
755 add s
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp134 void add(const OffsetRange &R) { in add() function
135 Root = add(Root, R); in add()
163 Node *add(Node *N, const OffsetRange &R);
275 // words, expr(add(##V,D) = add(expr(##V),D).
622 RangeTree::Node *RangeTree::add(Node *N, const OffsetRange &R) { in add() function in RangeTree
632 N->Left = add(N->Left, R); in add()
634 N->Right = add(N->Right, R); in add()
1334 Tree.add(R); in assignInits()
1371 // - add th in assignInits()
[all...]
/third_party/FreeBSD/sys/dev/random/
H A Duint128.h65 uint128_add64(uint128_t *big_uintp, uint64_t add) in uint128_add64() argument
68 (*big_uintp) += add; in uint128_add64()
72 word0p = big_uintp->u128t_word0 + add; in uint128_add64()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
H A DIMETest.java27 box.add(new JTextField(sampleText)); in main()
28 box.add(new JTextField(sampleText)); in main()
29 jf.getContentPane().add(box); in main()
/third_party/skia/src/core/
H A DSkTaskGroup.cpp13 void SkTaskGroup::add(std::function<void(void)> fn) { in add() function in SkTaskGroup
15 fExecutor.add([this, fn{std::move(fn)}] { in add()
25 fExecutor.add([=] { in batch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DLegacyPassManager.h32 /// PassManagerBase - An abstract interface to allow code to add passes to
44 virtual void add(Pass *P) = 0;
54 void add(Pass *P) override;
74 void add(Pass *P) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DStringTableBuilder.h44 size_t add(CachedHashStringRef S);
45 size_t add(StringRef S) { return add(CachedHashStringRef(S)); } in add() function in llvm::StringTableBuilder
52 /// returned by add will still be valid.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DUtils.cpp51 unwrap(PM)->add(createLowerSwitchPass()); in LLVMAddLowerSwitchPass()
55 unwrap(PM)->add(createPromoteMemoryToRegisterPass()); in LLVMAddPromoteMemoryToRegisterPass()
59 unwrap(PM)->add(createAddDiscriminatorsPass()); in LLVMAddAddDiscriminatorsPass()
/third_party/typescript/tests/baselines/reference/
H A DcastTest.js18 add(dx: number, dy: number): Point;
26 add: function(dx, dy) {
46 add: function (dx, dy) {
/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.cpp115 t.add(UnicodeString("abc")); in Testj2268()
177 s->add("ac"); in TestToPattern()
186 s->add("[]"); in TestToPattern()
197 s->add(UnicodeString("abc", "")); in TestToPattern()
198 s->add(UnicodeString("abc", "")); in TestToPattern()
211 s.add(u'a', u'b'); in TestToPattern()
227 testSet.add(start, end); in toPatternAux()
403 set.add(0x0061, 0x007a); in TestAddRemove()
420 set.add(0x0066, 0x0071); in TestAddRemove()
429 set.add( in TestAddRemove()
1627 void add(const UnicodeString& var, const UnicodeString& value, add() function in TokenSymbolTable
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...180