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);
  294     h2 = rotate(h2 + h5, 33) * k1;
  296     h4 = h0 + h5;
  298     h5 = h2 + h6;
  300     mix_32_bytes(s + 32, h5, h6);
  307     return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,