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

/external/llvm/include/llvm/ADT/
H A DHashing.h242 inline uint64_t hash_short(const char *s, size_t length, uint64_t seed) { function in namespace:llvm::hashing::detail
412 return hash_short(buffer, buffer_ptr - buffer, seed);
454 return hash_short(s_begin, length, seed);
572 return hash_short(buffer, buffer_ptr - buffer, seed);

Completed in 29 milliseconds