| /src/sys/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 75 #define DISPLAY(...) fprintf(displayOut, __VA_ARGS__) macro 76 #define DISPLAYLEVEL(l, ...) if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } 82 { g_time = clock(); DISPLAY(__VA_ARGS__); \ 94 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } 415 DISPLAY("ZSTD_decompress_usingDDict() failed on block %u : %s \n", in BMK_benchMem() 537 …DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", displayName, (unsigned)crcOrig,… in BMK_benchMem() 542 DISPLAY("Decoding error at pos %u ", (unsigned)u); in BMK_benchMem() 549 DISPLAY("(block %u, sub %u, pos %u) \n", segNb, bNb, pos); in BMK_benchMem() 553 DISPLAY("no difference detected\n"); in BMK_benchMem() 564 …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() [all …]
|
| /src/bin/ls/ |
| H A D | extern.h | 49 void printcol(const DISPLAY *); 50 void printlong(const DISPLAY *); 52 void printscol(const DISPLAY *); 53 void printstream(const DISPLAY *);
|
| H A D | ls.h | 79 } DISPLAY; typedef
|
| H A D | print.c | 110 printscol(const DISPLAY *dp) in printscol() 201 printlong(const DISPLAY *dp) in printlong() 275 printstream(const DISPLAY *dp) in printstream() 300 printcol(const DISPLAY *dp) in printcol()
|
| H A D | ls.c | 110 static void (*printfcn)(const DISPLAY *); 749 DISPLAY d; in display()
|
| /src/sys/contrib/zstd/programs/ |
| H A D | benchzstd.c | 75 #define DISPLAY(...) { fprintf(stderr, __VA_ARGS__); fflush(NULL); } macro 76 #define DISPLAYLEVEL(l, ...) if (displayLevel>=l) { DISPLAY(__VA_ARGS__); } 88 #define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); } 102 DISPLAY("Error : "); \ 103 DISPLAY("%s failed : %s", \ 105 DISPLAY(" \n"); \ 500 DISPLAY("!!! WARNING !!! %14s : Invalid Checksum : %x != %x \n", in BMK_benchMemAdvancedNoAlloc() 506 DISPLAY("Decoding error at pos %u ", (unsigned)u); in BMK_benchMemAdvancedNoAlloc() 513 DISPLAY("(sample %u, block %u, pos %u) \n", segNb, bNb, pos); in BMK_benchMemAdvancedNoAlloc() 516 DISPLAY("origin: "); in BMK_benchMemAdvancedNoAlloc() [all …]
|
| H A D | zstdcli.c | 104 #define DISPLAY(...) DISPLAY_F(stderr, __VA_ARGS__) macro 105 #define DISPLAYLEVEL(l, ...) { if (g_displayLevel>=l) { DISPLAY(__VA_ARGS__); } } 286 DISPLAY("Press enter to continue... \n"); in waitEnter() 310 DISPLAY("%s \n", msg); exit(1); in errorOut() 661 if (fileSize != UTIL_FILESIZE_UNKNOWN) DISPLAY("%s (%u bytes)\n", filename, (unsigned)fileSize); in printDefaultCParams() 662 else DISPLAY("%s (src size unknown)\n", filename); in printDefaultCParams() 663 DISPLAY(" - windowLog : %u\n", cParams.windowLog); in printDefaultCParams() 664 DISPLAY(" - chainLog : %u\n", cParams.chainLog); in printDefaultCParams() 665 DISPLAY(" - hashLog : %u\n", cParams.hashLog); in printDefaultCParams() 666 DISPLAY(" - searchLog : %u\n", cParams.searchLog); in printDefaultCParams() [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 | fileio.c | 101 #define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 103 #define DISPLAYLEVEL(l, ...) { if (g_display_prefs.displayLevel>=l) { DISPLAY(__VA_ARGS__); } } 114 DISPLAY(__VA_ARGS__); \ 155 DISPLAY("\n"); in INThandler() 220 DISPLAY("Caught %s signal, printing stack:\n", name); in ABRThandler() 224 DISPLAY("\n"); in ABRThandler() 231 DISPLAY("%s\n", symbollist[i]); in ABRThandler() 688 DISPLAY("zstd: %s already exists; not overwritten \n", in FIO_openDstFile() 692 DISPLAY("zstd: %s already exists; ", dstFileName); in FIO_openDstFile() 788 DISPLAY("Unable to malloc new str array, not checking for name collisions\n"); in FIO_checkFilenameCollisions() [all …]
|
| H A D | benchfn.c | 40 # define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro 41 # define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
|
| /src/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| H A D | BEGEMOT-NETGRAPH.txt | 80 DISPLAY-HINT "31a" 87 DISPLAY-HINT "31a" 94 DISPLAY-HINT "31a" 101 DISPLAY-HINT "31a" 108 DISPLAY-HINT "x" 115 DISPLAY-HINT "x"
|
| /src/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 56 #undef DISPLAY 57 #define DISPLAY(...) \ macro 65 DISPLAY(__VA_ARGS__); \ 79 DISPLAY(__VA_ARGS__); \
|
| H A D | zdict.c | 76 #undef DISPLAY 77 #define DISPLAY(...) { fprintf(stderr, __VA_ARGS__); fflush( stderr ); } macro 79 #define DISPLAYLEVEL(l, ...) if (notificationLevel>=l) { DISPLAY(__VA_ARGS__); } /* 0 : no displ… 90 DISPLAY("%c", c); in ZDICT_printHex() 561 { displayClock = clock(); DISPLAY(__VA_ARGS__); \ in ZDICT_trainBuffer_legacy()
|
| H A D | cover.c | 59 #undef DISPLAY 60 #define DISPLAY(...) \ macro 68 DISPLAY(__VA_ARGS__); \ 82 DISPLAY(__VA_ARGS__); \
|
| /src/tools/test/stress2/misc/ |
| H A D | ldt2.sh | 87 export DISPLAY=<your display host goes here>:0
|
| /src/contrib/ntp/scripts/ |
| H A D | plot_summary-opts.def | 63 command. Default is @code{x11} if @code{DISPLAY} is set and
|
| H A D | plot_summary.in | 48 || ( $ENV{DISPLAY} ? "x11" : "dumb" );
|
| H A D | invoke-plot_summary.texi | 102 command. Default is @code{x11} if @code{DISPLAY} is set and
|
| /src/usr.sbin/bsdconfig/share/ |
| H A D | mustberoot.subr | 238 if [ "$USE_XDIALOG" -a "$SSH_CONNECTION" -a "$DISPLAY" ]; then 243 displaynum="${DISPLAY#*:}"
|
| /src/sys/contrib/device-tree/Bindings/pci/ |
| H A D | fsl,imx6q-pcie.txt | 48 - power-domains: Must be set to phandles pointing to the DISPLAY and
|
| /src/sys/contrib/device-tree/src/arm/st/ |
| H A D | ste-href-ab8500.dtsi | 20 regulator-name = "V-DISPLAY";
|
| H A D | ste-href-ab8505.dtsi | 20 regulator-name = "V-DISPLAY";
|
| H A D | ste-snowball.dts | 456 regulator-name = "V-DISPLAY";
|
| /src/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | BEGEMOT-BRIDGE-MIB.txt | 75 DISPLAY-HINT "16a" 82 DISPLAY-HINT "16a" 89 DISPLAY-HINT "1x.1x"
|
| /src/contrib/ntp/ntpsnmpd/ |
| H A D | ntpv4-mib.mib | 100 DISPLAY-HINT "d" 107 DISPLAY-HINT "4d:4d:4d.4d"
|