Searched refs:ZSTD_minCLevel (Results 1 – 8 of 8) sorted by relevance
423 #define ZSTD_minCLevel zfs_ZSTD_minCLevel macro
691 # define MINCLEVEL ZSTD_minCLevel()923 U32 const maxFast = (U32)-ZSTD_minCLevel(); in main()
498 assert(minCLevel >= ZSTD_minCLevel()); in FIO_setAdaptMin()
203 ZSTDLIB_API int ZSTD_minCLevel(void); /*!< minimum negative compression level…
3263 ZSTDLIB_API int ZSTD_minCLevel(void); /*!< minimum negative compression level…13359 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()17201 int ZSTD_minCLevel(void) { return (int)-ZSTD_TARGETLENGTH_MAX; } in ZSTD_minCLevel() function
183 ZSTDLIB_API int ZSTD_minCLevel(void); /*!< minimum negative compression level…
304 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()4969 int ZSTD_minCLevel(void) { return (int)-ZSTD_TARGETLENGTH_MAX; } in ZSTD_minCLevel() function5170 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal()
230 api : minimum negative compression level is defined, and can be queried using ZSTD_minCLevel().