Searched refs:shift_mix (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 175 inline uint64_t shift_mix(uint64_t val) { in shift_mix() function 196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2; in hash_1to3_bytes() 238 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes() 239 return shift_mix((seed ^ (r * k0)) + vs) * k2; in hash_33to64_bytes() 269 seed * k1, shift_mix(seed), 0 }; in create() 308 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize() 309 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 175 inline uint64_t shift_mix(uint64_t val) { in shift_mix() function 196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2; in hash_1to3_bytes() 238 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes() 239 return shift_mix((seed ^ (r * k0)) + vs) * k2; in hash_33to64_bytes() 269 seed * k1, shift_mix(seed), 0 }; in create() 308 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize() 309 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 175 inline uint64_t shift_mix(uint64_t val) { in shift_mix() function 196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2; in hash_1to3_bytes() 238 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0); in hash_33to64_bytes() 239 return shift_mix((seed ^ (r * k0)) + vs) * k2; in hash_33to64_bytes() 269 seed * k1, shift_mix(seed), 0 }; in create() 308 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize() 309 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
|