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

/external/jemalloc/include/jemalloc/internal/
H A Dhash.h35 hash_rotl_32(uint32_t x, int8_t r) function
107 k1 = hash_rotl_32(k1, 15);
111 h1 = hash_rotl_32(h1, 13);
125 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
166 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
168 h1 = hash_rotl_32(h1, 19); h1 += h2;
171 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
173 h2 = hash_rotl_32(h2, 17); h2 += h3;
176 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
178 h3 = hash_rotl_32(h
[all...]
H A Dprivate_namespace.h195 #define hash_rotl_32 JEMALLOC_N(hash_rotl_32) macro
H A Dprivate_unnamespace.h195 #undef hash_rotl_32 macro

Completed in 1302 milliseconds