Home
last modified time | relevance | path

Searched refs:prime5bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h613 static const U64 prime5bytes = 889523592379ULL; variable
614 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64-40)) * prime5bytes) >> (64-h))… in ZSTD_hash5()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h849 static const U64 prime5bytes = 889523592379ULL; variable
850 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64-40)) * prime5bytes) >> (64-h))… in ZSTD_hash5()