Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h263 struct hash_state { struct
266 /// Create a new hash_state structure and initialize it based on the argument
269 static hash_state create(const char *s, uint64_t seed) { in create() argument
280 static void mix_32_bytes(const char *s, uint64_t &a, uint64_t &b) { in mix_32_bytes()
293 void mix(const char *s) { in mix()
310 uint64_t finalize(size_t length) { in finalize()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c725 typedef enum hash_state { enum
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c725 typedef enum hash_state { enum