Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1210 U32 const tSize = (U32)(srcSize + dictSize); in ZSTD_adjustCParams_internal() local
1212 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()
1213 ZSTD_highbit32(tSize-1) + 1; in ZSTD_adjustCParams_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14130 U32 const tSize = (U32)(srcSize + dictSize); in ZSTD_adjustCParams_internal() local
14132 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal()
14133 ZSTD_highbit32(tSize-1) + 1; in ZSTD_adjustCParams_internal()