PRIME64_3 72 lib/xxhash.c static const uint64_t PRIME64_3 = 1609587929392839161ULL; PRIME64_3 219 lib/xxhash.c h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; PRIME64_3 232 lib/xxhash.c h64 *= PRIME64_3; PRIME64_3 479 lib/xxhash.c h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; PRIME64_3 492 lib/xxhash.c h64 *= PRIME64_3;