Searched refs:notificationLevel (Results 1 – 6 of 6) sorted by relevance
537 if (notificationLevel>=4) fflush(stderr); } } in ZDICT_trainBuffer_legacy()617 U32 notificationLevel) in ZDICT_countEStats() argument760 notificationLevel); in ZDICT_analyzeEntropy()896 U32 const notificationLevel = params.notificationLevel; in ZDICT_finalizeDictionary() local920 notificationLevel); in ZDICT_finalizeDictionary()942 U32 const notificationLevel = params.notificationLevel; in ZDICT_addEntropyTablesFromBuffer_advanced() local952 notificationLevel); in ZDICT_addEntropyTablesFromBuffer_advanced()994 U32 const notificationLevel = params.zParams.notificationLevel; in ZDICT_trainFromBuffer_unsafe_legacy() local1008 minRep, notificationLevel); in ZDICT_trainFromBuffer_unsafe_legacy()1011 if (params.zParams.notificationLevel>= 3) { in ZDICT_trainFromBuffer_unsafe_legacy()[all …]
66 …unsigned notificationLevel; /*< Write log to stderr; 0 = none (default); 1 = errors; 2 = progress… member
551 g_displayLevel = parameters.zParams.notificationLevel; in ZDICT_trainFromBuffer_fastCover()634 const int displayLevel = parameters->zParams.notificationLevel; in ZDICT_optimizeTrainFromBuffer_fastCover()718 data->parameters.zParams.notificationLevel = g_displayLevel; in ZDICT_optimizeTrainFromBuffer_fastCover()
737 g_displayLevel = parameters.zParams.notificationLevel; in ZDICT_trainFromBuffer_cover()1129 const int displayLevel = parameters->zParams.notificationLevel; in ZDICT_optimizeTrainFromBuffer_cover()1207 data->parameters.zParams.notificationLevel = g_displayLevel; in ZDICT_optimizeTrainFromBuffer_cover()
275 unsigned const displayLevel = params ? params->zParams.notificationLevel : in DiB_trainFromFiles()276 coverParams ? coverParams->zParams.notificationLevel : in DiB_trainFromFiles()277 fastCoverParams ? fastCoverParams->zParams.notificationLevel : in DiB_trainFromFiles()
1209 zParams.notificationLevel = (unsigned)g_displayLevel; in main()