Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DHashing.h243 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short() function
413 return hash_short(buffer, buffer_ptr - buffer, seed);
455 return hash_short(s_begin, length, seed);
573 return hash_short(buffer, buffer_ptr - buffer, seed);