Searched defs:hash_state (Results 1 – 2 of 2) sorted by relevance
270 struct hash_state { struct274 /// \brief Create a new hash_state structure and initialize it based on the argument277 static hash_state create(const char *s, uint64_t seed) { in create() argument288 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()301 void mix(const char *s) { in mix()318 uint64_t finalize(size_t length) { in finalize()
147 } hash_state; typedef