Searched refs:fetch32 (Results 1 – 1 of 1) sorted by relevance
145 inline uint32_t fetch32(const char *p) { in fetch32() function192 uint64_t a = fetch32(s); in hash_4to8_bytes()193 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4)); in hash_4to8_bytes()615 const uint64_t a = fetch32(s);616 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));