proxygen
folly::hash::SpookyHashV1 Member List

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

End(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::SpookyHashV1inlinestatic
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::SpookyHashV1inlinestatic
Final(uint64_t *hash1, uint64_t *hash2)folly::hash::SpookyHashV1
Hash128(const void *message, size_t length, uint64_t *hash1, uint64_t *hash2)folly::hash::SpookyHashV1static
Hash32(const void *message, size_t length, uint32_t seed)folly::hash::SpookyHashV1inlinestatic
Hash64(const void *message, size_t length, uint64_t seed)folly::hash::SpookyHashV1inlinestatic
Init(uint64_t seed1, uint64_t seed2)folly::hash::SpookyHashV1
m_datafolly::hash::SpookyHashV1private
m_lengthfolly::hash::SpookyHashV1private
m_remainderfolly::hash::SpookyHashV1private
m_statefolly::hash::SpookyHashV1private
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::SpookyHashV1inlinestatic
Rot64(uint64_t x, int k)folly::hash::SpookyHashV1inlinestatic
sc_blockSizefolly::hash::SpookyHashV1privatestatic
sc_bufSizefolly::hash::SpookyHashV1privatestatic
sc_constfolly::hash::SpookyHashV1privatestatic
sc_numVarsfolly::hash::SpookyHashV1privatestatic
Short(const void *message, size_t length, uint64_t *hash1, uint64_t *hash2)folly::hash::SpookyHashV1privatestatic
ShortEnd(uint64_t &h0, uint64_t &h1, uint64_t &h2, uint64_t &h3)folly::hash::SpookyHashV1inlinestatic
ShortMix(uint64_t &h0, uint64_t &h1, uint64_t &h2, uint64_t &h3)folly::hash::SpookyHashV1inlinestatic
Update(const void *message, size_t length)folly::hash::SpookyHashV1