Searched refs:hash_rotl_64 (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dhash.h42 hash_rotl_64(uint64_t x, int8_t r) function
262 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1;
264 h1 = hash_rotl_64(h1, 27); h1 += h2;
267 k2 *= c2; k2 = hash_rotl_64(k2, 33); k2 *= c1; h2 ^= k2;
269 h2 = hash_rotl_64(h2, 31); h2 += h1;
288 k2 *= c2; k2 = hash_rotl_64(k2, 33); k2 *= c1; h2 ^= k2;
298 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1;
H A Dprivate_namespace.h196 #define hash_rotl_64 JEMALLOC_N(hash_rotl_64) macro
H A Dprivate_unnamespace.h196 #undef hash_rotl_64 macro

Completed in 946 milliseconds