Searched refs:fetch32 (Results 1 – 1 of 1) sorted by relevance
144 inline uint32_t fetch32(const char *p) { in fetch32() function191 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));