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.h167 inline uint64_t shift_mix(uint64_t val) { in shift_mix() function
188 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2; in hash_1to3_bytes()
231 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes()
232 return shift_mix((seed ^ (r * k0)) + vs) * k2; in hash_33to64_bytes()
265 shift_mix(seed), in create()
305 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize()
306 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()