Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dxxhash.c71 static const uint64_t PRIME64_2 = 14029467366897019727ULL; variable
158 acc += input * PRIME64_2; in xxh64_round()
180 uint64_t v1 = seed + PRIME64_1 + PRIME64_2; in xxh64()
181 uint64_t v2 = seed + PRIME64_2; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
230 h64 *= PRIME64_2; in xxh64()
262 state.v1 = seed + PRIME64_1 + PRIME64_2; in xxh64_reset()
263 state.v2 = seed + PRIME64_2; in xxh64_reset()
479 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64_digest()
490 h64 *= PRIME64_2; in xxh64_digest()