Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h252 struct hash_state { struct
255 /// Create a new hash_state structure and initialize it based on the argument
258 static hash_state create(const char *s, uint64_t seed) { in create() argument
273 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
286 void mix(const char *s) { in mix()
303 uint64_t finalize(size_t length) { in finalize()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h90178 uint8_t hash_state; member