Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dzstdcli.c15 #ifndef ZSTDCLI_CLEVEL_DEFAULT
16 # define ZSTDCLI_CLEVEL_DEFAULT 3 macro
122 … -# : # compression level (1-%d, default: %d) \n", ZSTDCLI_CLEVEL_MAX, ZSTDCLI_CLEVEL_DEFAULT); in usage()
235 …" -b# : benchmark file(s), using # compression level (default: %d) \n", ZSTDCLI_CLEVEL_DEFAULT); in usage_advanced()
622 return ZSTDCLI_CLEVEL_DEFAULT; in init_cLevel()
630 return ZSTDCLI_CLEVEL_DEFAULT; in init_cLevel()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c36 #ifndef ZSTDCLI_CLEVEL_DEFAULT
37 # define ZSTDCLI_CLEVEL_DEFAULT 3 macro
821 … -b# : benchmark file(s), using # compression level (default : %d) \n", ZSTDCLI_CLEVEL_DEFAULT); in usage()
822 …AY( " -e# : test all compression levels from -bX to # (default: %d)\n", ZSTDCLI_CLEVEL_DEFAULT); in usage()
865 int cLevel = ZSTDCLI_CLEVEL_DEFAULT; in main()