Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c6091 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal() local
6092 cp.targetLength = (unsigned)(-clampedCompressionLevel); in ZSTD_getCParams_internal()