PRIME32_1 64 lib/xxhash.c static const uint32_t PRIME32_1 = 2654435761U; PRIME32_1 98 lib/xxhash.c seed *= PRIME32_1; PRIME32_1 110 lib/xxhash.c uint32_t v1 = seed + PRIME32_1 + PRIME32_2; PRIME32_1 113 lib/xxhash.c uint32_t v4 = seed - PRIME32_1; PRIME32_1 142 lib/xxhash.c h32 = xxh_rotl32(h32, 11) * PRIME32_1; PRIME32_1 248 lib/xxhash.c state.v1 = seed + PRIME32_1 + PRIME32_2; PRIME32_1 251 lib/xxhash.c state.v4 = seed - PRIME32_1; PRIME32_1 363 lib/xxhash.c h32 = xxh_rotl32(h32, 11) * PRIME32_1;