PRIME64_2 71 lib/xxhash.c static const uint64_t PRIME64_2 = 14029467366897019727ULL; PRIME64_2 158 lib/xxhash.c acc += input * PRIME64_2; PRIME64_2 180 lib/xxhash.c uint64_t v1 = seed + PRIME64_1 + PRIME64_2; PRIME64_2 181 lib/xxhash.c uint64_t v2 = seed + PRIME64_2; PRIME64_2 219 lib/xxhash.c h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; PRIME64_2 230 lib/xxhash.c h64 *= PRIME64_2; PRIME64_2 262 lib/xxhash.c state.v1 = seed + PRIME64_1 + PRIME64_2; PRIME64_2 263 lib/xxhash.c state.v2 = seed + PRIME64_2; PRIME64_2 479 lib/xxhash.c h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; PRIME64_2 490 lib/xxhash.c h64 *= PRIME64_2;