Home
last modified time | relevance | path

Searched refs:writenbuf (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dprint.c33 if(g->writenbuf == 0) in gwrite()
36 if(n > g->writenbuf) in gwrite()
37 n = g->writenbuf; in gwrite()
40 g->writenbuf -= n; in gwrite()
108 g->writenbuf = n-1; in runtime_snprintf()
114 g->writenbuf = 0; in runtime_snprintf()
H A Dmprof.goc423 g->writenbuf = b.__count;
430 n = b.__count - g->writenbuf;
432 g->writenbuf = 0;
H A Druntime.h224 int32 writenbuf; member
H A Dproc.c1965 gp->writenbuf = 0; in goexit0()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dprint.c33 if(g->writenbuf == 0) in gwrite()
36 if(n > g->writenbuf) in gwrite()
37 n = g->writenbuf; in gwrite()
40 g->writenbuf -= n; in gwrite()
108 g->writenbuf = n-1; in runtime_snprintf()
114 g->writenbuf = 0; in runtime_snprintf()
H A Dmprof.goc423 g->writenbuf = b.__count;
430 n = b.__count - g->writenbuf;
432 g->writenbuf = 0;
H A Druntime.h224 int32 writenbuf; member
H A Dproc.c1965 gp->writenbuf = 0; in goexit0()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dprint.c33 if(g->writenbuf == 0) in gwrite()
36 if(n > g->writenbuf) in gwrite()
37 n = g->writenbuf; in gwrite()
40 g->writenbuf -= n; in gwrite()
108 g->writenbuf = n-1; in runtime_snprintf()
114 g->writenbuf = 0; in runtime_snprintf()
H A Dmprof.goc423 g->writenbuf = b.__count;
430 n = b.__count - g->writenbuf;
432 g->writenbuf = 0;
H A Druntime.h224 int32 writenbuf; member
H A Dproc.c1965 gp->writenbuf = 0; in goexit0()
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dprint.c28 if(g->writenbuf == 0) in gwrite()
31 if(n > g->writenbuf) in gwrite()
32 n = g->writenbuf; in gwrite()
35 g->writenbuf -= n; in gwrite()
H A Dmprof.goc528 g->writenbuf = b.__count;
536 n = b.__count - g->writenbuf;
538 g->writenbuf = 0;
H A Druntime.h220 int32 writenbuf; member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dprint.c29 if(g->writenbuf == 0) in gwrite()
32 if(n > g->writenbuf) in gwrite()
33 n = g->writenbuf; in gwrite()
36 g->writenbuf -= n; in gwrite()
H A Dmprof.goc486 g->writenbuf = b.__count;
494 n = b.__count - g->writenbuf;
496 g->writenbuf = 0;
H A Druntime.h221 int32 writenbuf; member
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dprint.c28 if(g->writenbuf == 0) in gwrite()
31 if(n > g->writenbuf) in gwrite()
32 n = g->writenbuf; in gwrite()
35 g->writenbuf -= n; in gwrite()
H A Dmprof.goc464 g->writenbuf = b.__count;
472 n = b.__count - g->writenbuf;
474 g->writenbuf = 0;
H A Druntime.h199 int32 writenbuf; member