PRIME64_1          70 lib/xxhash.c   static const uint64_t PRIME64_1 = 11400714785074694791ULL;
PRIME64_1         160 lib/xxhash.c   	acc *= PRIME64_1;
PRIME64_1         168 lib/xxhash.c   	acc = acc * PRIME64_1 + PRIME64_4;
PRIME64_1         180 lib/xxhash.c   		uint64_t v1 = seed + PRIME64_1 + PRIME64_2;
PRIME64_1         183 lib/xxhash.c   		uint64_t v4 = seed - PRIME64_1;
PRIME64_1         213 lib/xxhash.c   		h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;
PRIME64_1         218 lib/xxhash.c   		h64 ^= (uint64_t)(get_unaligned_le32(p)) * PRIME64_1;
PRIME64_1         225 lib/xxhash.c   		h64 = xxh_rotl64(h64, 11) * PRIME64_1;
PRIME64_1         262 lib/xxhash.c   	state.v1 = seed + PRIME64_1 + PRIME64_2;
PRIME64_1         265 lib/xxhash.c   	state.v4 = seed - PRIME64_1;
PRIME64_1         473 lib/xxhash.c   		h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4;
PRIME64_1         478 lib/xxhash.c   		h64 ^= (uint64_t)(get_unaligned_le32(p)) * PRIME64_1;
PRIME64_1         485 lib/xxhash.c   		h64 = xxh_rotl64(h64, 11) * PRIME64_1;