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

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Dxxhash.c184 #define PRIME32_4 668265263U macro
265 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ;
460 h32 = XXH_rotl32(h32, 17) * PRIME32_4;
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c255 static const U32 PRIME32_4 = 668265263U; variable
330 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ;
628 h32 = XXH_rotl32(h32, 17) * PRIME32_4;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5754 static const U32 PRIME32_4 = 668265263U; variable
5829 h32 = XXH_rotl32(h32, 17) * PRIME32_4 ;
6127 h32 = XXH_rotl32(h32, 17) * PRIME32_4;
[all...]

Completed in 281 milliseconds