Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c514 if (notificationLevel>=4) fflush(stderr); } } in ZDICT_trainBuffer_legacy()
594 U32 notificationLevel) in ZDICT_countEStats() argument
741 notificationLevel); in ZDICT_analyzeEntropy()
877 U32 const notificationLevel = params.notificationLevel; in ZDICT_finalizeDictionary() local
901 notificationLevel); in ZDICT_finalizeDictionary()
922 U32 const notificationLevel = params.notificationLevel; in ZDICT_addEntropyTablesFromBuffer_advanced() local
932 notificationLevel); in ZDICT_addEntropyTablesFromBuffer_advanced()
967 U32 const notificationLevel = params.zParams.notificationLevel; in ZDICT_trainFromBuffer_unsafe_legacy() local
981 minRep, notificationLevel); in ZDICT_trainFromBuffer_unsafe_legacy()
984 if (params.zParams.notificationLevel>= 3) { in ZDICT_trainFromBuffer_unsafe_legacy()
[all …]
H A Dzdict.h76 …unsigned notificationLevel; /* Write log to stderr; 0 = none (default); 1 = errors; 2 = progressi… member
H A Dcover.c663 g_displayLevel = parameters.zParams.notificationLevel; in ZDICT_trainFromBuffer_cover()
946 const int displayLevel = parameters->zParams.notificationLevel; in ZDICT_optimizeTrainFromBuffer_cover()
1010 data->parameters.zParams.notificationLevel = g_displayLevel; in ZDICT_optimizeTrainFromBuffer_cover()
/freebsd-12.1/sys/contrib/zstd/programs/
H A Ddibio.c275 unsigned const displayLevel = params ? params->zParams.notificationLevel : in DiB_trainFromFiles()
276 coverParams ? coverParams->zParams.notificationLevel : in DiB_trainFromFiles()
H A Dzstdcli.c813 zParams.notificationLevel = g_displayLevel; in main()
/freebsd-12.1/sys/contrib/zstd/tests/
H A Ddecodecorpus.c1285 zdictParams.notificationLevel = 1; in genRandomDict()