Searched refs:bufcount (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dloop_wchar.h145 size_t bufcount = 0; local
148 size_t count = wcrtomb(buf+bufcount,*inptr,&state);
193 bufcount += count;
200 size_t bufleft = bufcount;
215 if (bufcount + MB_CUR_MAX > BUF_SIZE)
247 size_t bufcount = wcrtomb(buf,(wchar_t)0,&state); local
248 if (bufcount == (size_t)(-1) || bufcount == 0 || buf[bufcount-1] != '\0')
252 size_t bufleft = bufcount
346 size_t bufcount = bufptr-buf; /* = BUF_SIZE-bufleft */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-lex.c350 unsigned int bufcount; member in struct:mbfile
369 mbf->bufcount = 0;
393 if (mbf->bufcount == 0)
402 mbf->bufcount++;
416 size_t insize = mbf->bufcount;
425 if ((insize < mbf->bufcount) != (outsize < sizeof (scratchbuf)))
448 if (mbf->bufcount == MBCHAR_BUF_SIZE)
468 bytes = mbf->bufcount;
472 mbf->buf[mbf->bufcount++] = (unsigned char) c;
478 bytes = mbf->bufcount
[all...]
H A Dx-python.c249 size_t bufcount; local
254 bufcount = 1;
260 size_t insize = bufcount;
269 if ((insize < bufcount) != (outsize < sizeof (scratchbuf)))
293 if (bufcount == MAX_PHASE1_PUSHBACK)
328 buf[bufcount++] = (unsigned char) c;
337 size_t bytes = bufcount - insize;
H A Dx-csharp.c236 size_t bufcount; local
241 bufcount = 1;
247 size_t insize = bufcount;
256 if ((insize < bufcount) != (outsize < sizeof (scratchbuf)))
279 if (bufcount == MAX_PHASE1_PUSHBACK)
311 buf[bufcount++] = (unsigned char) c;
320 size_t bytes = bufcount - insize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_tty.c868 int bufcount = 0, n = 0; local
881 if ((bufcount = tail - head - 1) < 0)
882 bufcount += WQUEUESIZE;
884 n = bufcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c766 uint32 bufcount)
769 *flags = *flags | (bufcount & CTRL_BC_MASK);
803 uint32 bufcount)
805 uint32 ctrl2 = bufcount & D64_CTRL2_BC_MASK;
765 dma32_dd_upd(dma_info_t *di, dma32dd_t *ddring, dmaaddr_t pa, uint outidx, uint32 *flags, uint32 bufcount) argument
802 dma64_dd_upd(dma_info_t *di, dma64dd_t *ddring, dmaaddr_t pa, uint outidx, uint32 *flags, uint32 bufcount) argument

Completed in 87 milliseconds