Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DHashing.h153 inline uint32_t fetch32(const char *p) { in fetch32() function
200 uint64_t a = fetch32(s); in hash_4to8_bytes()
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4)); in hash_4to8_bytes()
621 const uint64_t a = fetch32(s);
622 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));