Searched refs:PRIME64_5 (Results 1 – 1 of 1) sorted by relevance
44 static const uint64_t PRIME64_5 = 2870177450012600261ULL; variable174 h64 = seed + PRIME64_5; in xxh64()194 h64 ^= (*p) * PRIME64_5; in xxh64()434 h64 = state->v3 + PRIME64_5; in xxh64_digest()454 h64 ^= (*p) * PRIME64_5; in xxh64_digest()
Completed in 4 milliseconds