Home
last modified time | relevance | path

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

12345678910>>...33

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DOutputStreamWriter.java89 private int wcount; field in OutputStreamWriter
175 if (wcount > 0) in flush()
178 wcount = 0; in flush()
202 if (wcount > 0) in write()
205 wcount = 0; in write()
271 if (2*wcount > wlength) in write()
274 wcount = 0; in write()
277 size = wlength - wcount; in write()
282 wcount += size; in write()
303 if (wcount >= work.length) in write()
[all …]
H A DInputStreamReader.java97 int wcount; field in InputStreamReader
164 wpos = wcount = 0; in close()
198 if (wpos < wcount) in ready()
231 int wavail = wcount - wpos; in read()
237 wavail = wcount - wpos; in read()
262 int wavail = wcount - wpos; in read()
278 wcount = wpos = 0; in refill()
299 wcount += count; in refill()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/io/
H A DOutputStreamWriter.java89 private int wcount; field in OutputStreamWriter
175 if (wcount > 0) in flush()
178 wcount = 0; in flush()
202 if (wcount > 0) in write()
205 wcount = 0; in write()
271 if (2*wcount > wlength) in write()
274 wcount = 0; in write()
277 size = wlength - wcount; in write()
282 wcount += size; in write()
303 if (wcount >= work.length) in write()
[all …]
H A DInputStreamReader.java97 int wcount; field in InputStreamReader
164 wpos = wcount = 0; in close()
198 if (wpos < wcount) in ready()
231 int wavail = wcount - wpos; in read()
237 wavail = wcount - wpos; in read()
262 int wavail = wcount - wpos; in read()
278 wcount = wpos = 0; in refill()
299 wcount += count; in refill()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/io/
H A DOutputStreamWriter.java92 private int wcount; field in OutputStreamWriter
209 wcount = 0; in flush()
233 if (wcount > 0) in write()
236 wcount = 0; in write()
305 if (2*wcount > wlength) in write()
308 wcount = 0; in write()
311 size = wlength - wcount; in write()
316 wcount += size; in write()
337 if (wcount >= work.length) in write()
340 wcount = 0; in write()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/io/
H A DOutputStreamWriter.java92 private int wcount; field in OutputStreamWriter
209 wcount = 0; in flush()
233 if (wcount > 0) in write()
236 wcount = 0; in write()
305 if (2*wcount > wlength) in write()
308 wcount = 0; in write()
311 size = wlength - wcount; in write()
316 wcount += size; in write()
337 if (wcount >= work.length) in write()
340 wcount = 0; in write()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/io/
H A DOutputStreamWriter.java92 private int wcount; field in OutputStreamWriter
209 wcount = 0; in flush()
233 if (wcount > 0) in write()
236 wcount = 0; in write()
305 if (2*wcount > wlength) in write()
308 wcount = 0; in write()
311 size = wlength - wcount; in write()
316 wcount += size; in write()
337 if (wcount >= work.length) in write()
340 wcount = 0; in write()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/io/
H A DOutputStreamWriter.java92 private int wcount; field in OutputStreamWriter
209 wcount = 0; in flush()
233 if (wcount > 0) in write()
236 wcount = 0; in write()
305 if (2*wcount > wlength) in write()
308 wcount = 0; in write()
311 size = wlength - wcount; in write()
316 wcount += size; in write()
337 if (wcount >= work.length) in write()
340 wcount = 0; in write()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/io/
H A DOutputStreamWriter.java92 private int wcount; field in OutputStreamWriter
209 wcount = 0; in flush()
233 if (wcount > 0) in write()
236 wcount = 0; in write()
305 if (2*wcount > wlength) in write()
308 wcount = 0; in write()
311 size = wlength - wcount; in write()
316 wcount += size; in write()
337 if (wcount >= work.length) in write()
340 wcount = 0; in write()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dsilkroad.cpp27 int wcount; in draw_sprites() local
40 for (wcount=0;wcount<width;wcount++) in draw_sprites()
42 …gfx->prio_transpen(bitmap,cliprect,tileno+wcount,color,0,0,xpos+wcount*16+8,ypos,screen.priority()… in draw_sprites()
47 for (wcount=width;wcount>0;wcount--) in draw_sprites()
49 …gfx->prio_transpen(bitmap,cliprect,tileno+(width-wcount),color,1,0,xpos+wcount*16-16+8,ypos,screen… in draw_sprites()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dsilkroad.cpp27 int wcount; in draw_sprites() local
40 for (wcount=0;wcount<width;wcount++) in draw_sprites()
42 …gfx->prio_transpen(bitmap,cliprect,tileno+wcount,color,0,0,xpos+wcount*16+8,ypos,screen.priority()… in draw_sprites()
47 for (wcount=width;wcount>0;wcount--) in draw_sprites()
49 …gfx->prio_transpen(bitmap,cliprect,tileno+(width-wcount),color,1,0,xpos+wcount*16-16+8,ypos,screen… in draw_sprites()
/dports/devel/libgit2/libgit2-1.3.0/tests/status/
H A Dstatus_helpers.c52 int icount = 0, wcount = 0; in cb_status__print() local
71 wstatus = 'A'; wcount++; in cb_status__print()
74 wstatus = 'M'; wcount++; in cb_status__print()
77 wstatus = 'D'; wcount++; in cb_status__print()
80 wstatus = 'T'; wcount++; in cb_status__print()
83 wstatus = 'I'; wcount++; in cb_status__print()
86 wstatus = 'X'; wcount++; in cb_status__print()
90 istatus, wstatus, path, icount, wcount, in cb_status__print()
91 (icount > 1 || wcount > 1) ? " INVALID COMBO" : ""); in cb_status__print()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsilkroad_vidhrdw.c40 int wcount; in silkroad_drawsprites() local
53 for (wcount=0;wcount<width;wcount++) { in silkroad_drawsprites()
54 drawgfx(bitmap,gfx,tileno+wcount,color,0,0,xpos+wcount*16+8,ypos,cliprect,TRANSPARENCY_PEN,0); in silkroad_drawsprites()
59 for (wcount=width;wcount>0;wcount--) { in silkroad_drawsprites()
60 …drawgfx(bitmap,gfx,tileno+(width-wcount),color,1,0,xpos+wcount*16-16+8,ypos,cliprect,TRANSPARENCY_… in silkroad_drawsprites()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsilkroad_vidhrdw.c40 int wcount; in silkroad_drawsprites() local
53 for (wcount=0;wcount<width;wcount++) { in silkroad_drawsprites()
54 drawgfx(bitmap,gfx,tileno+wcount,color,0,0,xpos+wcount*16+8,ypos,cliprect,TRANSPARENCY_PEN,0); in silkroad_drawsprites()
59 for (wcount=width;wcount>0;wcount--) { in silkroad_drawsprites()
60 …drawgfx(bitmap,gfx,tileno+(width-wcount),color,1,0,xpos+wcount*16-16+8,ypos,cliprect,TRANSPARENCY_… in silkroad_drawsprites()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dcp_utils.c94 ssize_t wcount; in copy_file() local
192 bufp += wcount, wresid -= (size_t)wcount) { in copy_file()
193 wcount = write(to_fd, bufp, wresid); in copy_file()
194 wtotal += wcount; in copy_file()
203 if (wcount >= (ssize_t)wresid || wcount <= 0) in copy_file()
206 if (wcount != (ssize_t)wresid) { in copy_file()
222 bufp += wcount, wresid -= wcount) { in copy_file()
223 wcount = write(to_fd, bufp, wresid); in copy_file()
224 wtotal += wcount; in copy_file()
233 if (wcount >= (ssize_t)wresid || wcount <= 0) in copy_file()
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dchunk_copies_calculator.cc172 wcount = ilabel->second; in operationCount()
189 wcount -= std::min(wcount, (int)isrc->second); in operationCount()
196 wcount -= std::min(wcount, remove); in operationCount()
207 wcount -= std::min(wcount, (int)isrc->second); in operationCount()
209 result.first += wcount; in operationCount()
422 int wcount = 0; in getLabelsToRecover() local
436 wcount -= std::min(wcount, (int)ilabel->second); in getLabelsToRecover()
445 wcount -= std::min(wcount, remove); in getLabelsToRecover()
455 wcount -= std::min(wcount, (int)ilabel->second); in getLabelsToRecover()
458 if (wcount > 0) { in getLabelsToRecover()
[all …]
/dports/devel/upp/upp/uppsrc/Core/
H A Dlheap.cpp43 void *Heap::TryLAlloc(int i0, word wcount) in TryLAlloc() argument
50 ASSERT(h->GetSize() >= wcount); in TryLAlloc()
55 lheap.MakeAlloc(h, wcount); in TryLAlloc()
100 stat[wcount]++;
105 size = ((int)wcount * LUNIT) - sizeof(BlkPrefix);
106 int i0 = alloc_lclass[wcount];
111 void *ptr = TryLAlloc(i0, wcount);
117 ptr = aux.TryLAlloc(i0, wcount);
132 lheap.MakeAlloc(h, wcount);
200 if(wcount == h->GetSize() || lheap.TryRealloc(h, wcount, dummy)) { in TryRealloc()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dsfilter1.c46 int rcount, wcount; in s_PFBD_process() local
52 wcount = pw->limit - q; in s_PFBD_process()
98 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
116 wcount >>= 1; /* 2 chars per input byte */ in s_PFBD_process()
117 count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
129 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
144 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
219 int wcount = wlimit - q; in s_SFD_process() local
231 count = min(rcount, wcount); in s_SFD_process()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dsfilter1.c44 int rcount, wcount; in s_PFBD_process() local
50 wcount = pw->limit - q; in s_PFBD_process()
96 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
114 wcount >>= 1; /* 2 chars per input byte */ in s_PFBD_process()
115 count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
127 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
142 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
217 int wcount = wlimit - q; in s_SFD_process() local
229 count = min(rcount, wcount); in s_SFD_process()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dsfilter1.c46 int rcount, wcount; in s_PFBD_process() local
52 wcount = pw->limit - q; in s_PFBD_process()
98 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
116 wcount >>= 1; /* 2 chars per input byte */ in s_PFBD_process()
117 count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
129 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
144 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
219 int wcount = wlimit - q; in s_SFD_process() local
231 count = min(rcount, wcount); in s_SFD_process()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dsfilter1.c46 int rcount, wcount; in s_PFBD_process() local
52 wcount = pw->limit - q; in s_PFBD_process()
98 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
116 wcount >>= 1; /* 2 chars per input byte */ in s_PFBD_process()
117 count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
129 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
144 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
219 int wcount = wlimit - q; in s_SFD_process() local
231 count = min(rcount, wcount); in s_SFD_process()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dsfilter1.c46 int rcount, wcount; in s_PFBD_process() local
52 wcount = pw->limit - q; in s_PFBD_process()
98 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
116 wcount >>= 1; /* 2 chars per input byte */ in s_PFBD_process()
117 count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
129 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
144 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
219 int wcount = wlimit - q; in s_SFD_process() local
231 count = min(rcount, wcount); in s_SFD_process()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dsfilter1.c44 int rcount, wcount; in s_PFBD_process() local
50 wcount = pw->limit - q; in s_PFBD_process()
96 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
114 wcount >>= 1; /* 2 chars per input byte */ in s_PFBD_process()
115 count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
127 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
142 int count = (wcount < rcount ? (status = 1, wcount) : rcount); in s_PFBD_process()
217 int wcount = wlimit - q; in s_SFD_process() local
229 count = min(rcount, wcount); in s_SFD_process()
/dports/devel/gnucflow/cflow-1.6/doc/
H A Dwc.c11 count_t wcount; variable
57 report (char *file, count_t ccount, count_t wcount, count_t lcount) in report() argument
59 printf ("%6lu %6lu %6lu %s\n", lcount, wcount, ccount, file); in report()
90 wcount++; in getword()
115 ccount = wcount = lcount = 0; in counter()
120 report (file, ccount, wcount, lcount); in counter()
122 total_wcount += wcount; in counter()
/dports/print/p5-PostScript/PostScript-0.06/
H A DTextBlock.pm74 my ($maxlead, $wcount, $linebuffer) = (0, 0, "");
87 $wcount = 0;
97 LINE: while (($index < $maxindex) && $wcount<=$w) {
124 $wcount += $wordwidth;
129 if ( ($wcount>$w) || ($word =~ s/\n//) ) {
189 my ($maxlead, $wcount, $linebuffer) = (0, 0, "");
208 $wcount = 0;
218 LINE: while (($index < $maxindex) && $wcount<=$w) {
245 $wcount += $wordwidth;
250 if (($wcount > $w) || ($word =~ s/\n//)) {

12345678910>>...33