InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
This is the complete list of members for SpookyHash, including all inherited members.
End(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3, uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7, uint64 &h8, uint64 &h9, uint64 &h10, uint64 &h11) | SpookyHash | inlinestatic |
EndPartial(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3, uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7, uint64 &h8, uint64 &h9, uint64 &h10, uint64 &h11) | SpookyHash | inlinestatic |
Final(uint64 *hash1, uint64 *hash2) | SpookyHash | |
Hash128(const void *message, size_t length, uint64 *hash1, uint64 *hash2) | SpookyHash | static |
Hash32(const void *message, size_t length, uint32 seed) | SpookyHash | inlinestatic |
Hash64(const void *message, size_t length, uint64 seed) | SpookyHash | inlinestatic |
Init(uint64 seed1, uint64 seed2) | SpookyHash | |
m_data | SpookyHash | private |
m_length | SpookyHash | private |
m_remainder | SpookyHash | private |
m_state | SpookyHash | private |
Mix(const uint64 *data, uint64 &s0, uint64 &s1, uint64 &s2, uint64 &s3, uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7, uint64 &s8, uint64 &s9, uint64 &s10, uint64 &s11) | SpookyHash | inlinestatic |
Rot64(uint64 x, int k) | SpookyHash | inlinestatic |
sc_blockSize | SpookyHash | privatestatic |
sc_bufSize | SpookyHash | privatestatic |
sc_const | SpookyHash | privatestatic |
sc_numVars | SpookyHash | privatestatic |
Short(const void *message, size_t length, uint64 *hash1, uint64 *hash2) | SpookyHash | privatestatic |
ShortEnd(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3) | SpookyHash | inlinestatic |
ShortMix(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3) | SpookyHash | inlinestatic |
Update(const void *message, size_t length) | SpookyHash |