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

References

include/llvm/ADT/Hashing.h
  269     state.h6 = hash_16_bytes(state.h4, state.h5);
  292     h0 ^= h6;
  298     h5 = h2 + h6;
  299     h6 = h1 + fetch64(s + 16);
  300     mix_32_bytes(s + 32, h5, h6);
  308                          hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);