Home
last modified time | relevance | path

Searched refs:notificationLevel (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c79 #define DISPLAYLEVEL(l, ...) do { if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } } while (0) …
172 const void* buffer, U32 minRatio, U32 notificationLevel) in ZDICT_analyzePos() argument
468 unsigned minRatio, U32 notificationLevel) in ZDICT_trainBuffer_legacy() argument
482 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() argument
663 unsigned notificationLevel) in ZDICT_analyzeEntropy() argument
713 notificationLevel); in ZDICT_analyzeEntropy()
717 if (notificationLevel >= 4) { in ZDICT_analyzeEntropy()
[all …]
H A Dfastcover.c559 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()
H A Dcover.c789 g_displayLevel = (int)parameters.zParams.notificationLevel;
1186 const int displayLevel = parameters->zParams.notificationLevel;
1264 data->parameters.zParams.notificationLevel = g_displayLevel;
/freebsd/sys/contrib/zstd/programs/
H A Ddibio.c325 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()
H A Dzstdcli.c1461 zParams.notificationLevel = (unsigned)g_displayLevel; in main()
/freebsd/sys/contrib/zstd/lib/
H A Dzdict.h216 …unsigned notificationLevel; /**< Write log to stderr; 0 = none (default); 1 = errors; 2 = progres… member