PRIME64_5          74 lib/xxhash.c   static const uint64_t PRIME64_5 =  2870177450012600261ULL;
PRIME64_5         204 lib/xxhash.c   		h64  = seed + PRIME64_5;
PRIME64_5         224 lib/xxhash.c   		h64 ^= (*p) * PRIME64_5;
PRIME64_5         464 lib/xxhash.c   		h64  = state->v3 + PRIME64_5;
PRIME64_5         484 lib/xxhash.c   		h64 ^= (*p) * PRIME64_5;