Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dxxhash.c255 static const U32 PRIME32_4 = 668265263U; variable
330 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ; in XXH32_endian_align()
628 h32 = XXH_rotl32(h32, 17) * PRIME32_4; in XXH32_digest_endian()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5754 static const U32 PRIME32_4 = 668265263U; variable
5829 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ; in XXH32_endian_align()
6127 h32 = XXH_rotl32(h32, 17) * PRIME32_4; in XXH32_digest_endian()