Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dxxhash.c74 static const uint64_t PRIME64_5 = 2870177450012600261ULL; variable
204 h64 = seed + PRIME64_5; in xxh64()
224 h64 ^= (*p) * PRIME64_5; in xxh64()
464 h64 = state->v3 + PRIME64_5; in xxh64_digest()
484 h64 ^= (*p) * PRIME64_5; in xxh64_digest()