Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dhash_inlines.h152 const uint32_t c3 = 0x38b34ae5; in hash_x86_128() local
171 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()
176 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
206 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
212 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2; in hash_x86_128()

Completed in 3 milliseconds