HomeSort by: relevance | last modified time | path
    Searched defs:notificationLevel (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/
zdict.h 216 unsigned notificationLevel; /**< Write log to stderr; 0 = none (default); 1 = errors; 2 = progression; 3 = details; 4 = debug; */
256 * instructed to, using notificationLevel>0.
433 * Note: ZDICT_trainFromBuffer_legacy() will send notifications into stderr if instructed to, using notificationLevel>0.
  /src/external/bsd/zstd/dist/lib/dictBuilder/
zdict.c 79 #define DISPLAYLEVEL(l, ...) do { if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } } while (0) /* 0 : no display; 1: errors; 2: default; 3: details; 4: debug */
172 const void* buffer, U32 minRatio, U32 notificationLevel)
468 unsigned minRatio, U32 notificationLevel)
482 if (notificationLevel>=l) { \
487 if (notificationLevel>=4) fflush(stderr); \
528 solution = ZDICT_analyzePos(doneMarks, suffix, reverseSuffix[cursor], buffer, minRatio, notificationLevel);
569 U32 notificationLevel)
663 unsigned notificationLevel)
713 notificationLevel);
717 if (notificationLevel >= 4)
    [all...]

Completed in 27 milliseconds