proxygen
folly::hash::SpookyHashV2 Member List

This is the complete list of members for folly::hash::SpookyHashV2, including all inherited members.

End(const uint64_t *data, uint64_t &h0, uint64_t &h1, uint64_t &h2, uint64_t &h3, uint64_t &h4, uint64_t &h5, uint64_t &h6, uint64_t &h7, uint64_t &h8, uint64_t &h9, uint64_t &h10, uint64_t &h11)folly::hash::SpookyHashV2inlinestatic
EndPartial(uint64_t &h0, uint64_t &h1, uint64_t &h2, uint64_t &h3, uint64_t &h4, uint64_t &h5, uint64_t &h6, uint64_t &h7, uint64_t &h8, uint64_t &h9, uint64_t &h10, uint64_t &h11)folly::hash::SpookyHashV2inlinestatic
Final(uint64_t *hash1, uint64_t *hash2) const folly::hash::SpookyHashV2
Hash128(const void *message, size_t length, uint64_t *hash1, uint64_t *hash2)folly::hash::SpookyHashV2static
Hash32(const void *message, size_t length, uint32_t seed)folly::hash::SpookyHashV2inlinestatic
Hash64(const void *message, size_t length, uint64_t seed)folly::hash::SpookyHashV2inlinestatic
Init(uint64_t seed1, uint64_t seed2)folly::hash::SpookyHashV2
m_datafolly::hash::SpookyHashV2private
m_lengthfolly::hash::SpookyHashV2private
m_remainderfolly::hash::SpookyHashV2private
m_statefolly::hash::SpookyHashV2private
Mix(const uint64_t *data, uint64_t &s0, uint64_t &s1, uint64_t &s2, uint64_t &s3, uint64_t &s4, uint64_t &s5, uint64_t &s6, uint64_t &s7, uint64_t &s8, uint64_t &s9, uint64_t &s10, uint64_t &s11)folly::hash::SpookyHashV2inlinestatic
Rot64(uint64_t x, int k)folly::hash::SpookyHashV2inlinestatic
sc_blockSizefolly::hash::SpookyHashV2privatestatic
sc_bufSizefolly::hash::SpookyHashV2privatestatic
sc_constfolly::hash::SpookyHashV2privatestatic
sc_numVarsfolly::hash::SpookyHashV2privatestatic
Short(const void *message, size_t length, uint64_t *hash1, uint64_t *hash2)folly::hash::SpookyHashV2privatestatic
ShortEnd(uint64_t &h0, uint64_t &h1, uint64_t &h2, uint64_t &h3)folly::hash::SpookyHashV2inlinestatic
ShortMix(uint64_t &h0, uint64_t &h1, uint64_t &h2, uint64_t &h3)folly::hash::SpookyHashV2inlinestatic
Update(const void *message, size_t length)folly::hash::SpookyHashV2