Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dxxhash.c72 static const uint64_t PRIME64_3 = 1609587929392839161ULL; variable
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
232 h64 *= PRIME64_3; in xxh64()
479 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64_digest()
492 h64 *= PRIME64_3; in xxh64_digest()