Lines Matching refs:DISPLAYLEVEL
67 #undef DISPLAYLEVEL
68 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__) macro
330 DISPLAYLEVEL(1, "Total samples size is too large (%u MB), maximum size is %u MB\n", in FASTCOVER_ctx_init()
337 DISPLAYLEVEL(1, "Total number of training samples is %u and is invalid\n", nbTrainSamples); in FASTCOVER_ctx_init()
343 DISPLAYLEVEL(1, "Total number of testing samples is %u and is invalid.\n", nbTestSamples); in FASTCOVER_ctx_init()
349 DISPLAYLEVEL(2, "Training on %u samples of total size %u\n", nbTrainSamples, in FASTCOVER_ctx_init()
351 DISPLAYLEVEL(2, "Testing on %u samples of total size %u\n", nbTestSamples, in FASTCOVER_ctx_init()
367 DISPLAYLEVEL(1, "Failed to allocate scratch buffers \n"); in FASTCOVER_ctx_init()
384 DISPLAYLEVEL(1, "Failed to allocate frequency table \n"); in FASTCOVER_ctx_init()
389 DISPLAYLEVEL(2, "Computing frequencies\n"); in FASTCOVER_ctx_init()
414 DISPLAYLEVEL(2, "Breaking content into %u epochs of size %u\n", in FASTCOVER_buildDictionary()
453 DISPLAYLEVEL(2, "\r%79s\r", ""); in FASTCOVER_buildDictionary()
488 DISPLAYLEVEL(1, "Failed to allocate buffers: out of memory\n"); in FASTCOVER_tryParameters()
503 DISPLAYLEVEL(1, "Failed to select dictionary\n"); in FASTCOVER_tryParameters()
570 DISPLAYLEVEL(1, "FASTCOVER parameters incorrect\n"); in ZDICT_trainFromBuffer_fastCover()
574 DISPLAYLEVEL(1, "FASTCOVER must have at least one input file\n"); in ZDICT_trainFromBuffer_fastCover()
578 DISPLAYLEVEL(1, "dictBufferCapacity must be at least %u\n", in ZDICT_trainFromBuffer_fastCover()
590 DISPLAYLEVEL(1, "Failed to initialize context\n"); in ZDICT_trainFromBuffer_fastCover()
596 DISPLAYLEVEL(2, "Building dictionary\n"); in ZDICT_trainFromBuffer_fastCover()
607 DISPLAYLEVEL(2, "Constructed dictionary of size %u\n", in ZDICT_trainFromBuffer_fastCover()
730 DISPLAYLEVEL(1, "FASTCOVER parameters incorrect\n"); in ZDICT_optimizeTrainFromBuffer_fastCover()