Searched defs:displayLevel (Results 1 – 10 of 10) sorted by relevance
/external/zstd/programs/ |
D | benchzstd.c | 314 int displayLevel, const char* displayName, in BMK_benchMemAdvancedNoAlloc() 562 int displayLevel, const char* displayName, const BMK_advancedParams_t* adv) in BMK_benchMemAdvanced() 651 int displayLevel, const char* displayName) { in BMK_benchMem() 666 int displayLevel, const char* displayName, in BMK_benchCLevel() 693 int displayLevel, const BMK_advancedParams_t* adv) in BMK_syntheticTest() 751 int displayLevel) in BMK_loadFiles() 788 int displayLevel, const BMK_advancedParams_t* adv) in BMK_benchFilesAdvanced() 884 int displayLevel) in BMK_benchFiles()
|
D | dibio.c | 107 unsigned displayLevel) in DiB_loadFiles() 238 …B_fileStats(const char** fileNamesTable, unsigned nbFiles, size_t chunkSize, unsigned displayLevel) in DiB_fileStats() 275 unsigned const displayLevel = params ? params->zParams.notificationLevel : in DiB_trainFromFiles() local
|
D | fileio.c | 82 …int displayLevel; /* 0 : no display; 1: errors; 2: + result + interaction + warnings; 3: + pr… member 2934 displayInfo(const char* inFileName, const fileInfo_t* info, int displayLevel) in displayInfo() 2994 FIO_listFile(fileInfo_t* total, const char* inFileName, int displayLevel) in FIO_listFile() 3028 int FIO_listMultipleFiles(unsigned numFiles, const char** filenameTable, int displayLevel) in FIO_listMultipleFiles()
|
/external/zstd/tests/ |
D | datagencli.c | 37 static unsigned displayLevel = 2; variable
|
/external/lz4/tests/ |
D | datagencli.c | 53 static unsigned displayLevel = 2; variable
|
D | checkFrame.c | 90 static U32 displayLevel = 2; variable
|
D | frametest.c | 98 static U32 displayLevel = 2; variable
|
/external/zstd/lib/dictBuilder/ |
D | fastcover.c | 55 #define LOCALDISPLAYLEVEL(displayLevel, l, ...) \ argument 67 #define LOCALDISPLAYUPDATE(displayLevel, l, ...) \ argument 634 const int displayLevel = parameters->zParams.notificationLevel; in ZDICT_optimizeTrainFromBuffer_fastCover() local
|
D | cover.c | 58 #define LOCALDISPLAYLEVEL(displayLevel, l, ...) \ argument 70 #define LOCALDISPLAYUPDATE(displayLevel, l, ...) \ argument 639 void COVER_warnOnSmallCorpus(size_t maxDictSize, size_t nbDmers, int displayLevel) in COVER_warnOnSmallCorpus() 1129 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
|