Home
last modified time | relevance | path

Searched refs:g_displayLevel (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/zstd/programs/
H A Dzstdcli.c280 if (g_displayLevel >= 2) usage(stderr, programName); in badusage()
614 if (g_displayLevel < DISPLAY_LEVEL_DEFAULT) { in printVersion()
620 if (g_displayLevel >= 3) { in printVersion()
636 if (g_displayLevel >= 4) { in printVersion()
677 assert(g_displayLevel >= 4); in printActualCParams()
908 …ument, "--stdout")) { forceStdout=1; outFileName=stdoutmark; g_displayLevel-=(g_displayLevel==2); … in main()
1221 g_utilDisplayLevel = g_displayLevel; in main()
1405 if ((hasStdout || !IS_CONSOLE(stderr)) && (g_displayLevel==2)) g_displayLevel=1; in main()
1411 FIO_setNotificationLevel(g_displayLevel); in main()
1456 if (g_displayLevel >= 4) in main()
[all …]
/freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c80 #define DISPLAYUPDATE(l, ...) if (g_displayLevel>=l) { \
81 if ((clock() - g_time > refreshRate) || (g_displayLevel>=4)) \
83 if (g_displayLevel>=4) fflush(displayOut); } }
112 void BMK_setNotificationLevel(unsigned level) { g_displayLevel=level; } in BMK_setNotificationLevel()
560 if (g_displayLevel == 1) { in BMK_benchMem()
612 if (g_displayLevel == 1 && !g_additionalParam) in BMK_benchCLevel()
846 if (g_displayLevel >= 1) usage(programName); in badusage()
928 case 'v': g_displayLevel++; argument++; break; in main()
931 case 'q': g_displayLevel--; argument++; break; in main()
956 BMK_setNotificationLevel(g_displayLevel); in main()
[all …]
/freebsd-14.2/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c54 static int g_displayLevel = 0; variable
68 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__)
83 #define DISPLAYUPDATE(l, ...) LOCALDISPLAYUPDATE(g_displayLevel, l, __VA_ARGS__)
559 g_displayLevel = (int)parameters.zParams.notificationLevel; in ZDICT_trainFromBuffer_fastCover()
594 COVER_warnOnSmallCorpus(dictBufferCapacity, ctx.nbDmers, g_displayLevel); in ZDICT_trainFromBuffer_fastCover()
683 g_displayLevel = displayLevel == 0 ? 0 : displayLevel - 1; in ZDICT_optimizeTrainFromBuffer_fastCover()
726 data->parameters.zParams.notificationLevel = (unsigned)g_displayLevel; in ZDICT_optimizeTrainFromBuffer_fastCover()
H A Dcover.c57 static int g_displayLevel = 0; variable
71 #define DISPLAYLEVEL(l, ...) LOCALDISPLAYLEVEL(g_displayLevel, l, __VA_ARGS__)
86 #define DISPLAYUPDATE(l, ...) LOCALDISPLAYUPDATE(g_displayLevel, l, __VA_ARGS__)
745 g_displayLevel = (int)parameters.zParams.notificationLevel; in ZDICT_trainFromBuffer_cover()
768 COVER_warnOnSmallCorpus(dictBufferCapacity, ctx.suffixSize, g_displayLevel); in ZDICT_trainFromBuffer_cover()
1172 g_displayLevel = displayLevel == 0 ? 0 : displayLevel - 1; in ZDICT_optimizeTrainFromBuffer_cover()
1215 data->parameters.zParams.notificationLevel = g_displayLevel; in ZDICT_optimizeTrainFromBuffer_cover()