Searched refs:hash_rotl_64 (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | hash.h | 20 hash_rotl_64(uint64_t x, int8_t r) { in hash_rotl_64() function 244 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1; in hash_x64_128() 246 h1 = hash_rotl_64(h1, 27); h1 += h2; in hash_x64_128() 249 k2 *= c2; k2 = hash_rotl_64(k2, 33); k2 *= c1; h2 ^= k2; in hash_x64_128() 251 h2 = hash_rotl_64(h2, 31); h2 += h1; in hash_x64_128() 270 k2 *= c2; k2 = hash_rotl_64(k2, 33); k2 *= c1; h2 ^= k2; in hash_x64_128() 280 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1; in hash_x64_128()
|
/external/jemalloc/include/jemalloc/internal/ |
D | hash.h | 42 hash_rotl_64(uint64_t x, int8_t r) in hash_rotl_64() function 279 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1; in hash_x64_128() 281 h1 = hash_rotl_64(h1, 27); h1 += h2; in hash_x64_128() 284 k2 *= c2; k2 = hash_rotl_64(k2, 33); k2 *= c1; h2 ^= k2; in hash_x64_128() 286 h2 = hash_rotl_64(h2, 31); h2 += h1; in hash_x64_128() 305 k2 *= c2; k2 = hash_rotl_64(k2, 33); k2 *= c1; h2 ^= k2; in hash_x64_128() 315 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1; in hash_x64_128()
|
D | private_symbols.txt | 277 hash_rotl_64
|
D | private_namespace.h | 277 #define hash_rotl_64 JEMALLOC_N(hash_rotl_64) macro
|
D | private_unnamespace.h | 277 #undef hash_rotl_64
|