Lines Matching refs:DISPLAYLEVEL
70 #undef DISPLAYLEVEL
71 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
562 DISPLAYLEVEL(1, "Total samples size is too large (%u MB), maximum size is %u MB\n", in COVER_ctx_init()
568 DISPLAYLEVEL(1, "Total number of training samples is %u and is invalid.", nbTrainSamples); in COVER_ctx_init()
573 DISPLAYLEVEL(1, "Total number of testing samples is %u and is invalid.", nbTestSamples); in COVER_ctx_init()
578 DISPLAYLEVEL(2, "Training on %u samples of total size %u\n", nbTrainSamples, in COVER_ctx_init()
580 DISPLAYLEVEL(2, "Testing on %u samples of total size %u\n", nbTestSamples, in COVER_ctx_init()
595 DISPLAYLEVEL(1, "Failed to allocate scratch buffers\n"); in COVER_ctx_init()
610 DISPLAYLEVEL(2, "Constructing partial suffix array\n"); in COVER_ctx_init()
632 DISPLAYLEVEL(2, "Computing frequencies\n"); in COVER_ctx_init()
695 DISPLAYLEVEL(2, "Breaking content into %u epochs of size %u\n", in COVER_buildDictionary()
731 DISPLAYLEVEL(2, "\r%79s\r", ""); in COVER_buildDictionary()
748 DISPLAYLEVEL(1, "Cover parameters incorrect\n"); in ZDICT_trainFromBuffer_cover()
752 DISPLAYLEVEL(1, "Cover must have at least one input file\n"); in ZDICT_trainFromBuffer_cover()
756 DISPLAYLEVEL(1, "dictBufferCapacity must be at least %u\n", in ZDICT_trainFromBuffer_cover()
770 DISPLAYLEVEL(1, "Failed to allocate dmer map: out of memory\n"); in ZDICT_trainFromBuffer_cover()
775 DISPLAYLEVEL(2, "Building dictionary\n"); in ZDICT_trainFromBuffer_cover()
784 DISPLAYLEVEL(2, "Constructed dictionary of size %u\n", in ZDICT_trainFromBuffer_cover()
1087 DISPLAYLEVEL(1, "Failed to allocate dmer map: out of memory\n"); in COVER_tryParameters()
1091 DISPLAYLEVEL(1, "Failed to allocate buffers: out of memory\n"); in COVER_tryParameters()
1105 DISPLAYLEVEL(1, "Failed to select dictionary\n"); in COVER_tryParameters()
1155 DISPLAYLEVEL(1, "Cover must have at least one input file\n"); in ZDICT_optimizeTrainFromBuffer_cover()
1159 DISPLAYLEVEL(1, "dictBufferCapacity must be at least %u\n", in ZDICT_optimizeTrainFromBuffer_cover()
1218 DISPLAYLEVEL(1, "Cover parameters incorrect\n"); in ZDICT_optimizeTrainFromBuffer_cover()