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

/external/llvm/include/llvm/ADT/
H A DHashing.h199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { function in namespace:llvm::hashing::detail
244 return hash_4to8_bytes(s, length, seed);
619 // Similar to hash_4to8_bytes but using a seed instead of length.

Completed in 44 milliseconds