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

/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c79 #define DISPLAYLEVEL(l, ...) if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } /* 0 : no display; 1: errors; 2: default; 3: details; 4: debug */
251 const void* buffer, U32 minRatio, U32 notificationLevel)
547 unsigned minRatio, U32 notificationLevel)
559 # define DISPLAYUPDATE(l, ...) if (notificationLevel>=l) { \
562 if (notificationLevel>=4) fflush(stderr); } }
601 solution = ZDICT_analyzePos(doneMarks, suffix, reverseSuffix[cursor], buffer, minRatio, notificationLevel);
642 U32 notificationLevel)
736 unsigned notificationLevel)
785 notificationLevel);
789 if (notificationLevel >
248 ZDICT_analyzePos( BYTE* doneMarks, const int* suffix, U32 start, const void* buffer, U32 minRatio, U32 notificationLevel) argument
544 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
639 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
732 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
939 U32 const notificationLevel = params.notificationLevel; local
1018 U32 const notificationLevel = params.notificationLevel; local
1065 U32 const notificationLevel = params.zParams.notificationLevel; local
[all...]
H A Dfastcover.c559 g_displayLevel = (int)parameters.zParams.notificationLevel;
642 const int displayLevel = (int)parameters->zParams.notificationLevel;
726 data->parameters.zParams.notificationLevel = (unsigned)g_displayLevel;
H A Dcover.c745 g_displayLevel = (int)parameters.zParams.notificationLevel;
1137 const int displayLevel = parameters->zParams.notificationLevel;
1215 data->parameters.zParams.notificationLevel = g_displayLevel;
/freebsd-current/sys/contrib/zstd/lib/
H A Dzdict.h205 unsigned notificationLevel; /*< Write log to stderr; 0 = none (default); 1 = errors; 2 = progression; 3 = details; 4 = debug; */ member in struct:__anon293
245 * instructed to, using notificationLevel>0.
410 * Note: ZDICT_trainFromBuffer_legacy() will send notifications into stderr if instructed to, using notificationLevel>0.
/freebsd-current/sys/contrib/zstd/programs/
H A Ddibio.c321 int const displayLevel = params ? params->zParams.notificationLevel :
322 coverParams ? coverParams->zParams.notificationLevel :
323 fastCoverParams ? fastCoverParams->zParams.notificationLevel : 0;
H A Dzstdcli.c1324 zParams.notificationLevel = (unsigned)g_displayLevel;

Completed in 190 milliseconds