proxygen
|
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::SpookyHashV1 | inlinestatic |
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::SpookyHashV1 | inlinestatic |
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::SpookyHashV1 | static |
Hash32(const void *message, size_t length, uint32_t seed) | folly::hash::SpookyHashV1 | inlinestatic |
Hash64(const void *message, size_t length, uint64_t seed) | folly::hash::SpookyHashV1 | inlinestatic |
Init(uint64_t seed1, uint64_t seed2) | folly::hash::SpookyHashV1 | |
m_data | folly::hash::SpookyHashV1 | private |
m_length | folly::hash::SpookyHashV1 | private |
m_remainder | folly::hash::SpookyHashV1 | private |
m_state | folly::hash::SpookyHashV1 | private |
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::SpookyHashV1 | inlinestatic |
Rot64(uint64_t x, int k) | folly::hash::SpookyHashV1 | inlinestatic |
sc_blockSize | folly::hash::SpookyHashV1 | privatestatic |
sc_bufSize | folly::hash::SpookyHashV1 | privatestatic |
sc_const | folly::hash::SpookyHashV1 | privatestatic |
sc_numVars | folly::hash::SpookyHashV1 | privatestatic |
Short(const void *message, size_t length, uint64_t *hash1, uint64_t *hash2) | folly::hash::SpookyHashV1 | privatestatic |
ShortEnd(uint64_t &h0, uint64_t &h1, uint64_t &h2, uint64_t &h3) | folly::hash::SpookyHashV1 | inlinestatic |
ShortMix(uint64_t &h0, uint64_t &h1, uint64_t &h2, uint64_t &h3) | folly::hash::SpookyHashV1 | inlinestatic |
Update(const void *message, size_t length) | folly::hash::SpookyHashV1 |