Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c6289 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal() local
6290 cp.targetLength = (unsigned)(-clampedCompressionLevel); in ZSTD_getCParams_internal()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c7777 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal() local
7778 cp.targetLength = (unsigned)(-clampedCompressionLevel); in ZSTD_getCParams_internal()