Home
last modified time | relevance | path

Searched refs:DISPLAY (Results 1 – 25 of 38) sorted by relevance

12

/src/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c75 #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()
537DISPLAY("!!! 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()
564DISPLAY("-%-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 Dextern.h49 void printcol(const DISPLAY *);
50 void printlong(const DISPLAY *);
52 void printscol(const DISPLAY *);
53 void printstream(const DISPLAY *);
H A Dls.h79 } DISPLAY; typedef
H A Dprint.c110 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 Dls.c110 static void (*printfcn)(const DISPLAY *);
749 DISPLAY d; in display()
/src/sys/contrib/zstd/programs/
H A Dbenchzstd.c75 #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 Dzstdcli.c104 #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 Ddibio.c57 #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 Dfileio.c101 #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 Dbenchfn.c40 # define DISPLAY(...) fprintf(stderr, __VA_ARGS__) macro
41 # define DEBUGOUTPUT(...) { if (DEBUG) DISPLAY(__VA_ARGS__); }
/src/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A DBEGEMOT-NETGRAPH.txt80 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 Dfastcover.c56 #undef DISPLAY
57 #define DISPLAY(...) \ macro
65 DISPLAY(__VA_ARGS__); \
79 DISPLAY(__VA_ARGS__); \
H A Dzdict.c76 #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 Dcover.c59 #undef DISPLAY
60 #define DISPLAY(...) \ macro
68 DISPLAY(__VA_ARGS__); \
82 DISPLAY(__VA_ARGS__); \
/src/tools/test/stress2/misc/
H A Dldt2.sh87 export DISPLAY=<your display host goes here>:0
/src/contrib/ntp/scripts/
H A Dplot_summary-opts.def63 command. Default is @code{x11} if @code{DISPLAY} is set and
H A Dplot_summary.in48 || ( $ENV{DISPLAY} ? "x11" : "dumb" );
H A Dinvoke-plot_summary.texi102 command. Default is @code{x11} if @code{DISPLAY} is set and
/src/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr238 if [ "$USE_XDIALOG" -a "$SSH_CONNECTION" -a "$DISPLAY" ]; then
243 displaynum="${DISPLAY#*:}"
/src/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,imx6q-pcie.txt48 - power-domains: Must be set to phandles pointing to the DISPLAY and
/src/sys/contrib/device-tree/src/arm/st/
H A Dste-href-ab8500.dtsi20 regulator-name = "V-DISPLAY";
H A Dste-href-ab8505.dtsi20 regulator-name = "V-DISPLAY";
H A Dste-snowball.dts456 regulator-name = "V-DISPLAY";
/src/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBEGEMOT-BRIDGE-MIB.txt75 DISPLAY-HINT "16a"
82 DISPLAY-HINT "16a"
89 DISPLAY-HINT "1x.1x"
/src/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib100 DISPLAY-HINT "d"
107 DISPLAY-HINT "4d:4d:4d.4d"

12