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

/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h225 inline uint64_t hash_33to64_bytes(const char *s, size_t len, uint64_t seed) { function in namespace:llvm::hashing::detail
256 return hash_33to64_bytes(s, length, seed);

Completed in 93 milliseconds