Home
last modified time | relevance | path

Searched defs:notificationLevel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zstd/lib/dictBuilder/
H A Dzdict.c172 const void* buffer, U32 minRatio, U32 notificationLevel) in ZDICT_analyzePos()
468 unsigned minRatio, U32 notificationLevel) in ZDICT_trainBuffer_legacy()
569 U32 notificationLevel) in ZDICT_countEStats()
663 unsigned notificationLevel) in ZDICT_analyzeEntropy()
867 U32 const notificationLevel = params.notificationLevel; in ZDICT_finalizeDictionary() local
946 U32 const notificationLevel = params.notificationLevel; in ZDICT_addEntropyTablesFromBuffer_advanced() local
990 U32 const notificationLevel = params.zParams.notificationLevel; in ZDICT_trainFromBuffer_unsafe_legacy() local
/aosp_15_r20/external/zstd/lib/
H A Dzdict.h216 …unsigned notificationLevel; /**< Write log to stderr; 0 = none (default); 1 = errors; 2 = progres… member