Home
last modified time | relevance | path

Searched refs:hash_33to64_bytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h211 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { in hash_33to64_bytes() function
242 return hash_33to64_bytes(s, length, seed); in hash_short()