Searched refs:PRIME32_2 (Results 1 – 1 of 1) sorted by relevance
65 static const uint32_t PRIME32_2 = 2246822519U; variable81 seed += input * PRIME32_2; in xxh32_round()95 uint32_t v1 = seed + PRIME32_1 + PRIME32_2; in xxh32()96 uint32_t v2 = seed + PRIME32_2; in xxh32()132 h32 *= PRIME32_2; in xxh32()