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

/external/llvm/include/llvm/ADT/
H A DHashing.h196 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { function in namespace:llvm::hashing::detail
258 return hash_1to3_bytes(s, length, seed);

Completed in 78 milliseconds