Searched refs:PRIME32_1 (Results 1 – 1 of 1) sorted by relevance
64 static const uint32_t PRIME32_1 = 2654435761U; variable83 seed *= PRIME32_1; in xxh32_round()95 uint32_t v1 = seed + PRIME32_1 + PRIME32_2; in xxh32()98 uint32_t v4 = seed - PRIME32_1; in xxh32()127 h32 = xxh_rotl32(h32, 11) * PRIME32_1; in xxh32()