Home
last modified time | relevance | path

Searched refs:add (Results 4226 - 4250 of 4499) sorted by relevance

1...<<161162163164165166167168169170>>...180

/third_party/icu/icu4c/source/tools/icuexportdata/
H A Dicuexportdata.cpp366 backwardBuilder->add(backward, int32_t(composite), status); in writeCanonicalCompositions()
733 // Let's add 1 to index to make it always non-zero to distinguish in computeDecompositions()
/third_party/littlefs/scripts/
H A Dplotmpl.py279 ks.add(tuple(r.get(k, '') for k in by))
920 # add a legend? a bit tricky with matplotlib
H A Dperf.py288 syms[name].add((addr, size))
H A Dperfbd.py196 syms[name].add((addr, size))
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/aes/
H A Dvpaes-ppc.s1437 add 5, 5, 9
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/aes/
H A Dvpaes-ppc.s1437 add 5, 5, 9
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc1026 Format(instr, "add.w 'rd, 'rj, 'rk"); in DecodeTypekOp17()
1029 Format(instr, "add.d 'rd, 'rj, 'rk"); in DecodeTypekOp17()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc958 Format(instr, "add'cond's 'rd, 'rn, 'shift_op"); in DecodeType01()
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl719 #add \$8,%rsp # 8 is reserved for callee's ra
829 add \$15,%rdx
/third_party/libabigail/src/
H A Dabg-corpus.cc131 /// be added to the set of exported function and if it fits in, add
134 /// @param fn the function to add the set of exported functions.
154 /// be added to the set of exported variable and if it fits in, add
157 /// @param fn the variable to add the set of exported variables.
620 /// @param tu the new translation unit to add.
622 corpus::add(const translation_unit_sptr& tu) in add() function in abigail::ir::corpus
1512 /// The object does have methods to add the decls to the set of
1625 /// @param syms the set the symbols to add.
1647 /// @param syms the set the symbols to add.
1682 /// @param corp the new corpus to add
[all...]
H A Dabg-ctf-reader.cc415 corp->add(ir_translation_unit); in process_ctf_archive()
952 /// @param sou the IR struct or union type to which add the members.
987 /* Create a declaration IR node for the member and add it to the in process_ctf_sou_members()
1003 /// Create a declaration-only union or struct type and add it to the
1107 /* Now add the struct members as specified in the CTF type description. in process_ctf_struct_type()
1158 /* Now add the union members as specified in the CTF type description. in process_ctf_union_type()
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs125 let string_ptr = (*manglings).Strings.add(i); in cxx_manglings()
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py854 self._idset.add(self._id)
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py111 # tail but do not add a path_sep prefix.
283 # change LIST_APPEND and SET_ADD, add MAP_ADD #2183)
287 # Python 3.2a1: 3160 (add SETUP_WITH #6101)
289 # Python 3.2a2: 3170 (add DUP_TOP_TWO, remove DUP_TOPX and ROT_FOUR #9225)
291 # Python 3.2a3 3180 (add DELETE_DEREF #4617)
299 # Python 3.4a1 3260 (add LOAD_CLASSDEREF; allow locals of class to override
309 # Python 3.5b3 3350 (add GET_YIELD_FROM_ITER opcode #24400)
311 # Python 3.6a0 3360 (add FORMAT_VALUE opcode #25483)
314 # Python 3.6a2 3371 (add BUILD_CONST_KEY_MAP opcode #27140)
317 # Python 3.6b1 3373 (add BUILD_STRIN
[all...]
H A D_bootstrap.py98 seen.add(tid)
1143 # Temporarily add child we are currently importing to parent's
/third_party/python/Lib/
H A Dpathlib.py411 yielded.add(p)
684 has no suffix, add given suffix. If the given suffix is an empty
/third_party/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl719 #add \$8,%rsp # 8 is reserved for callee's ra
829 add \$15,%rdx
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp146 // else Don't add anything in convertSatRte()
216 template<> inline EmptyIndex convertIndexTo<EmptyIndex> (deUint32 index) { DE_UNREF(index); TCU_THROW(TestError, "Cannot add empty index"); } in convertIndexTo()
693 BlasPtr add (VkDeviceSize structureSize = 0,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp886 sourceCollections.glslSources.add(name.str()) << glu::ComputeSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp695 programCollection.spirvAsmSources.add("comp", &buildOptions) << shaderTemplate.specialize(getSpirVReplacements()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp732 sourceCollections.glslSources.add(shaderName.str()) << glu::ComputeSource(src.str());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp571 programCollection.glslSources.add("test") << glu::ComputeSource(css.str()) << buildOptions; in initPrograms()
1268 { TT_ADD, "add", "OpFAdd/OpIAdd" }, in createCooperativeMatrixTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp667 int internalId = configSet.add(config); in generateConfigs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMachObjectWriter.cpp558 StringTable.add(Symbol.getName()); in computeSymbolTable()
592 // Now add the data for local symbols. in computeSymbolTable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp731 // vertex stage to determine if we would want to add support for atomic counter buffers. in ensureCapsInitialized()
1296 configSet.add(config);

Completed in 47 milliseconds

1...<<161162163164165166167168169170>>...180