Searched refs:hash_1to3_bytes (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() function 252 return hash_1to3_bytes(s, length, seed); in hash_short()
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() function 252 return hash_1to3_bytes(s, length, seed); in hash_short()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { in hash_1to3_bytes() function 252 return hash_1to3_bytes(s, length, seed); in hash_short()
|