Home
last modified time | relevance | path

Searched defs:merge (Results 76 - 100 of 146) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp1119 t >> merge; GetReachableMergeAndContinue() local
[all...]
/third_party/skia/src/pathops/
H A DSkOpSpan.cpp253 void SkOpSpanBase::merge(SkOpSpan* span) { in merge() function in SkOpSpanBase
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff1-table.cc284 void merge (const bounds_t &b) in merge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h362 void merge(iplist_impl &Right, Compare comp) { in merge() function in llvm::iplist_impl
368 void merge(iplist_impl &Right) { return merge(Right, op_less); } in merge() function in llvm::iplist_impl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp58 void HexagonBlockRanges::IndexRange::merge(const IndexRange &A) { in merge() function in HexagonBlockRanges::IndexRange
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist.h347 void merge(iplist_impl &Right, Compare comp) { in merge() function in llvm::iplist_impl
353 void merge(iplist_impl &Right) { return merge(Right, op_less); } in merge() function in llvm::iplist_impl
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h363 void merge(btree_container<T> &src) { // NOLINT in merge() function in absl::container_internal::btree_set_container
382 void merge(btree_container<T> &&src) { in merge() function in absl::container_internal::btree_set_container
644 void merge(btree_container<T> &src) { // NOLINT in merge() function in absl::container_internal::btree_multiset_container
660 void merge(btree_container<T> &&src) { in merge() function in absl::container_internal::btree_multiset_container
/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.h396 SetMergeBlockImpl(BasicBlock* merge) SetMergeBlockImpl() argument
[all...]
H A Dloop_unswitch_pass.cpp358 BasicBlock* merge = context_->cfg()->block(merge_bb_id); in PerformUnswitch() local
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp1077 t >> merge; GetReachableMergeAndContinue() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp114 std::string merge; in SplitTemplate() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h156 bool merge = false; member
/third_party/node/deps/v8/src/compiler/
H A Djs-inlining-heuristic.cc510 Node* merge = NodeProperties::GetControlInput(callee); in TryReuseDispatch() local
[all...]
H A Dloop-analysis.cc213 Node* merge = node->InputAt(node->InputCount() - 1); in PropagateBackward() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-generator.cc252 RegisterMerge* merge; in EmitBlockEndGapMoves() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java306 Edge merge(int m) { in merge() method in RangeTree.Edge
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c213 void pa_log_set_flags(pa_log_flags_t _flags, pa_log_merge_t merge) { in pa_log_set_flags() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DStratifiedSets.h441 void merge(StratifiedIndex Idx1, StratifiedIndex Idx2) { in merge() function in llvm::cflaa::StratifiedSetsBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp622 Error WindowsManifestMerger::WindowsManifestMergerImpl::merge( in merge() function in WindowsManifestMerger::WindowsManifestMergerImpl
692 Error WindowsManifestMerger::WindowsManifestMergerImpl::merge( in merge() function in WindowsManifestMerger::WindowsManifestMergerImpl
711 Error WindowsManifestMerger::merge(const MemoryBuffer &Manifest) { in merge() function in WindowsManifestMerger
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceDefs.h192 void merge(VariableDeclarationList *Other) { in merge() function in Ice::VariableDeclarationList
/third_party/skia/experimental/sktext/include/
H A DTypes.h106 void merge(Range tail) { in merge() function in skia::text::Range
/third_party/mbedtls/library/
H A Dx509.c818 unsigned char c, merge = 0; in mbedtls_x509_dn_gets() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp856 r600::sfn_log << r600::SfnLog::merge << "Shader before RA\n"; in r600_shader_from_nir() member in r600::SfnLog
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c882 struct schedule_node *merge = NULL; in schedule_instructions() local
[all...]
/third_party/python/Lib/
H A Ddoctest.py1570 def merge(self, other): member in DocTestRunner

Completed in 31 milliseconds

123456