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