Home
last modified time | relevance | path

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

/dports/devel/dmake/dmake-4.13.1/dbug/malloc/
H A Ddump.c57 WRITEOUT(fd,"MALLOC CHAIN:\n",14);
58 WRITEOUT(fd,"-------------------- START ----------------\n",44);
77 WRITEOUT(fd,buffer,66);
81 WRITEOUT(fd,"Malloc start: ",19);
84 WRITEOUT(fd,buffer,9);
86 WRITEOUT(fd,"Malloc end: ", 19);
89 WRITEOUT(fd,buffer,9);
91 WRITEOUT(fd,"Malloc data start: ", 19);
94 WRITEOUT(fd,buffer,9);
96 WRITEOUT(fd,"Malloc data end: ", 19);
[all …]
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/manual/yo/userguide/builtin/
H A Dwriteout.yo1 tt(WRITEOUT) is deprecated, use lref(FPUTS)(FPUTS) instead.
/dports/print/texinfo/texinfo-6.8/info/
H A Ddisplay.c262 #define WRITEOUT 2 /* Values for writing_out global. */ macro
283 if (writing_out == WRITEOUT) in wrap_terminal_switch_rendition()
465 if (writing_out != WRITEOUT) in display_process_line()
580 writing_out = WRITEOUT; in display_update_node_text()
638 #undef WRITEOUT /* values for writing_out global */
/dports/lang/clover/mesa-21.3.6/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
244 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
244 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/graphics/libosmesa/mesa-21.3.6/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
244 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/graphics/mesa-libs/mesa-21.3.6/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
244 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
244 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
244 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
244 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
244 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/graphics/mesa-dri/mesa-21.3.6/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
244 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/asahi/compiler/
H A Dagx_opcodes.py80 WRITEOUT = immediate("writeout") variable
246 op("writeout", (0x48, 0xFF, 4, _), dests = 0, imms = [WRITEOUT], can_eliminate = False)
/dports/databases/py-pyodbc/pyodbc-4.0.32/src/
H A Dparams.cpp211 #define WRITEOUT(type, ptr, val, indv) { *(type*)(*ptr) = (val); *ptr += sizeof(type); indv = sizeo… macro
225 WRITEOUT(char, outbuf, cell == Py_True, ind); in PyToCType()
232 WRITEOUT(long, outbuf, PyInt_AS_LONG(cell), ind); in PyToCType()
239 WRITEOUT(long long, outbuf, PyLong_AsLongLong(cell), ind); in PyToCType()
289 WRITEOUT(double, outbuf, PyFloat_AS_DOUBLE(cell), ind); in PyToCType()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/manual/yo/
H A Dbuiltinlist.yo231 subsect(WRITEOUT)
H A Dnew.yo16 dit(WRITEOUT) FPUTS should be used;
/dports/math/form/form-4.2.1/sources/
H A Dftypes.h138 #define WRITEOUT 4 macro
H A Dpre.c3863 return(writeToChannel(WRITEOUT,s,&h)); in DoPreWrite()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/
H A Dbuiltin.yo67 WRITEOUT = FPUTS
H A DHIERARCHY401 WRITEOUT = FPUTS
/dports/science/tinker/tinker/doc/sphinx/tinker/_build/latex/
H A Dtinkerusersguide.idx408 \indexentry{WRITEOUT@\spxentry{WRITEOUT}|hyperpage}{90}
H A Dtinkerusersguide.ind472 \item \spxentry{WRITEOUT}, \hyperpage{90}
H A Dtinkerusersguide.tex948 VERBOSE WRITEOUT
3460 \index{WRITEOUT@\spxentry{WRITEOUT}}\ignorespaces \phantomsection\label{\detokenize{text/keywords:k…
3461 \item[{WRITEOUT {[}integer{]}}] \leavevmode
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/
H A DCHANGES44 WRITEOUT - FPUTS should be used
/dports/science/tinker/tinker/doc/sphinx/tinker/text/
H A Dkeywords.rst31 VERBOSE WRITEOUT
2657 .. index:: WRITEOUT
2658 .. _KEY-WRITEOUT:
2660 WRITEOUT [integer]