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);
  291     h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
  295     h3 = h4 * k1;
  296     h4 = h0 + h5;
  297     mix_32_bytes(s, h3, h4);
  308                          hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);