Home
last modified time | relevance | path

Searched defs:cLevel (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/zstd/examples/
H A Ddictionary_compression.c18 static ZSTD_CDict* createCDict_orDie(const char* dictFileName, int cLevel) in createCDict_orDie()
73 int const cLevel = 3; in main() local
H A Dstreaming_compression.c18 static void compressFile_orDie(const char* fname, const char* outName, int cLevel, in compressFile_orDie()
119 int cLevel = 1; in main() local
H A Dmultiple_streaming_compression.c31 static resources createResources_orDie(int cLevel) in createResources_orDie()
106 int const cLevel = 7; in main() local
H A Dstreaming_compression_thread_pool.c23 int cLevel; member
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c167 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 Dzstdcli.c657 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 Dfileio.c960 int cLevel) in FIO_adjustParamsForPatchFromMode()
984 int cLevel, ZSTD_compressionParameters comprParams) { in FIO_createCResources()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c152 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