Home
last modified time | relevance | path

Searched defs:hash_state (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h266 struct hash_state { struct
269 /// \brief Create a new hash_state structure and initialize it based on the argument
272 static hash_state create(const char *s, uint64_t seed) { in create() argument
283 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
296 void mix(const char *s) { in mix()
313 uint64_t finalize(size_t length) { in finalize()