Home
last modified time | relevance | path

Searched refs:PRIME64_4 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dxxhash.c261 static const U64 PRIME64_4 = 9650029242287828579ULL; variable
389 acc = acc * PRIME64_1 + PRIME64_4; in XXH64_mergeRound()
436 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4; in XXH64_endian_align()
757 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4; in XXH64_digest_endian()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5760 static const U64 PRIME64_4 = 9650029242287828579ULL; variable
5888 acc = acc * PRIME64_1 + PRIME64_4; in XXH64_mergeRound()
5935 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4; in XXH64_endian_align()
6256 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4; in XXH64_digest_endian()