Home
last modified time | relevance | path

Searched refs:add (Results 1626 - 1650 of 5696) sorted by relevance

1...<<61626364656667686970>>...228

/third_party/libbpf/scripts/
H A Dsync-kernel.sh158 git add .
291 git add src/bpf_helper_defs.h
303 git add CHECKPOINT-COMMIT && \
304 git add BPF-CHECKPOINT-COMMIT && \
/third_party/lzma/CPP/Common/
H A DMyVector.h45 unsigned add = (_capacity >> 2) + 1; in ReserveOnePosition() local
46 if (add > rem) in ReserveOnePosition()
47 add = rem; in ReserveOnePosition()
48 ReAllocForNewCapacity(_capacity + add); in ReserveOnePosition()
/third_party/node/lib/internal/test_runner/
H A Drunner.js85 .add(kCancelledByParent).add(kAborted).add(kTestTimeoutFailure);
97 testFiles.add(path);
106 // 'test' directories get special treatment. Recursively add all .js,
/third_party/node/lib/internal/util/
H A Dcomparisons.js436 set.add(val);
449 set.add(val);
495 set.add(key);
511 set.add(key);
/third_party/node/deps/v8/tools/dev/
H A Dgm.py456 self.global_actions.add(word)
459 self.global_targets.add(word)
463 self.global_tests.add(word)
464 self.global_targets.add(maybe_target)
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
H A Dmemcpy_le.S161 @ add r12, r12, #64
176 add r2, r2, #32
370 add r2, r2, #32
409 add sp, sp, #28
/third_party/musl/porting/uniproton/kernel/src/string/arch/arm/
H A Dmemcpy_le.S157 @ add r12, r12, #64
172 add r2, r2, #32
366 add r2, r2, #32
405 add sp, sp, #28
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h59 * OR is implemented by <code>add</code>, a boolean AND is implemented
63 * of traditional set theory function names, <code>add</code> is a
72 * methods that add characters, add categories, and control the logic
1119 virtual UnicodeSet& add(UChar32 start, UChar32 end);
1131 UnicodeSet& add(UChar32 c);
1144 UnicodeSet& add(const UnicodeString& s);
1348 * @see #add(UChar32, UChar32)
1630 void add(const UChar32* other, int32_t otherLen, int8_t polarity);
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.h199 * Most handlePreWrite() functions may add any number of bytes, but preWrite()
275 void add(SResource *res, int linenumber, UErrorCode &errorCode);
295 void add(SResource *res);
314 void add(SResource *res);
402 void add(int32_t value, UErrorCode &errorCode);
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.h199 * Most handlePreWrite() functions may add any number of bytes, but preWrite()
275 void add(SResource *res, int linenumber, UErrorCode &errorCode);
295 void add(SResource *res);
314 void add(SResource *res);
402 void add(int32_t value, UErrorCode &errorCode);
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hash.c149 const unsigned char *add; in add_bytes() local
155 add = &in[inlen - 1]; in add_bytes()
157 for (i = inlen; i > 0; i--, d--, add--) { in add_bytes()
158 result = *d + *add + carry; in add_bytes()
/third_party/python/Tools/peg_generator/pegen/
H A Dparser_generator.py71 return self.soft_keywords.add(node.value.replace('"', ""))
230 self.visited.add(rule)
232 self.nullables.add(rule)
273 self.nullables.add(item)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilExportTests.cpp123 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
191 programCollection.spirvAsmSources.add(shaderName.str()) << src << SpirVAsmBuildOptions(programCollection.usedVulkanVersion, SPIRV_VERSION_1_1); in initPrograms()
206 programCollection.glslSources.add("frag-stencil0") << glu::FragmentSource(src.str()); in initPrograms()
219 programCollection.glslSources.add("frag-color") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPositionFetchTests.cpp217 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(rgen.str())) << buildOptions; in initPrograms()
218 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(miss.str())) << buildOptions; in initPrograms()
219 programCollection.glslSources.add("ah") << glu::AnyHitSource(updateRayTracingGLSL(ah.str())) << buildOptions; in initPrograms()
220 programCollection.glslSources.add("ch") << glu::ClosestHitSource(updateRayTracingGLSL(ch.str())) << buildOptions; in initPrograms()
251 // If we add anything to the command buffer here that the AS builds depend on make sure in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotTests.cpp217 programCollection.spirvAsmSources.add("vert") << vertex << buildOptionsSpr; in initFrameBufferPrograms()
381 programCollection.spirvAsmSources.add("geometry") << geometry.str() << buildOptionsSpr; in initFrameBufferPrograms()
561 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
722 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
H A DvktSubgroupsBuiltinMaskVarTests.cpp212 programCollection.glslSources.add("vert") in initFrameBufferPrograms()
414 programCollection.spirvAsmSources.add("vert") << vertex << buildOptionsSpr; in initFrameBufferPrograms()
433 programCollection.glslSources.add("tese") in initFrameBufferPrograms()
654 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
678 programCollection.glslSources.add("tesc") in initFrameBufferPrograms()
914 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr; in initFrameBufferPrograms()
937 programCollection.glslSources.add("geometry") in initFrameBufferPrograms()
1162 programCollection.spirvAsmSources.add("geometry") << geometry.str() << buildOptionsSpr; in initFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp124 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
163 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
221 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
238 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp71 Program& add (const std::string& name);
72 void add (const std::string& name, de::MovePtr<Program>& program);
130 Program& ProgramCollection<Program>::add (const std::string& name) in add() function in glc::ProgramCollection
140 void ProgramCollection<Program>::add (const std::string& name, de::MovePtr<Program>& program) in add() function in glc::ProgramCollection
/third_party/skia/src/core/
H A DSkVertices.cpp71 fTotal = safe.add(sizeof(SkVertices), in Sizes()
72 safe.add(fVSize, in Sizes()
73 safe.add(fTSize, in Sizes()
74 safe.add(fCSize, in Sizes()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hash.c149 const unsigned char *add; in add_bytes() local
155 add = &in[inlen - 1]; in add_bytes()
157 for (i = inlen; i > 0; i--, d--, add--) { in add_bytes()
158 result = *d + *add + carry; in add_bytes()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.h199 * Most handlePreWrite() functions may add any number of bytes, but preWrite()
275 void add(SResource *res, int linenumber, UErrorCode &errorCode);
295 void add(SResource *res);
314 void add(SResource *res);
402 void add(int32_t value, UErrorCode &errorCode);
/third_party/skia/tests/
H A DPathOpsCubicReduceOrderTest.cpp51 bounds.add(cubicPair.first()[0]);
52 bounds.add(cubicPair.first()[3]);
57 bounds.add(cubicPair.second()[0]);
58 bounds.add(cubicPair.second()[3]);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc54 gids_to_retain->add (base_gid); in _add_cff_seac_components()
55 gids_to_retain->add (accent_gid); in _add_cff_seac_components()
329 plan->_glyphset_gsub->add (gid); in _populate_unicodes_to_retain()
354 plan->_glyphset_gsub->add (0); // Not-def in _populate_gids_to_retain()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h59 * OR is implemented by <code>add</code>, a boolean AND is implemented
63 * of traditional set theory function names, <code>add</code> is a
72 * methods that add characters, add categories, and control the logic
1089 virtual UnicodeSet& add(UChar32 start, UChar32 end);
1101 UnicodeSet& add(UChar32 c);
1114 UnicodeSet& add(const UnicodeString& s);
1315 * @see #add(UChar32, UChar32)
1590 void add(const UChar32* other, int32_t otherLen, int8_t polarity);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableMap.h116 LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K, in add() function in llvm::ImmutableMap::Factory
118 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D)); in add()
328 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { in add() function in llvm::ImmutableMapRef
329 TreeTy *NewT = Factory->add(Root, std::pair<key_type, data_type>(K, D)); in add()

Completed in 25 milliseconds

1...<<61626364656667686970>>...228