Home
last modified time | relevance | path

Searched refs:hash_rotl_32 (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dhash.h15 hash_rotl_32(uint32_t x, int8_t r) { in hash_rotl_32() function
91 k1 = hash_rotl_32(k1, 15); in hash_x86_32()
95 h1 = hash_rotl_32(h1, 13); in hash_x86_32()
109 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15); in hash_x86_32()
149 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1; in hash_x86_128()
151 h1 = hash_rotl_32(h1, 19); h1 += h2; in hash_x86_128()
154 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
156 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()
159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
161 h3 = hash_rotl_32(h3, 15); h3 += h4; in hash_x86_128()
[all …]
/external/jemalloc/include/jemalloc/internal/
Dhash.h35 hash_rotl_32(uint32_t x, int8_t r) in hash_rotl_32() function
124 k1 = hash_rotl_32(k1, 15); in hash_x86_32()
128 h1 = hash_rotl_32(h1, 13); in hash_x86_32()
142 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15); in hash_x86_32()
183 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1; in hash_x86_128()
185 h1 = hash_rotl_32(h1, 19); h1 += h2; in hash_x86_128()
188 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
190 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()
193 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
195 h3 = hash_rotl_32(h3, 15); h3 += h4; in hash_x86_128()
[all …]
Dprivate_symbols.txt276 hash_rotl_32
Dprivate_namespace.h276 #define hash_rotl_32 JEMALLOC_N(hash_rotl_32) macro
Dprivate_unnamespace.h276 #undef hash_rotl_32