Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DHashing.h248 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { in hash_short() function
419 return hash_short(buffer, buffer_ptr - buffer, seed);
461 return hash_short(s_begin, length, seed);
628 return hash_short(buffer, buffer_ptr - buffer, seed);