Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DHashing.h178 inline uint64_t shift_mix(uint64_t val) { in shift_mix() function
199 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2; in hash_1to3_bytes()
241 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes()
242 return shift_mix((seed ^ (r * k0)) + vs) * k2; in hash_33to64_bytes()
272 seed * k1, shift_mix(seed), 0 }; in create()
311 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize()
312 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()