Lines Matching refs:DISPLAY
87 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__)
88 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); }
93 { g_time = clock(); DISPLAY(__VA_ARGS__); \
105 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
521 DISPLAY("%s() failed on block %u of size %u \n",
524 DISPLAY("Is input using LZ4 Frame format ? \n");
562 DISPLAY("\n!!! WARNING !!! %17s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOrig, (unsigned)crcCheck);
567 DISPLAY("Decoding error at pos %u ", (U32)u);
574 DISPLAY("(block %u, sub %u, pos %u) \n", segNb, bNb, pos);
578 DISPLAY("no difference detected\n");
589 DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s (param=%d)\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName, g_additionalParam);
591 DISPLAY("-%-3i%11i (%5.3f) %6.2f MB/s %6.1f MB/s %s\n", cLevel, (int)cSize, ratio, cSpeed, dSpeed, displayName);
643 DISPLAY("bench %s %s: input %u bytes, %u seconds, %u KB blocks\n", LZ4_VERSION_STRING, LZ4_GIT_COMMIT_STRING, (U32)benchedSize, g_nbSeconds, (U32)(g_blockSize>>10));
709 DISPLAY("File(s) bigger than LZ4's max input size; testing %u MB only...\n", (U32)(benchedSize >> 20));
712 DISPLAY("Not enough memory; testing %u MB only...\n", (U32)(benchedSize >> 20));