Searched refs:fetch64 (Results 1 – 1 of 1) sorted by relevance
136 inline uint64_t fetch64(const char *p) { in fetch64() function196 uint64_t a = fetch64(s); in hash_9to16_bytes()197 uint64_t b = fetch64(s + len - 8); in hash_9to16_bytes()202 uint64_t a = fetch64(s) * k1; in hash_17to32_bytes()203 uint64_t b = fetch64(s + 8); in hash_17to32_bytes()204 uint64_t c = fetch64(s + len - 8) * k2; in hash_17to32_bytes()205 uint64_t d = fetch64(s + len - 16) * k0; in hash_17to32_bytes()212 uint64_t z = fetch64(s + 24); in hash_33to64_bytes()213 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0; in hash_33to64_bytes()216 a += fetch64(s + 8); in hash_33to64_bytes()[all …]