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

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h789 static const U32 prime4bytes = 2654435761U; variable
790 static U32 ZSTD_hash4(U32 u, U32 h) { return (u * prime4bytes) >> (32-h) ; }

Completed in 178 milliseconds