Home
last modified time | relevance | path

Searched refs:ComputeHash (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/unittests/ADT/
DFoldingSet.cpp35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash()); in TEST()
/external/chromium_org/net/quic/crypto/
Dnull_decrypter.cc39 if (hash != ComputeHash(buffer)) { in Decrypt()
65 if (hash != ComputeHash(buffer)) { in DecryptPacket()
88 uint128 NullDecrypter::ComputeHash(const string& data) const { in ComputeHash() function in net::NullDecrypter
Dnull_decrypter.h40 uint128 ComputeHash(const std::string& data) const;
/external/clang/lib/Serialization/
DASTReaderInternals.h71 hash_value_type ComputeHash(const DeclNameKey &Key) const;
103 static hash_value_type ComputeHash(const internal_key_type& a);
176 static hash_value_type ComputeHash(Selector Sel);
225 static hash_value_type ComputeHash(internal_key_ref ikey);
DASTCommon.h66 unsigned ComputeHash(Selector Sel);
DASTCommon.cpp80 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
DGlobalModuleIndex.cpp82 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anonfb88acdc0311::IdentifierIndexReaderTrait
656 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anonfb88acdc0711::IdentifierIndexWriterTrait
DASTWriter.cpp1490 static hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anonaf42aa920411::HeaderFileInfoTrait
1865 static hash_value_type ComputeHash(IdentID IdID) { in ComputeHash() function in __anonaf42aa920511::ASTMacroTableTrait
2752 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anonaf42aa920611::ASTMethodPoolTrait
2753 return serialization::ComputeHash(Sel); in ComputeHash()
3109 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anonaf42aa920711::ASTIdentifierTableTrait
3369 hash_value_type ComputeHash(DeclarationName Name) { in ComputeHash() function in __anonaf42aa920811::ASTDeclContextNameLookupTrait
3380 ID.AddInteger(serialization::ComputeHash(Name.getObjCSelector())); in ComputeHash()
3395 return ID.ComputeHash(); in ComputeHash()
/external/llvm/include/llvm/ADT/
DFoldingSet.h230 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID);
253 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID,
277 unsigned ComputeHash() const;
329 unsigned ComputeHash() const;
367 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
369 return TempID.ComputeHash(); in ComputeHash()
383 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
387 return TempID.ComputeHash(); in ComputeHash()
414 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash()
490 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, Context); in ComputeNodeHash()
DImmutableSet.h306 digest += ID.ComputeHash(); in computeDigest()
/external/llvm/lib/Support/
DFoldingSet.cpp30 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()
284 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp36 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in __anon93b2dcb40111::InstrProfRecordTrait
37 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K); in ComputeHash()
DInstrProfIndexed.h40 static inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
DInstrProfReader.cpp282 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait
283 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
/external/chromium_org/net/socket/
Dssl_session_cache_openssl.cc64 : id(a_id), id_len(a_id_len), hash(ComputeHash(a_id, a_id_len)) {} in SessionId()
72 hash(ComputeHash(session->session_id, session->session_id_length)) {} in SessionId()
88 size_t ComputeHash(const unsigned char* id, unsigned id_len) { in ComputeHash() function
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h69 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item()
292 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
/external/clang/lib/Frontend/
DCacheTokens.cpp123 static hash_value_type ComputeHash(PTHEntryKeyVariant V) { in ComputeHash() function in __anon6394b8370111::FileEntryPTHEntryInfo
609 static hash_value_type ComputeHash(PTHIdKey* key) { in ComputeHash() function in __anon6394b8370611::PTHIdentifierTableTrait
/external/llvm/lib/IR/
DMetadata.cpp261 N->Hash = ID.ComputeHash(); in getMDNode()
388 Hash = ID.ComputeHash(); in replaceOperand()
DLLVMContextImpl.h208 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
147 return X.FastID.ComputeHash();
/external/clang/lib/Lex/
DPTHLexer.cpp326 static hash_value_type ComputeHash(internal_key_type x) { in ComputeHash() function in __anonfe7d29840111::PTHFileLookupCommonTrait
382 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anonfe7d29840111::PTHStringLookupTrait
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h223 hash_value_type ComputeHash(StringRef K);
/external/clang/include/clang/Analysis/
DProgramPoint.h163 return ID.ComputeHash(); in getHashValue()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h54 HashValue = ID.ComputeHash();
74 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
/external/clang/tools/libclang/
DIndexing.cpp137 return ID.ComputeHash();

12