HomeSort by relevance Sort by last modified time
    Searched defs:KeyHash (Results 1 - 8 of 8) sorted by null

  /external/skia/src/pdf/
SkPDFGradientShader.h 36 struct KeyHash {
  /external/skqp/src/pdf/
SkPDFGradientShader.h 36 struct KeyHash {
  /external/python/pyasn1-modules/pyasn1_modules/
rfc2560.py 125 class KeyHash(univ.OctetString):
134 KeyHash().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
  /external/tensorflow/tensorflow/core/framework/
rendezvous.cc 155 uint64 key_hash = KeyHash(key.FullKey());
198 uint64 key_hash = KeyHash(key.FullKey());
279 // We key the hash table by KeyHash of the Rendezvous::CreateKey string
280 static uint64 KeyHash(const StringPiece& k) {
resource_mgr.h 183 struct KeyHash {
193 typedef std::unordered_map<Key, ResourceBase*, KeyHash, KeyEqual> Container;
  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 222 auto KeyHash = Info::ComputeHash(Key);
234 auto It = HT.find_hashed(Key, KeyHash);
  /external/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) {
  /external/swiftshader/third_party/llvm-7.0/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) {

Completed in 262 milliseconds