Searched defs:cLevel (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/zstd/examples/ |
H A D | dictionary_compression.c | 18 static ZSTD_CDict* createCDict_orDie(const char* dictFileName, int cLevel) in createCDict_orDie() 73 int const cLevel = 3; in main() local
|
H A D | streaming_compression.c | 18 static void compressFile_orDie(const char* fname, const char* outName, int cLevel, in compressFile_orDie() 119 int cLevel = 1; in main() local
|
H A D | multiple_streaming_compression.c | 31 static resources createResources_orDie(int cLevel) in createResources_orDie() 106 int const cLevel = 7; in main() local
|
H A D | streaming_compression_thread_pool.c | 23 int cLevel; member
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | benchzstd.c | 167 int cLevel, in BMK_initCCtx() 206 int cLevel; member 311 const int cLevel, in BMK_benchMemAdvancedNoAlloc() 560 int cLevel, const ZSTD_compressionParameters* comprParams, in BMK_benchMemAdvanced() 649 int cLevel, const ZSTD_compressionParameters* comprParams, in BMK_benchMem() 664 int cLevel, const ZSTD_compressionParameters* comprParams, in BMK_benchCLevel() 691 BMK_benchOutcome_t BMK_syntheticTest(int cLevel, double compressibility, in BMK_syntheticTest() 786 const char* dictFileName, int cLevel, in BMK_benchFilesAdvanced() 887 int cLevel, const ZSTD_compressionParameters* compressionParams, in BMK_benchFiles()
|
H A D | zstdcli.c | 657 static void printDefaultCParams(const char* filename, const char* dictFileName, int cLevel) { in printDefaultCParams() 673 static void printActualCParams(const char* filename, const char* dictFileName, int cLevel, const ZS… in printActualCParams() 816 int cLevel = init_cLevel(); in main() local
|
H A D | fileio.c | 960 int cLevel) in FIO_adjustParamsForPatchFromMode() 984 int cLevel, ZSTD_compressionParameters comprParams) { in FIO_createCResources()
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | zwrapbench.c | 152 const char* displayName, int cLevel, in BMK_benchMem() 600 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() 727 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFileTable() 778 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest() 800 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFiles() 880 int cLevel = ZSTDCLI_CLEVEL_DEFAULT; in main() local
|