HomeSort by relevance Sort by last modified time
    Searched full:hash_4to8_bytes (Results 1 - 1 of 1) sorted by null

  /external/llvm/include/llvm/ADT/
Hashing.h 200 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { function in namespace:llvm::hashing::detail
245 return hash_4to8_bytes(s, length, seed);
620 // Similar to hash_4to8_bytes but using a seed instead of length.

Completed in 77 milliseconds