Searched refs:displayLevel (Results 1 – 4 of 4) sorted by relevance
/external/lz4/programs/ |
D | lz4cli.c | 106 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 107 static unsigned displayLevel = 2; /* 0 : no display ; 1: errors ; 2 : + result + interaction + wa… variable 246 if (displayLevel >= 1) usage(); in badusage() 282 …cmp(programName, LZ4_CAT)) { decode=1; forceStdout=1; output_filename=stdoutmark; displayLevel=1; } in main() 311 …if (*argument=='s') { displayLevel=1; continue; } /* -s (silent m… in main() 344 case 'c': forceStdout=1; output_filename=stdoutmark; displayLevel=1; break; in main() 353 case 'v': displayLevel=4; break; in main() 356 case 'q': displayLevel--; break; in main() 478 …t_filename, stdinmark) && !strcmp(output_filename,stdoutmark) && (displayLevel==2)) displayLevel=1; in main() 482 LZ4IO_setNotificationLevel(displayLevel); in main()
|
D | lz4io.c | 115 #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 + warni… variable 206 displayLevel = level; in LZ4IO_setNotificationLevel() 207 return displayLevel; in LZ4IO_setNotificationLevel() 259 …if (displayLevel <= 1) EXM_THROW(11, "Operation aborted : %s already exists", output_filename); … in get_fileHandle() 311 if ((displayLevel==2) && (compressionlevel==1)) displayLevel=3; in LZ4IO_compressFilename_Legacy() 385 if ((displayLevel==2) && (compressionLevel>=3)) displayLevel=3; in LZ4IO_compressFilename()
|
D | frametest.c | 93 #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; in main() 595 displayLevel=4; in main() 599 displayLevel--; in main()
|
D | datagen.c | 81 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 89 static unsigned displayLevel = 2; variable 268 displayLevel = 4; in main()
|