Home
last modified time | relevance | path

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

/f-stack/freebsd/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 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.c19 static void compressFile_orDie(const char* fname, const char* outName, int cLevel) in compressFile_orDie()
H A Dstreaming_compression_thread_pool.c23 int cLevel; member
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c167 int cLevel, in BMK_initCCtx()
205 int cLevel; member
310 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()
883 int cLevel, const ZSTD_compressionParameters* compressionParams, in BMK_benchFiles()
H A Dzstdcli.c724 int cLevel = init_cLevel(); in main() local
H A Dfileio.c904 int cLevel) in FIO_adjustParamsForPatchFromMode()
928 int cLevel, ZSTD_compressionParameters comprParams) { in FIO_createCResources()
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c152 const char* displayName, int cLevel, in BMK_benchMem()
585 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel()
712 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFileTable()
763 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest()
785 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFiles()
865 int cLevel = ZSTDCLI_CLEVEL_DEFAULT; in main() local