Searched refs:PRIME32_2 (Results 1 – 1 of 1) sorted by relevance
65 static const uint32_t PRIME32_2 = 2246822519U; variable96 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()