MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ZSTD_maxCLevel

Function ZSTD_maxCLevel

freebsd/contrib/zstd/lib/compress/zstd_compress.c:4968–4968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4966
4967#define ZSTD_MAX_CLEVEL 22
4968int ZSTD_maxCLevel(void) { return ZSTD_MAX_CLEVEL; }
4969int ZSTD_minCLevel(void) { return (int)-ZSTD_TARGETLENGTH_MAX; }
4970
4971static const ZSTD_compressionParameters ZSTD_defaultCParameters[4][ZSTD_MAX_CLEVEL+1] = {

Callers 6

ZSTD_cParam_getBoundsFunction · 0.70
FIO_compressZstdFrameFunction · 0.50
usage_advancedFunction · 0.50
mainFunction · 0.50
BMK_syntheticTestFunction · 0.50
BMK_benchFilesAdvancedFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected