Searched refs:DISPLAYLEVEL (Results 1 - 6 of 6) sorted by relevance

/external/lz4/tests/
H A Dframetest.c81 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
190 DISPLAYLEVEL(3, "LZ4F_compressBound(0) = ");
193 DISPLAYLEVEL(3, " %u \n", (U32)cBound);
198 DISPLAYLEVEL(3, "LZ4F_compressFrame, compress null content : \n");
201 DISPLAYLEVEL(3, "Compressed null content into a %i bytes frame \n", (int)cSize);
203 DISPLAYLEVEL(3, "LZ4F_createDecompressionContext \n");
207 DISPLAYLEVEL(3, "LZ4F_getFrameInfo on null-content frame (#157) \n");
214 DISPLAYLEVEL(3, "LZ4F_freeDecompressionContext \n");
221 DISPLAYLEVEL(3, "LZ4F_compressFrame, using default preferences : \n");
224 DISPLAYLEVEL(
[all...]
H A Ddatagencli.c52 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
164 DISPLAYLEVEL(4, "Data Generator %s \n", LZ4_VERSION_STRING);
165 DISPLAYLEVEL(3, "Seed = %u \n", seed);
166 if (proba!=COMPRESSIBILITY_DEFAULT) DISPLAYLEVEL(3, "Compressibility : %i%%\n", (U32)(proba*100));
169 DISPLAYLEVEL(1, "\n");
H A Dfuzzer.c79 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
329 DISPLAYLEVEL(5, "destSize : %7i/%7i; content%7i/%7i ", ret, targetSize, srcSize, blockSize);
345 DISPLAYLEVEL(5, " OK \n");
348 DISPLAYLEVEL(5, " \n");
/external/lz4/programs/
H A Dlz4cli.c77 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
89 DISPLAYLEVEL(1, "Error %i : ", error); \
90 DISPLAYLEVEL(1, __VA_ARGS__); \
91 DISPLAYLEVEL(1, "\n"); \
231 DISPLAYLEVEL(1, "Incorrect parameters\n");
430 DISPLAYLEVEL(2, "using blocks of size %u KB \n", (U32)(blockSize>>10));
435 DISPLAYLEVEL(2, "bench: using blocks of size %u KB \n", (U32)(B>>10));
437 DISPLAYLEVEL(2, "bench: using blocks of size %u bytes \n", (U32)(B));
497 DISPLAYLEVEL(1, "Warning : %s won't be used ! Do you want multiple input files (-m) ? \n", argument);
500 DISPLAYLEVEL(
[all...]
H A Dlz4io.c102 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
136 DISPLAYLEVEL(1, "Error %i : ", error); \
137 DISPLAYLEVEL(1, __VA_ARGS__); \
138 DISPLAYLEVEL(1, " \n"); \
243 DISPLAYLEVEL(4,"Using stdin for input\n");
248 if ( f==NULL ) DISPLAYLEVEL(1, "%s: %s \n", srcFileName, strerror(errno));
262 DISPLAYLEVEL(4,"Using stdout for output\n");
267 DISPLAYLEVEL(4, "Sparse File Support is automatically disabled on stdout ; try --sparse \n");
287 if (f==NULL) DISPLAYLEVEL(1, "%s: %s\n", dstFileName, strerror(errno));
377 DISPLAYLEVEL(
[all...]
H A Dbench.c86 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } macro
107 DISPLAYLEVEL(1, "Error %i : ", error); \
108 DISPLAYLEVEL(1, __VA_ARGS__); \
109 DISPLAYLEVEL(1, "\n"); \
128 DISPLAYLEVEL(3, "- test >= %u seconds per compression / decompression -\n", g_nbSeconds);
233 DISPLAYLEVEL(2, "\r%79s\r", "");
240 DISPLAYLEVEL(2, "\rcooling down ... \r");
246 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (U32)srcSize);
275 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->%10u (%5.3f),%6.1f MB/s\r",
311 DISPLAYLEVEL(
[all...]

Completed in 572 milliseconds