Searched refs:displayLevel (Results 1 - 4 of 4) sorted by relevance

/external/lz4/programs/
H A Dlz4cli.c106 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
107 static unsigned displayLevel = 2; /* 0 : no display ; 1: errors ; 2 : + result + interaction + warnings ; 3 : + progression; 4 : + information */ variable
246 if (displayLevel >= 1) usage();
282 if (!strcmp(programName, LZ4_CAT)) { decode=1; forceStdout=1; output_filename=stdoutmark; displayLevel=1; }
311 if (*argument=='s') { displayLevel=1; continue; } /* -s (silent mode) */
344 case 'c': forceStdout=1; output_filename=stdoutmark; displayLevel=1; break;
353 case 'v': displayLevel=4; break;
356 case 'q': displayLevel--; break;
478 if (!strcmp(input_filename, stdinmark) && !strcmp(output_filename,stdoutmark) && (displayLevel==2)) displayLevel
[all...]
H A Dlz4io.c115 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
116 #define DISPLAYUPDATE(l, ...) if (displayLevel>=l) { \
117 if ((LZ4IO_GetMilliSpan(g_time) > refreshRate) || (displayLevel>=4)) \
119 if (displayLevel>=4) fflush(stdout); } }
127 static int displayLevel = 0; /* 0 : no display ; 1: errors ; 2 : + result + interaction + warnings ; 3 : + progression; 4 : + information */ variable
206 displayLevel = level;
207 return displayLevel;
259 if (displayLevel <= 1) EXM_THROW(11, "Operation aborted : %s already exists", output_filename); /* No interaction possible */
311 if ((displayLevel==2) && (compressionlevel==1)) displayLevel
[all...]
H A Dframetest.c93 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
94 #define DISPLAYUPDATE(l, ...) if (displayLevel>=l) { \
95 if ((FUZ_GetMilliSpan(g_time) > refreshRate) || (displayLevel>=4)) \
97 if (displayLevel>=4) fflush(stdout); } }
107 static U32 displayLevel = 2; variable
582 displayLevel=1;
595 displayLevel=4;
599 displayLevel--;
H A Ddatagen.c81 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); }
89 static unsigned displayLevel = 2; variable
268 displayLevel = 4;

Completed in 58 milliseconds