Searched refs:fetch64 (Results 1 – 3 of 3) sorted by relevance
145 inline uint64_t fetch64(const char *p) { in fetch64() function205 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 …]