Searched refs:bufcnt (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libcpu/
H A Di386_disasm.c289 if (unlikely (bufcnt == bufsize)) \
291 buf[bufcnt++] = (ch); \
298 if (unlikely (bufcnt + _len > bufsize)) \
300 memcpy (buf + bufcnt, str, _len); \
301 bufcnt += _len; \
315 size_t bufcnt; local
325 .bufcntp = &bufcnt,
359 bufcnt = 0;
449 bufcnt = 0;
499 bufcnt
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c798 static int bufcnt = 0; local
802 if (bufcnt-- > 0)
817 bufcnt = VG_(read) (remote_desc, buf, 1);
819 bufcnt = VG_(read) (remote_desc, buf, sizeof (buf));
821 if (bufcnt <= 0) {
822 if (bufcnt == 0)
830 shared->seen_by_valgrind += bufcnt;
841 bufcnt--;
/external/valgrind/main/coregrind/
H A Dvgdb.c1519 static int bufcnt = 0; local
1522 if (bufcnt-- > 0)
1525 bufcnt = read_buf (fd, buf, "static buf readchar");
1527 if (bufcnt <= 0) {
1528 if (bufcnt == 0) {
1538 bufcnt--;
/external/qemu/
H A Dqemu-char.c1870 int bufcnt; member in struct:__anon25843
1892 while (s->max_size > 0 && s->bufptr < s->bufcnt) {
1907 s->bufcnt = socket_recv(s->fd, (void *)s->buf, sizeof(s->buf));
1908 s->bufptr = s->bufcnt;
1909 if (s->bufcnt <= 0)
1913 while (s->max_size > 0 && s->bufptr < s->bufcnt) {
1956 s->bufcnt = 0;
/external/kernel-headers/original/asm-mips/sn/
H A Dioc3.h214 u32 bufcnt; /* buffer counts field */ member in struct:ioc3_etxd

Completed in 379 milliseconds