Home
last modified time | relevance | path

Searched refs:ZSTD_defaultCLevel (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dzstd_lib.h177 ZSTDLIB_API int ZSTD_defaultCLevel(void); /*!< default compression level, specifi…
/linux/lib/zstd/compress/
H A Dzstd_compress.c5988 int ZSTD_defaultCLevel(void) { return ZSTD_CLEVEL_DEFAULT; } in ZSTD_defaultCLevel() function