InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SpookyHash Member List

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)SpookyHashinlinestatic
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)SpookyHashinlinestatic
Final(uint64 *hash1, uint64 *hash2)SpookyHash
Hash128(const void *message, size_t length, uint64 *hash1, uint64 *hash2)SpookyHashstatic
Hash32(const void *message, size_t length, uint32 seed)SpookyHashinlinestatic
Hash64(const void *message, size_t length, uint64 seed)SpookyHashinlinestatic
Init(uint64 seed1, uint64 seed2)SpookyHash
m_dataSpookyHashprivate
m_lengthSpookyHashprivate
m_remainderSpookyHashprivate
m_stateSpookyHashprivate
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)SpookyHashinlinestatic
Rot64(uint64 x, int k)SpookyHashinlinestatic
sc_blockSizeSpookyHashprivatestatic
sc_bufSizeSpookyHashprivatestatic
sc_constSpookyHashprivatestatic
sc_numVarsSpookyHashprivatestatic
Short(const void *message, size_t length, uint64 *hash1, uint64 *hash2)SpookyHashprivatestatic
ShortEnd(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3)SpookyHashinlinestatic
ShortMix(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3)SpookyHashinlinestatic
Update(const void *message, size_t length)SpookyHash