Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h166 inline uint64_t shift_mix(uint64_t val) { in shift_mix() function
187 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2; in hash_1to3_bytes()
230 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes()
231 return shift_mix((seed ^ (r * k0)) + vs) * k2; in hash_33to64_bytes()
264 shift_mix(seed), in create()
304 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize()
305 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()