Searched refs:ZSTD_minCLevel (Results 1 – 3 of 3) sorted by relevance
59 return ZSTD_minCLevel(); in zstd_min_clevel()
168 ZSTDLIB_API int ZSTD_minCLevel(void); /*!< minimum negative compression level…
311 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()4867 int ZSTD_minCLevel(void) { return (int)-ZSTD_TARGETLENGTH_MAX; } in ZSTD_minCLevel() function5071 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal()