Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/
H A Dzstd_compress_module.c59 return ZSTD_minCLevel(); in zstd_min_clevel()
/openbmc/linux/include/linux/
H A Dzstd_lib.h175 ZSTDLIB_API int ZSTD_minCLevel(void); /*!< minimum negative compression level…
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c383 bounds.lowerBound = ZSTD_minCLevel(); in ZSTD_cParam_getBounds()
5987 int ZSTD_minCLevel(void) { return (int)-ZSTD_TARGETLENGTH_MAX; } in ZSTD_minCLevel() function
6089 int const clampedCompressionLevel = MAX(ZSTD_minCLevel(), compressionLevel); in ZSTD_getCParams_internal()