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

References

include/llvm/ADT/Hashing.h
  290     h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
  291     h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
  291     h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
  293     h1 += h3 + fetch64(s + 40);
  299     h6 = h1 + fetch64(s + 16);
  307     return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,