| /src/external/bsd/zstd/dist/tests/ |
| datagencli.c | 33 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 36 DISPLAY(__VA_ARGS__); \ 45 DISPLAY("Compressible data generator\n"); 46 DISPLAY("Usage :\n"); 47 DISPLAY(" %s [args]\n", programName); 48 DISPLAY("\n"); 49 DISPLAY("Arguments :\n"); 50 DISPLAY(" -g# : generate # data (default:%i)\n", SIZE_DEFAULT); 51 DISPLAY(" -s# : Select seed (default:%i)\n", SEED_DEFAULT); 52 DISPLAY(" -P# : Select compressibility in %% (range [0-100])\n") [all...] |
| legacy.c | 30 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 46 DISPLAY("ERROR: Not enough memory!\n"); 54 DISPLAY("ERROR: Invalid frame magic number, was this compiled " 57 DISPLAY("ERROR: %s\n", ZSTD_getErrorName(ret)); 62 DISPLAY("ERROR: Wrong decoded size\n"); 66 DISPLAY("ERROR: Wrong decoded output produced\n"); 71 DISPLAY("Simple API OK\n"); 87 DISPLAY("ERROR: Could not allocate memory\n"); 91 DISPLAY("ERROR: Could not create dstream\n"); 101 DISPLAY("ERROR: ZSTD_initDStream: %s\n", ZSTD_getErrorName(ret)) [all...] |
| fullbench.c | 63 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 397 DISPLAY("local_ZSTD_compressContinue_extDict error : %s\n", 520 DISPLAY("\nError: not enough memory!\n"); 530 /* DISPLAY("params: cLevel %d, wlog %d hlog %d clog %d slog %d mml %d tlen %d strat %d \n", 588 DISPLAY("ZSTD_decodeLiteralsBlock : impossible to test on this sample (not compressible)\n"); 613 DISPLAY("ZSTD_decodeSeqHeaders : impossible to test on this sample (not compressible)\n"); 681 DISPLAY("ERROR benchmarking function ! ! \n"); 689 DISPLAY("\r%2u#%-29.29s:%8.1f MB/s (%8u) ", 699 DISPLAY("\n"); 718 if (!origBuff) { DISPLAY("\nError: not enough memory!\n"); return 12; [all...] |
| decodecorpus.c | 39 * DISPLAY Macros 41 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 42 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } 50 DISPLAY(__VA_ARGS__); \ 61 DISPLAY("Error occurred while generating data: %s\n", \ 1266 DISPLAY("Error: could not allocate space for samples\n"); 1290 DISPLAY("Error: dictionary size is too small\n"); 1310 DISPLAY("Could not finalize dictionary: %s\n", ZDICT_getErrorName(dictWriteSize)); 1490 DISPLAY("Error in block mode on test seed %u: %s\n", 1498 DISPLAY("Error in block mode with dictionary on test seed %u: %s\n" [all...] |
| zstreamtest.c | 60 * Display Macros 62 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 64 DISPLAY(__VA_ARGS__); \ 73 { g_displayClock = UTIL_getTime(); DISPLAY(__VA_ARGS__); \ 103 DISPLAY("Error => "); \ 104 DISPLAY(__VA_ARGS__); \ 105 DISPLAY(" (seed %u, test nb %u, line %u) \n", \ 118 DISPLAY("Error %llu => ", (unsigned long long)ret); \ 119 DISPLAY(__VA_ARGS__); \ 120 DISPLAY(" (line %u)\n", __LINE__); [all...] |
| fuzzer.c | 60 * Display Macros 62 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 63 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } 72 { g_displayClock = UTIL_getTime(); DISPLAY(__VA_ARGS__); \ 127 DISPLAY("Error => %s : %s ", \ 138 DISPLAY("Error L%u => FAILED %s %s %s ", __LINE__, #lhs, #op, #rhs); \ 203 DISPLAY("Not enough memory, aborting\n"); 290 DISPLAY("Not enough memory, aborting \n"); 458 DISPLAY("Error detected in Unit tests ! \n"); 575 DISPLAY("Not enough memory, aborting\n") [all...] |
| paramgrill.c | 55 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 57 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } 161 DISPLAY("Error, not a valid param\n "); 199 DISPLAY("Error, not a valid param\n "); 204 /* display of params */ 236 DISPLAY("Error, not a valid param\n "); 253 /* Display */ 319 /* cleans up params for memoizing / display */ 424 DISPLAY("INVALID PARAMETER CONSTRAINTS\n"); \ 625 DISPLAY("Warning: parameter %s not in valid range, adjusting to " [all...] |
| /src/bin/ls/ |
| ls.h | 75 } DISPLAY;
|
| /src/sys/arch/playstation2/ee/ |
| gsreg.h | 102 #define DISPLAY(dh, dw, magv, magh, dy, dx) \
|
| /src/external/bsd/zstd/dist/programs/ |
| fileio_common.h | 34 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 36 #define DISPLAYLEVEL(l, ...) { if (g_display_prefs.displayLevel>=l) { DISPLAY(__VA_ARGS__); } } 47 DISPLAY(__VA_ARGS__); \
|
| benchfn.c | 40 # define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 41 # define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
|
| dibio.c | 56 * Console display 58 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) 59 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 66 { g_displayClock = UTIL_getTime(); DISPLAY(__VA_ARGS__); \ 75 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); 79 DISPLAY("Error %i : ", error); \ 80 DISPLAY(__VA_ARGS__); \ 81 DISPLAY("\n"); \
|
| benchzstd.c | 74 * console display 76 #define DISPLAY(...) \ 83 DISPLAY(__VA_ARGS__); \ 85 /* 0 : no display; 1: errors; 2 : + result + interaction + warnings; 3 : + 106 DISPLAY(__VA_ARGS__); \ 123 DISPLAY("Error : "); \ 124 DISPLAY("%s failed : %s", #zf, ZSTD_getErrorName(zerr)); \ 125 DISPLAY(" \n"); \ 447 strlen(displayName) - 17; /* display last 17 characters */ 689 DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n" [all...] |
| zstdcli.c | 101 * Display Macros 105 #define DISPLAY(...) DISPLAY_F(stderr, __VA_ARGS__) 106 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } 107 static int g_displayLevel = DISPLAY_LEVEL_DEFAULT; /* 0 : no display, 1: errors, 2 : + result + interaction + warnings, 3 : + progression, 4 : + information */ 172 DISPLAY_F(f, " -h Display short usage and exit.\n"); 173 DISPLAY_F(f, " -H, --help Display full help and exit.\n"); 174 DISPLAY_F(f, " -V, --version Display the program version and exit.\n"); 328 DISPLAY("Press enter to continue... \n"); 699 if (fileSize != UTIL_FILESIZE_UNKNOWN) DISPLAY("%s (%u bytes)\n", filename, (unsigned)fileSize); 700 else DISPLAY("%s (src size unknown)\n", filename) [all...] |
| /src/external/bsd/zstd/dist/lib/dictBuilder/ |
| fastcover.c | 51 * Console display 56 #undef DISPLAY 57 #define DISPLAY(...) \ 65 DISPLAY(__VA_ARGS__); \ 66 } /* 0 : no display; 1: errors; 2: default; 3: details; 4: debug */ 79 DISPLAY(__VA_ARGS__); \ 682 /* Turn down global display level to clean up display at level 2 and below */
|
| cover.c | 55 * Console display 60 #undef DISPLAY 61 #define DISPLAY(...) \ 69 DISPLAY(__VA_ARGS__); \ 70 } /* 0 : no display; 1: errors; 2: default; 3: details; 4: debug */ 83 DISPLAY(__VA_ARGS__); \ 1179 /* Turn down global display level to clean up display at level 2 and below */
|
| zdict.c | 74 * Console display 76 #undef DISPLAY 77 #define DISPLAY(...) do { fprintf(stderr, __VA_ARGS__); fflush( stderr ); } while (0) 79 #define DISPLAYLEVEL(l, ...) do { if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } } while (0) /* 0 : no display; 1: errors; 2: default; 3: details; 4: debug */ 90 DISPLAY("%c", c); 485 DISPLAY(__VA_ARGS__); \ 492 DISPLAYLEVEL(2, "\r%70s\r", ""); /* clean display line */ 887 DISPLAYLEVEL(2, "\r%70s\r", ""); /* clean display line */ 950 DISPLAYLEVEL(2, "\r%70s\r", ""); /* clean display line * [all...] |
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| zwrapbench.c | 72 * console display 75 #define DISPLAY(...) fprintf(displayOut, __VA_ARGS__) 76 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } 77 static unsigned g_displayLevel = DEFAULT_DISPLAY_LEVEL; /* 0 : no display; 1: errors; 2 : + result + interaction + warnings; 3 : + progression; 4 : + information */ 82 { g_time = clock(); DISPLAY(__VA_ARGS__); \ 94 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } 172 if (strlen(displayName)>17) displayName += strlen(displayName)-17; /* can only display 17 characters */ 415 DISPLAY("ZSTD_decompress_usingDDict() failed on block %u : %s \n", 539 DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOrig, (unsigned)crcCheck); 544 DISPLAY("Decoding error at pos %u ", (unsigned)u) [all...] |
| /src/external/bsd/zstd/dist/contrib/largeNbDicts/ |
| largeNbDicts.c | 60 /*--- Display Macros ---*/ 62 #define DISPLAY(...) fprintf(stdout, __VA_ARGS__) 63 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } 64 static int g_displayLevel = DISPLAY_LEVEL_DEFAULT; /* 0 : no display, 1: errors, 2 : + result + interaction + warnings, 3 : + progression, 4 : + information */ 730 DISPLAY("Compression Speed : %.1f MB/s \r", speed_MBps); 732 DISPLAY("Decompression Speed : %.1f MB/s \r", speed_MBps); 738 DISPLAY("\n"); 743 DISPLAY("Fastest Speed : %.1f MB/s \n", speedAggregated); 745 DISPLAY("Median Speed : %.1f MB/s \n", speedAggregated); 977 DISPLAY (" \n") [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| xml.h | 79 COPYING, FORMAT, SMALLFORMAT, DISPLAY, SMALLDISPLAY, VERBATIM,
|