Home
last modified time | relevance | path

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

/linux/lib/
A Dxxhash.c65 static const uint32_t PRIME32_2 = 2246822519U; variable
96 seed += input * PRIME32_2; in xxh32_round()
110 uint32_t v1 = seed + PRIME32_1 + PRIME32_2; in xxh32()
111 uint32_t v2 = seed + PRIME32_2; in xxh32()
147 h32 *= PRIME32_2; in xxh32()
248 state.v1 = seed + PRIME32_1 + PRIME32_2; in xxh32_reset()
249 state.v2 = seed + PRIME32_2; in xxh32_reset()
368 h32 *= PRIME32_2; in xxh32_digest()

Completed in 3 milliseconds