Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h234 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short() function
403 return hash_short(buffer, buffer_ptr - buffer, seed);
445 return hash_short(s_begin, length, seed);
563 return hash_short(buffer, buffer_ptr - buffer, seed);