Lines Matching refs:DISPLAYLEVEL
55 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
142 DISPLAYLEVEL(2, "\r%79s\r", ""); in DiB_loadFiles()
144 DISPLAYLEVEL(4, "loaded : %u KB \n", (U32)(pos >> 10)) in DiB_loadFiles()
253 DISPLAYLEVEL(4, "Preparing to load : %u KB \n", (U32)(fs.totalSizeToLoad >> 10)); in DiB_fileStats()
291 DISPLAYLEVEL(2, "! Warning : some sample(s) are very large \n"); in DiB_trainFromFiles()
292 DISPLAYLEVEL(2, "! Note that dictionary is only useful for small samples. \n"); in DiB_trainFromFiles()
293 …DISPLAYLEVEL(2, "! As a consequence, only the first %u bytes of each sample are loaded \n", SAMPL… in DiB_trainFromFiles()
296 DISPLAYLEVEL(2, "! Warning : nb of samples too low for proper processing ! \n"); in DiB_trainFromFiles()
297 DISPLAYLEVEL(2, "! Please provide _one file per sample_. \n"); in DiB_trainFromFiles()
298 …DISPLAYLEVEL(2, "! Alternatively, split files into fixed-size blocks representative of samples, w… in DiB_trainFromFiles()
302 … DISPLAYLEVEL(2, "! Warning : data size of samples too small for target dictionary size \n"); in DiB_trainFromFiles()
303 DISPLAYLEVEL(2, "! Samples should be about 100x larger than target dictionary size \n"); in DiB_trainFromFiles()
308 … DISPLAYLEVEL(1, "Not enough memory; training on %u MB only...\n", (unsigned)(loadedSize >> 20)); in DiB_trainFromFiles()
311 DISPLAYLEVEL(3, "Shuffling input files\n"); in DiB_trainFromFiles()
326 … DISPLAYLEVEL(2, "k=%u\nd=%u\nsteps=%u\n", coverParams->k, coverParams->d, coverParams->steps); in DiB_trainFromFiles()
333 …DISPLAYLEVEL(1, "dictionary training failed : %s \n", ZDICT_getErrorName(dictSize)); /* should n… in DiB_trainFromFiles()
338 DISPLAYLEVEL(2, "Save dictionary of size %u into file %s \n", (U32)dictSize, dictFileName); in DiB_trainFromFiles()