Home
last modified time | relevance | path

Searched defs:ComputeHash (Results 1 – 9 of 9) sorted by relevance

/third_party/gn/src/gn/
Dlabel.h117 size_t ComputeHash() const { in ComputeHash() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dthread_pool_reuse_manager.cc79 std::string ThreadPoolReuseManager::ComputeHash(size_t actor_num, size_t inter_op_parallel_num, siz… in ComputeHash() function in mindspore::lite::ThreadPoolReuseManager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp29 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef
145 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h374 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
390 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp107 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() function in gl::MemoryProgramCache
/third_party/typescript/src/compiler/
DbuilderState.ts194 export type ComputeHash = ((data: string) => string) | undefined; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h948 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
984 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp108 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait
DInstrProfReader.cpp510 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait