Home
last modified time | relevance | path

Searched refs:PRIME64_3 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp60 static const uint64_t PRIME64_3 = 1609587929392839161ULL; variable
82 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()
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c298 static const U64 PRIME64_3 = 1609587929392839161ULL; variable
480 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()
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dxxhash.h2400 # define PRIME64_3 XXH_PRIME64_3 macro