Home
last modified time | relevance | path

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

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