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

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h35 hash_rotl_32(uint32_t x, int8_t r) function
124 k1 = hash_rotl_32(k1, 15);
128 h1 = hash_rotl_32(h1, 13);
142 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
183 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
185 h1 = hash_rotl_32(h1, 19); h1 += h2;
188 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
190 h2 = hash_rotl_32(h2, 17); h2 += h3;
193 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
195 h3 = hash_rotl_32(h
[all...]
H A Dprivate_namespace.h277 #define hash_rotl_32 JEMALLOC_N(hash_rotl_32) macro

Completed in 118 milliseconds