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, ...) if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } /* 0 : no displ…
251 const void* buffer, U32 minRatio, U32 notificationLevel) in ZDICT_analyzePos() argument
547 unsigned minRatio, U32 notificationLevel) in ZDICT_trainBuffer_legacy() argument
559 # define DISPLAYUPDATE(l, ...) if (notificationLevel>=l) { \ in ZDICT_trainBuffer_legacy()
562 if (notificationLevel>=4) fflush(stderr); } } in ZDICT_trainBuffer_legacy()
601 … = ZDICT_analyzePos(doneMarks, suffix, reverseSuffix[cursor], buffer, minRatio, notificationLevel); in ZDICT_trainBuffer_legacy()
642 U32 notificationLevel) in ZDICT_countEStats() argument
736 unsigned notificationLevel) in ZDICT_analyzeEntropy() argument
785 notificationLevel); in ZDICT_analyzeEntropy()
789 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.c745 g_displayLevel = (int)parameters.zParams.notificationLevel; in ZDICT_trainFromBuffer_cover()
1137 const int displayLevel = parameters->zParams.notificationLevel; in ZDICT_optimizeTrainFromBuffer_cover()
1215 data->parameters.zParams.notificationLevel = g_displayLevel; in ZDICT_optimizeTrainFromBuffer_cover()
/freebsd/sys/contrib/zstd/programs/
H A Ddibio.c321 int const displayLevel = params ? params->zParams.notificationLevel : in DiB_trainFromFiles()
322 coverParams ? coverParams->zParams.notificationLevel : in DiB_trainFromFiles()
323 fastCoverParams ? fastCoverParams->zParams.notificationLevel : 0; in DiB_trainFromFiles()
H A Dzstdcli.c1324 zParams.notificationLevel = (unsigned)g_displayLevel; in main()
/freebsd/sys/contrib/zstd/lib/
H A Dzdict.h205 …unsigned notificationLevel; /*< Write log to stderr; 0 = none (default); 1 = errors; 2 = progress… member