Searched defs:hash_code (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DHashing.h17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
74 /// In order to obtain the hash_code for an object 'x':
77 /// llvm::hash_code code = hash_value(x);
79 class hash_code { class in namespace:llvm
83 /// \brief Default construct a hash_code.
85 hash_code() {} function in class:llvm::hash_code
88 hash_code(size_ function in class:llvm::hash_code
[all...]
/external/webp/src/enc/
H A Dbackward_references.c139 const uint64_t hash_code = GetPixPairHash64(argb); local
140 p->chain_[pos] = p->hash_to_first_index_[hash_code];
141 p->hash_to_first_index_[hash_code] = pos;
149 const uint64_t hash_code = GetPixPairHash64(&argb[index]); local
162 for (pos = p->hash_to_first_index_[hash_code];

Completed in 93 milliseconds