HomeSort by relevance Sort by last modified time
    Searched refs:ComputeHash (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/unittests/ADT/
FoldingSet.cpp 35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash());
  /external/chromium_org/net/quic/crypto/
null_decrypter.cc 39 if (hash != ComputeHash(buffer)) {
65 if (hash != ComputeHash(buffer)) {
88 uint128 NullDecrypter::ComputeHash(const string& data) const {
null_decrypter.h 40 uint128 ComputeHash(const std::string& data) const;
  /external/llvm/lib/ProfileData/
InstrProfIndexed.h 40 static inline uint64_t ComputeHash(HashT Type, StringRef K) {
InstrProfWriter.cpp 36 static hash_value_type ComputeHash(key_type_ref K) {
37 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K);
InstrProfReader.cpp 282 InstrProfLookupTrait::ComputeHash(StringRef K) {
283 return IndexedInstrProf::ComputeHash(HashType, K);
  /external/clang/lib/Serialization/
ASTReaderInternals.h 71 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);
ASTCommon.h 66 unsigned ComputeHash(Selector Sel);
ASTCommon.cpp 80 unsigned serialization::ComputeHash(Selector Sel) {
GlobalModuleIndex.cpp 82 static hash_value_type ComputeHash(const internal_key_type& a) {
656 static hash_value_type ComputeHash(key_type_ref Key) {
ASTWriter.cpp     [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 225 // ComputeHash - Compute a hash value for X, using TempID to
230 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID);
253 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID,
275 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
277 unsigned ComputeHash() const;
327 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used
329 unsigned ComputeHash() const;
367 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) {
369 return TempID.ComputeHash();
383 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 28 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
30 unsigned FoldingSetNodeIDRef::ComputeHash() const {
143 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
145 unsigned FoldingSetNodeID::ComputeHash() const {
146 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
284 unsigned IDHash = ID.ComputeHash();
  /external/chromium_org/net/socket/
ssl_session_cache_openssl.cc 64 : id(a_id), id_len(a_id_len), hash(ComputeHash(a_id, a_id_len)) {}
72 hash(ComputeHash(session->session_id, session->session_id_length)) {}
88 size_t ComputeHash(const unsigned char* id, unsigned id_len) {
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 46 /// static hash_value_type ComputeHash(key_type_ref Key);
69 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {}
217 /// static hash_value_type ComputeHash(internal_key_type &IKey);
292 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 223 hash_value_type ComputeHash(StringRef K);
  /external/clang/lib/Frontend/
CacheTokens.cpp 123 static hash_value_type ComputeHash(PTHEntryKeyVariant V) {
609 static hash_value_type ComputeHash(PTHIdKey* key) {
  /external/clang/lib/Lex/
PTHLexer.cpp 326 static hash_value_type ComputeHash(internal_key_type x) {
382 static hash_value_type ComputeHash(const internal_key_type& a) {
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
147 return X.FastID.ComputeHash();
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 261 N->Hash = ID.ComputeHash();
388 Hash = ID.ComputeHash();
LLVMContextImpl.h 208 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {
  /system/core/libziparchive/
zip_archive.cc 388 static uint32_t ComputeHash(const char* str, uint16_t len) {
405 const uint32_t hash = ComputeHash(name, length);
427 const uint64_t hash = ComputeHash(name, length);
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 163 return ID.ComputeHash();
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 54 HashValue = ID.ComputeHash();
74 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 137 return ID.ComputeHash();
    [all...]

Completed in 542 milliseconds

1 2