Searched refs:PRIME64_4 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 77 static const uint64_t PRIME64_4 = 9650029242287828579ULL; variable 90 Acc = Acc * PRIME64_1 + PRIME64_4; in mergeRound() 144 H64 = rotl64(H64, 27) * PRIME64_1 + PRIME64_4; in xxHash64() 529 PRIME64_4, PRIME32_2, PRIME64_5, PRIME32_1, in XXH3_hashLong_64b() 931 h128.high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + in XXH3_len_17to128_128b() 976 h128.high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + in XXH3_len_129to240_128b() 992 PRIME64_4, PRIME32_2, PRIME64_5, PRIME32_1, in XXH3_hashLong_128b()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | xxhash.c | 299 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/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 2401 # define PRIME64_4 XXH_PRIME64_4 macro
|