reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/Hashing.h
  195   return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
  237   uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
  238   return shift_mix((seed ^ (r * k0)) + vs) * k2;
  268       seed * k1, shift_mix(seed), 0 };
  307     return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
  308                          hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);