Searched refs:clampedCompressionLevel (Results 1 – 2 of 2) sorted by relevance
7776 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal() local7777 cp.targetLength = (unsigned)(-clampedCompressionLevel); in ZSTD_getCParams_internal()
7777 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal() local7778 cp.targetLength = (unsigned)(-clampedCompressionLevel); in ZSTD_getCParams_internal()