Searched defs:displayLevel (Results 1 – 10 of 10) sorted by relevance
/external/zstd/programs/ |
D | benchzstd.c | 310 int displayLevel, const char* displayName, in BMK_benchMemAdvancedNoAlloc() 557 int displayLevel, const char* displayName, const BMK_advancedParams_t* adv) in BMK_benchMemAdvanced() 646 int displayLevel, const char* displayName) { in BMK_benchMem() 661 int displayLevel, const char* displayName, in BMK_benchCLevel() 688 int displayLevel, const BMK_advancedParams_t* adv) in BMK_syntheticTest() 746 int displayLevel) in BMK_loadFiles() 783 int displayLevel, const BMK_advancedParams_t* adv) in BMK_benchFilesAdvanced() 883 int displayLevel) in BMK_benchFiles()
|
D | dibio.c | 118 size_t targetChunkSize, int displayLevel ) in DiB_loadFiles() 267 …leStats DiB_fileStats(const char** fileNamesTable, int nbFiles, size_t chunkSize, int displayLevel) in DiB_fileStats() 322 int const displayLevel = params ? params->zParams.notificationLevel : in DiB_trainFromFiles() local
|
D | fileio.c | 95 …int displayLevel; /* 0 : no display; 1: errors; 2: + result + interaction + warnings; 3: + pr… member 2248 …const int displayLevel = (!fCtx->hasStdoutOutput || g_display_prefs.progressSetting == FIO_ps_alwa… in FIO_decompressZstdFrame() local 3072 displayInfo(const char* inFileName, const fileInfo_t* info, int displayLevel) in displayInfo() 3131 FIO_listFile(fileInfo_t* total, const char* inFileName, int displayLevel) in FIO_listFile() 3165 int FIO_listMultipleFiles(unsigned numFiles, const char** filenameTable, int displayLevel) in FIO_listMultipleFiles()
|
/external/lz4/tests/ |
D | datagencli.c | 53 static unsigned displayLevel = 2; variable
|
D | checkFrame.c | 81 static U32 displayLevel = 2; variable
|
D | frametest.c | 97 static U32 displayLevel = 2; variable
|
/external/zstd/tests/ |
D | datagencli.c | 37 static unsigned displayLevel = 2; variable
|
/external/zstd/lib/dictBuilder/ |
D | fastcover.c | 63 #define LOCALDISPLAYLEVEL(displayLevel, l, ...) \ argument 75 #define LOCALDISPLAYUPDATE(displayLevel, l, ...) \ argument 642 const int displayLevel = (int)parameters->zParams.notificationLevel; in ZDICT_optimizeTrainFromBuffer_fastCover() local
|
D | cover.c | 66 #define LOCALDISPLAYLEVEL(displayLevel, l, ...) \ argument 78 #define LOCALDISPLAYUPDATE(displayLevel, l, ...) \ argument 647 void COVER_warnOnSmallCorpus(size_t maxDictSize, size_t nbDmers, int displayLevel) in COVER_warnOnSmallCorpus() 1137 const int displayLevel = parameters->zParams.notificationLevel; in ZDICT_optimizeTrainFromBuffer_cover() local
|
/external/lz4/programs/ |
D | lz4cli.c | 73 static unsigned displayLevel = 2; /* 0 : no display ; 1: errors only ; 2 : downgradable normal ; … variable
|