Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DHashing.h146 inline uint64_t fetch64(const char *p) { in fetch64() function
206 uint64_t a = fetch64(s); in hash_9to16_bytes()
207 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes()
212 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes()
213 uint64_t b = fetch64(s + 8); in hash_17to32_bytes()
214 uint64_t c = fetch64(s + len - 8) * k2; in hash_17to32_bytes()
215 uint64_t d = fetch64(s + len - 16) * k0; in hash_17to32_bytes()
221 uint64_t z = fetch64(s + 24); in hash_33to64_bytes()
222 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes()
225 a += fetch64(s + 8); in hash_33to64_bytes()
[all …]