Searched refs:notificationLevel (Results 1 – 6 of 6) sorted by relevance
79 #define DISPLAYLEVEL(l, ...) do { if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } } while (0) …172 const void* buffer, U32 minRatio, U32 notificationLevel) in ZDICT_analyzePos() argument468 unsigned minRatio, U32 notificationLevel) in ZDICT_trainBuffer_legacy() argument482 if (notificationLevel>=l) { \ in ZDICT_trainBuffer_legacy()487 if (notificationLevel>=4) fflush(stderr); \ in ZDICT_trainBuffer_legacy()528 … = ZDICT_analyzePos(doneMarks, suffix, reverseSuffix[cursor], buffer, minRatio, notificationLevel); in ZDICT_trainBuffer_legacy()569 U32 notificationLevel) in ZDICT_countEStats() argument663 unsigned notificationLevel) in ZDICT_analyzeEntropy() argument713 notificationLevel); in ZDICT_analyzeEntropy()717 if (notificationLevel >= 4) { in ZDICT_analyzeEntropy()[all …]
559 g_displayLevel = (int)parameters.zParams.notificationLevel; in ZDICT_trainFromBuffer_fastCover()642 const int displayLevel = (int)parameters->zParams.notificationLevel; in ZDICT_optimizeTrainFromBuffer_fastCover()726 data->parameters.zParams.notificationLevel = (unsigned)g_displayLevel; in ZDICT_optimizeTrainFromBuffer_fastCover()
789 g_displayLevel = (int)parameters.zParams.notificationLevel;1186 const int displayLevel = parameters->zParams.notificationLevel;1264 data->parameters.zParams.notificationLevel = g_displayLevel;
325 int const displayLevel = params ? params->zParams.notificationLevel : in DiB_trainFromFiles()326 coverParams ? coverParams->zParams.notificationLevel : in DiB_trainFromFiles()327 fastCoverParams ? fastCoverParams->zParams.notificationLevel : 0; in DiB_trainFromFiles()
1461 zParams.notificationLevel = (unsigned)g_displayLevel; in main()
216 …unsigned notificationLevel; /**< Write log to stderr; 0 = none (default); 1 = errors; 2 = progres… member