Home
last modified time | relevance | path

Searched refs:g_utilDisplayLevel (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dutil.h111 static int g_utilDisplayLevel; variable
113 #define UTIL_DISPLAYLEVEL(l, ...) { if (g_utilDisplayLevel>=l) { UTIL_DISPLAY(__VA_ARGS__); } }
H A Dzstdcli.c748 g_utilDisplayLevel = g_displayLevel; in main()
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DOptions.cpp333 g_utilDisplayLevel = verbosity; in parse()