/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 240 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 262 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 287 unsigned ComputeHash() const; 337 unsigned ComputeHash() const; 374 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 376 return TempID.ComputeHash(); in ComputeHash() 390 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 394 return TempID.ComputeHash(); in ComputeHash() 496 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 542 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, Context); in ComputeNodeHash()
|
D | ImmutableSet.h | 305 digest += ID.ComputeHash(); in computeDigest()
|
/third_party/gn/src/gn/ |
D | label.h | 105 : dir_(dir), name_(name), hash_(ComputeHash()) {} in Label() 115 hash_(ComputeHash()) {} in Label() 117 size_t ComputeHash() const { in ComputeHash() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 29 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef 145 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID 146 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 323 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | MemoryProgramCache.cpp | 93 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() function in gl::MemoryProgramCache 132 ComputeHash(context, program, hashOut); in getProgram() 209 ComputeHash(context, program, &programHash); in updateProgram()
|
D | MemoryProgramCache.h | 31 static void ComputeHash(const Context *context,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | MemoryProgramCache.cpp | 107 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() function in gl::MemoryProgramCache 149 ComputeHash(context, program, hashOut); in getProgram() 243 ComputeHash(context, program, &programHash); in updateProgram()
|
D | MemoryProgramCache.h | 31 static void ComputeHash(const Context *context,
|
/third_party/typescript/src/compiler/ |
D | builderState.ts | 80 export type ComputeHash = ((data: string) => string) | undefined; alias 264 …: Path, cancellationToken: CancellationToken | undefined, computeHash: ComputeHash, cacheToUpdateS… 303 …tring>, cancellationToken: CancellationToken | undefined, computeHash: ComputeHash, exportedModule… 524 …tring>, cancellationToken: CancellationToken | undefined, computeHash: ComputeHash, exportedModule…
|
D | builder.ts | 341 …llationToken: CancellationToken | undefined, computeHash: BuilderState.ComputeHash): SourceFile | … 426 …rceFile, cancellationToken: CancellationToken | undefined, computeHash: BuilderState.ComputeHash) { 453 …h: Path, cancellationToken: CancellationToken | undefined, computeHash: BuilderState.ComputeHash) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 397 uint64_t ComputeHash(StringRef K); 473 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey())); in addFuncName() 948 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
|
D | InstrProfReader.h | 322 hash_value_type ComputeHash(StringRef K);
|
D | InstrProfData.inc | 74 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName())))) 220 llvm::IndexedInstrProf::ComputeHash(NameValue)))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 135 unsigned Hash = InfoObj.ComputeHash(Key); in contains() 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 108 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait 109 return IndexedInstrProf::ComputeHash(K); in ComputeHash()
|
D | InstrProfReader.cpp | 226 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData() 510 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait 511 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 175 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { 176 return X.FastID.ComputeHash(); 257 static unsigned ComputeHash(const SCEVPredicate &X, 259 return X.FastID.ComputeHash();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 104 HashValue = ID.ComputeHash(); 127 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 496 return ID.ComputeHash(); in node_hash()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 172361 static uint32_t ComputeHash(ImageURL* aURI,
|