Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DHashing.h249 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short() function
418 return hash_short(buffer, buffer_ptr - buffer, seed);
460 return hash_short(s_begin, length, seed);
578 return hash_short(buffer, buffer_ptr - buffer, seed);