Searched refs:PRIME64_3 (Results 1 – 3 of 3) sorted by relevance
60 static const uint64_t PRIME64_3 = 1609587929392839161ULL; variable82 hash *= PRIME64_3; in XXH64_avalanche()134 H64 = rotl64(H64, 23) * PRIME64_2 + PRIME64_3; in xxHash64()371 PRIME32_3, PRIME64_1, PRIME64_2, PRIME64_3, in XXH3_hashLong_64b()
298 static const U64 PRIME64_3 = 1609587929392839161ULL; variable480 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in XXH64_endian_align()493 h64 *= PRIME64_3; in XXH64_endian_align()801 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in XXH64_digest_endian()814 h64 *= PRIME64_3; in XXH64_digest_endian()
2400 # define PRIME64_3 XXH_PRIME64_3 macro