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