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

References

include/llvm/ADT/Hashing.h
  204   uint64_t a = fetch64(s);
  205   uint64_t b = fetch64(s + len - 8);
  210   uint64_t a = fetch64(s) * k1;
  211   uint64_t b = fetch64(s + 8);
  212   uint64_t c = fetch64(s + len - 8) * k2;
  213   uint64_t d = fetch64(s + len - 16) * k0;
  219   uint64_t z = fetch64(s + 24);
  220   uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0;
  220   uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0;
  223   a += fetch64(s + 8);
  225   a += fetch64(s + 16);
  228   a = fetch64(s + 16) + fetch64(s + len - 32);
  228   a = fetch64(s + 16) + fetch64(s + len - 32);
  229   z = fetch64(s + len - 8);
  232   a += fetch64(s + len - 24);
  234   a += fetch64(s + len - 16);
  277     a += fetch64(s);
  278     uint64_t c = fetch64(s + 24);
  281     a += fetch64(s + 8) + fetch64(s + 16);
  281     a += fetch64(s + 8) + fetch64(s + 16);
  290     h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
  291     h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1;
  293     h1 += h3 + fetch64(s + 40);
  299     h6 = h1 + fetch64(s + 16);