Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp61 static const uint64_t PRIME64_4 = 9650029242287828579ULL; variable
74 Acc = Acc * PRIME64_1 + PRIME64_4; in mergeRound()
128 H64 = rotl64(H64, 27) * PRIME64_1 + PRIME64_4; in xxHash64()
372 PRIME64_4, PRIME32_2, PRIME64_5, PRIME32_1, in XXH3_hashLong_64b()
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c299 static const U64 PRIME64_4 = 9650029242287828579ULL; variable
427 acc = acc * PRIME64_1 + PRIME64_4; in XXH64_mergeRound()
474 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4; in XXH64_endian_align()
795 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4; in XXH64_digest_endian()
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dxxhash.h2401 # define PRIME64_4 XXH_PRIME64_4 macro