Home
last modified time | relevance | path

Searched refs:fetch32 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h144 inline uint32_t fetch32(const char *p) { in fetch32() function
191 uint64_t a = fetch32(s); in hash_4to8_bytes()
192 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4)); in hash_4to8_bytes()
613 const uint64_t a = fetch32(s);
614 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));