PRIME32_2 65 lib/xxhash.c static const uint32_t PRIME32_2 = 2246822519U; PRIME32_2 96 lib/xxhash.c seed += input * PRIME32_2; PRIME32_2 110 lib/xxhash.c uint32_t v1 = seed + PRIME32_1 + PRIME32_2; PRIME32_2 111 lib/xxhash.c uint32_t v2 = seed + PRIME32_2; PRIME32_2 147 lib/xxhash.c h32 *= PRIME32_2; PRIME32_2 248 lib/xxhash.c state.v1 = seed + PRIME32_1 + PRIME32_2; PRIME32_2 249 lib/xxhash.c state.v2 = seed + PRIME32_2; PRIME32_2 368 lib/xxhash.c h32 *= PRIME32_2;