Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c4967 #define ZSTD_MAX_CLEVEL 22 macro
4968 int ZSTD_maxCLevel(void) { return ZSTD_MAX_CLEVEL; } in ZSTD_maxCLevel()
4971 static const ZSTD_compressionParameters ZSTD_defaultCParameters[4][ZSTD_MAX_CLEVEL+1] = {
5164 else if (compressionLevel > ZSTD_MAX_CLEVEL) row = ZSTD_MAX_CLEVEL; in ZSTD_getCParams_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17199 #define ZSTD_MAX_CLEVEL 22 macro
17200 int ZSTD_maxCLevel(void) { return ZSTD_MAX_CLEVEL; } in ZSTD_maxCLevel()
17203 static const ZSTD_compressionParameters ZSTD_defaultCParameters[4][ZSTD_MAX_CLEVEL+1] = {
17324 if (compressionLevel > ZSTD_MAX_CLEVEL) row = ZSTD_MAX_CLEVEL; in ZSTD_getCParams_internal()