Searched refs:DISPLAY (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 82 { g_time = clock(); DISPLAY(__VA_ARGS__); \ 639 DISPLAY("\n"); in BMK_benchCLevel() 640 DISPLAY("benchmarking zlib %s\n", ZLIB_VERSION); in BMK_benchCLevel() 804 DISPLAY(WELCOME_MESSAGE); in usage() 805 DISPLAY( "Usage :\n"); in usage() 807 DISPLAY( "\n"); in usage() 808 DISPLAY( "FILE : a filename\n"); in usage() 810 DISPLAY( "Arguments :\n"); in usage() 819 DISPLAY( "\n"); in usage() 820 DISPLAY( "Benchmark arguments :\n"); in usage() [all …]
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | benchzstd.c | 70 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 79 { g_displayClock = UTIL_getTime(); DISPLAY(__VA_ARGS__); \ 89 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } 103 DISPLAY("Error : "); \ 104 DISPLAY("%s failed : %s", \ 106 DISPLAY(" \n"); \ 516 DISPLAY("origin: "); in BMK_benchMemAdvancedNoAlloc() 522 DISPLAY(" \n"); in BMK_benchMemAdvancedNoAlloc() 523 DISPLAY("decode: "); in BMK_benchMemAdvancedNoAlloc() 529 DISPLAY(" \n"); in BMK_benchMemAdvancedNoAlloc() [all …]
|
| H A D | zstdcli.c | 101 #define DISPLAY(...) DISPLAY_F(stderr, __VA_ARGS__) macro 254 DISPLAY("Press enter to continue... \n"); in waitEnter() 278 DISPLAY("%s \n", msg); exit(1); in errorOut() 661 DISPLAY("error: missing command argument \n"); \ 1152 DISPLAY("file information is not supported \n"); in main() 1340 DISPLAY(" - windowLog : %u\n", cParams.windowLog); in main() 1341 DISPLAY(" - chainLog : %u\n", cParams.chainLog); in main() 1342 DISPLAY(" - hashLog : %u\n", cParams.hashLog); in main() 1344 DISPLAY(" - minMatch : %u\n", cParams.minMatch); in main() 1357 DISPLAY("Compression not supported \n"); in main() [all …]
|
| H A D | dibio.c | 57 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 58 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 65 { g_displayClock = UTIL_getTime(); DISPLAY(__VA_ARGS__); \ 74 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__); 78 DISPLAY("Error %i : ", error); \ 79 DISPLAY(__VA_ARGS__); \ 80 DISPLAY("\n"); \
|
| H A D | benchfn.c | 40 # define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 41 # define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
|
| H A D | fileio.c | 88 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 101 DISPLAY(__VA_ARGS__); \ 142 DISPLAY("\n"); in INThandler() 207 DISPLAY("Caught %s signal, printing stack:\n", name); in ABRThandler() 211 DISPLAY("\n"); in ABRThandler() 218 DISPLAY("%s\n", symbollist[i]); in ABRThandler() 666 DISPLAY("zstd: %s already exists; not overwritten \n", in FIO_openDstFile() 670 DISPLAY("zstd: %s already exists; ", dstFileName); in FIO_openDstFile() 740 DISPLAY("Unable to malloc new str array, not checking for name collisions\n"); in FIO_checkFilenameCollisions() 757 DISPLAY("WARNING: Two files have same filename: %s\n", prevElem); in FIO_checkFilenameCollisions() [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 48 #undef DISPLAY 49 #define DISPLAY(...) \ macro 57 DISPLAY(__VA_ARGS__); \ 71 DISPLAY(__VA_ARGS__); \
|
| H A D | zdict.c | 71 #undef DISPLAY 72 #define DISPLAY(...) { fprintf(stderr, __VA_ARGS__); fflush( stderr ); } macro 74 #define DISPLAYLEVEL(l, ...) if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } /* 0 : no displ… 85 DISPLAY("%c", c); in ZDICT_printHex() 536 { displayClock = clock(); DISPLAY(__VA_ARGS__); \ in ZDICT_trainBuffer_legacy()
|
| H A D | cover.c | 51 #undef DISPLAY 52 #define DISPLAY(...) \ macro 60 DISPLAY(__VA_ARGS__); \ 74 DISPLAY(__VA_ARGS__); \
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | ste-href.dtsi | 221 regulator-name = "V-DISPLAY";
|
| H A D | ste-snowball.dts | 423 regulator-name = "V-DISPLAY";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | fsl,imx6q-pcie.txt | 45 - power-domains: Must be set to phandles pointing to the DISPLAY and
|