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

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

Completed in 132 milliseconds