Home
last modified time | relevance | path

Searched refs:prime3bytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h785 static const U32 prime3bytes = 506832829U; variable
786 static U32 ZSTD_hash3(U32 u, U32 h) { return ((u << (32-24)) * prime3bytes) >> (32-h) ; } in ZSTD_hash3()
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c952 static const U32 prime3bytes = 506832829U; variable
953 static U32 ZSTD_hash3(U32 u, U32 h) { return ((u << (32 - 24)) * prime3bytes) >> (32 - h); } in ZSTD_hash3()

Completed in 10 milliseconds