HomeSort by: relevance | last modified time | path
    Searched refs:KeyHash (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
346 return find_hashed(IKey, KeyHash, InfoPtr);
350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
358 offset_type Idx = KeyHash & (NumBuckets - 1);
381 if (ItemHash != KeyHash) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
MultiOnDiskHashTable.h 238 auto KeyHash = Info::ComputeHash(Key);
250 auto It = HT.find_hashed(Key, KeyHash);

Completed in 30 milliseconds