PRIME64_4          73 lib/xxhash.c   static const uint64_t PRIME64_4 =  9650029242287828579ULL;
PRIME64_4         168 lib/xxhash.c   	acc = acc * PRIME64_1 + PRIME64_4;
PRIME64_4         213 lib/xxhash.c   		h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;
PRIME64_4         473 lib/xxhash.c   		h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;