Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h423 #define ZSTD_minCLevel zfs_ZSTD_minCLevel macro
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstdcli.c691 # define MINCLEVEL ZSTD_minCLevel()
923 U32 const maxFast = (U32)-ZSTD_minCLevel(); in main()
H A Dfileio.c498 assert(minCLevel >= ZSTD_minCLevel()); in FIO_setAdaptMin()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h203 ZSTDLIB_API int ZSTD_minCLevel(void); /*!< minimum negative compression level…
H A Dzstd.c3263 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
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h183 ZSTDLIB_API int ZSTD_minCLevel(void); /*!< minimum negative compression level…
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c304 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()
4969 int ZSTD_minCLevel(void) { return (int)-ZSTD_TARGETLENGTH_MAX; } in ZSTD_minCLevel() function
5170 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal()
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG230 api : minimum negative compression level is defined, and can be queried using ZSTD_minCLevel().