Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DHashing.h176 inline uint64_t shift_mix(uint64_t val) { in shift_mix() function
197 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2; in hash_1to3_bytes()
239 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes()
240 return shift_mix((seed ^ (r * k0)) + vs) * k2; in hash_33to64_bytes()
270 seed * k1, shift_mix(seed), 0 }; in create()
309 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize()
310 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()