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

/freebsd-13-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c74 #define DISPLAYLEVEL(l, ...) if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } /* 0 : no display; 1: errors; 2: default; 3: details; 4: debug */
226 const void* buffer, U32 minRatio, U32 notificationLevel)
522 unsigned minRatio, U32 notificationLevel)
534 # define DISPLAYUPDATE(l, ...) if (notificationLevel>=l) { \
537 if (notificationLevel>=4) fflush(stderr); } }
576 solution = ZDICT_analyzePos(doneMarks, suffix, reverseSuffix[cursor], buffer, minRatio, notificationLevel);
617 U32 notificationLevel)
711 unsigned notificationLevel)
760 notificationLevel);
896 U32 const notificationLevel local
223 ZDICT_analyzePos( BYTE* doneMarks, const int* suffix, U32 start, const void* buffer, U32 minRatio, U32 notificationLevel) argument
519 ZDICT_trainBuffer_legacy(dictItem* dictList, U32 dictListSize, const void* const buffer, size_t bufferSize, const size_t* fileSizes, unsigned nbFiles, unsigned minRatio, U32 notificationLevel) argument
614 ZDICT_countEStats(EStats_ress_t esr, const ZSTD_parameters* params, unsigned* countLit, unsigned* offsetcodeCount, unsigned* matchlengthCount, unsigned* litlengthCount, U32* repOffsets, const void* src, size_t srcSize, U32 notificationLevel) argument
707 ZDICT_analyzeEntropy(void* dstBuffer, size_t maxDstSize, int compressionLevel, const void* srcBuffer, const size_t* fileSizes, unsigned nbFiles, const void* dictBuffer, size_t dictBufferSize, unsigned notificationLevel) argument
942 U32 const notificationLevel = params.notificationLevel; local
994 U32 const notificationLevel = params.zParams.notificationLevel; local
[all...]
H A Dzdict.h66 unsigned notificationLevel; /*< Write log to stderr; 0 = none (default); 1 = errors; 2 = progression; 3 = details; 4 = debug; */ member in struct:__anon10988
100 * instructed to, using notificationLevel>0.
264 * Note: ZDICT_trainFromBuffer_legacy() will send notifications into stderr if instructed to, using notificationLevel>0.
H A Dfastcover.c551 g_displayLevel = parameters.zParams.notificationLevel;
634 const int displayLevel = parameters->zParams.notificationLevel;
718 data->parameters.zParams.notificationLevel = g_displayLevel;
H A Dcover.c737 g_displayLevel = parameters.zParams.notificationLevel;
1129 const int displayLevel = parameters->zParams.notificationLevel;
1207 data->parameters.zParams.notificationLevel = g_displayLevel;
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Ddibio.c275 unsigned const displayLevel = params ? params->zParams.notificationLevel :
276 coverParams ? coverParams->zParams.notificationLevel :
277 fastCoverParams ? fastCoverParams->zParams.notificationLevel :
H A Dzstdcli.c1209 zParams.notificationLevel = (unsigned)g_displayLevel;

Completed in 79 milliseconds