Home
last modified time | relevance | path

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

/linux/lib/
H A Dxxhash.c71 static const uint64_t PRIME64_2 = 14029467366897019727ULL; variable
143 acc += input * PRIME64_2; in xxh64_round()
165 uint64_t v1 = seed + PRIME64_1 + PRIME64_2; in xxh64()
166 uint64_t v2 = seed + PRIME64_2; in xxh64()
204 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
215 h64 *= PRIME64_2; in xxh64()
233 state.v1 = seed + PRIME64_1 + PRIME64_2; in xxh64_reset()
234 state.v2 = seed + PRIME64_2; in xxh64_reset()
343 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64_digest()
354 h64 *= PRIME64_2; in xxh64_digest()