Home | History | Annotate | Download | only in ADT

Lines Matching refs:hash_16_bytes

179 inline uint64_t hash_16_bytes(uint64_t low, uint64_t high) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
215 return hash_16_bytes(rotate(a - b, 43) + rotate(c ^ seed, 30) + d,
268 0, seed, hash_16_bytes(seed, k1), rotate(seed ^ k1, 49),
270 state.h6 = hash_16_bytes(state.h4, state.h5);
308 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
309 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
623 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));