Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Dxxhash.c192 #define PRIME32_4 668265263U macro
273 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ; in XXH32_endian_align()
468 h32 = XXH_rotl32(h32, 17) * PRIME32_4; in XXH32_intermediateDigest_endian()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c293 static const U32 PRIME32_4 = 668265263U; variable
368 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ; in XXH32_endian_align()
666 h32 = XXH_rotl32(h32, 17) * PRIME32_4; in XXH32_digest_endian()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h1874 # define PRIME32_4 XXH_PRIME32_4 macro