Lines Matching refs:DISPLAY
85 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
86 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
91 { g_time = clock(); DISPLAY(__VA_ARGS__); \
103 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
295 DISPLAY("LZ4_decompress_safe() failed on block %u \n", blockNb); in BMK_benchMem()
320 …DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOrig,… in BMK_benchMem()
325 DISPLAY("Decoding error at pos %u ", (U32)u); in BMK_benchMem()
332 DISPLAY("(block %u, sub %u, pos %u) \n", segNb, bNb, pos); in BMK_benchMem()
336 DISPLAY("no difference detected\n"); in BMK_benchMem()
347 …DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSp… in BMK_benchMem()
349 …DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed… in BMK_benchMem()
399 …DISPLAY("bench %s %s: input %u bytes, %u seconds, %u KB blocks\n", LZ4_VERSION_STRING, LZ4_GIT_COM… in BMK_benchCLevel()
459 DISPLAY("Not enough memory; testing %u MB only...\n", (U32)(benchedSize >> 20)); in BMK_benchFileTable()