Home
last modified time | relevance | path

Searched refs:fetch64 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DHashing.h145 inline uint64_t fetch64(const char *p) { in fetch64() function
205 uint64_t a = fetch64(s); in hash_9to16_bytes()
206 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes()
211 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes()
212 uint64_t b = fetch64(s + 8); in hash_17to32_bytes()
213 uint64_t c = fetch64(s + len - 8) * k2; in hash_17to32_bytes()
214 uint64_t d = fetch64(s + len - 16) * k0; in hash_17to32_bytes()
220 uint64_t z = fetch64(s + 24); in hash_33to64_bytes()
221 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes()
224 a += fetch64(s + 8); in hash_33to64_bytes()
[all …]
/external/llvm/include/llvm/ADT/
DHashing.h145 inline uint64_t fetch64(const char *p) { in fetch64() function
205 uint64_t a = fetch64(s); in hash_9to16_bytes()
206 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes()
211 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes()
212 uint64_t b = fetch64(s + 8); in hash_17to32_bytes()
213 uint64_t c = fetch64(s + len - 8) * k2; in hash_17to32_bytes()
214 uint64_t d = fetch64(s + len - 16) * k0; in hash_17to32_bytes()
220 uint64_t z = fetch64(s + 24); in hash_33to64_bytes()
221 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes()
224 a += fetch64(s + 8); in hash_33to64_bytes()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h145 inline uint64_t fetch64(const char *p) { in fetch64() function
205 uint64_t a = fetch64(s); in hash_9to16_bytes()
206 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes()
211 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes()
212 uint64_t b = fetch64(s + 8); in hash_17to32_bytes()
213 uint64_t c = fetch64(s + len - 8) * k2; in hash_17to32_bytes()
214 uint64_t d = fetch64(s + len - 16) * k0; in hash_17to32_bytes()
220 uint64_t z = fetch64(s + 24); in hash_33to64_bytes()
221 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes()
224 a += fetch64(s + 8); in hash_33to64_bytes()
[all …]