Lines Matching refs:notificationLevel
79 #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()
939 U32 const notificationLevel = params.notificationLevel; in ZDICT_finalizeDictionary() local
965 notificationLevel); in ZDICT_finalizeDictionary()
1018 U32 const notificationLevel = params.notificationLevel; in ZDICT_addEntropyTablesFromBuffer_advanced() local
1028 notificationLevel); in ZDICT_addEntropyTablesFromBuffer_advanced()
1065 U32 const notificationLevel = params.zParams.notificationLevel; in ZDICT_trainFromBuffer_unsafe_legacy() local
1079 minRep, notificationLevel); in ZDICT_trainFromBuffer_unsafe_legacy()
1082 if (params.zParams.notificationLevel>= 3) { in ZDICT_trainFromBuffer_unsafe_legacy()
1193 params.zParams.notificationLevel = DEBUGLEVEL; in ZDICT_trainFromBuffer()