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

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Dxxhash.c183 #define PRIME32_3 3266489917U macro
264 h32 += XXH_get32bits(p) * PRIME32_3;
279 h32 *= PRIME32_3;
459 h32 += XXH_readLE32((const U32*)p, endian) * PRIME32_3;
474 h32 *= PRIME32_3;
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c254 static const U32 PRIME32_3 = 3266489917U; variable
329 h32 += XXH_get32bits(p) * PRIME32_3;
343 h32 *= PRIME32_3;
627 h32 += XXH_readLE32(p, endian) * PRIME32_3;
641 h32 *= PRIME32_3;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5753 static const U32 PRIME32_3 = 3266489917U; variable
5828 h32 += XXH_get32bits(p) * PRIME32_3;
5842 h32 *= PRIME32_3;
6126 h32 += XXH_readLE32(p, endian) * PRIME32_3;
6140 h32 *= PRIME32_3;
[all...]

Completed in 239 milliseconds