Home
last modified time | relevance | path

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

12345678910>>...37

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dser-base.c77 if (scb->bufcnt == 0) in reschedule()
86 if (scb->bufcnt == 0) in reschedule()
97 if (scb->bufcnt == 0) in reschedule()
154 scb->bufcnt = nr; in fd_event()
292 scb->bufcnt = status; in do_ser_base_readchar()
293 scb->bufcnt--; in do_ser_base_readchar()
317 if (scb->bufcnt > 0) in generic_readchar()
320 scb->bufcnt--; in generic_readchar()
326 ch = scb->bufcnt; in generic_readchar()
341 scb->bufcnt = 0; in generic_readchar()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dser-base.c76 if (scb->bufcnt == 0) in reschedule()
85 if (scb->bufcnt == 0) in reschedule()
96 if (scb->bufcnt == 0) in reschedule()
176 scb->bufcnt = nr; in fd_event()
374 scb->bufcnt = status; in do_ser_base_readchar()
375 scb->bufcnt--; in do_ser_base_readchar()
399 if (scb->bufcnt > 0) in generic_readchar()
402 scb->bufcnt--; in generic_readchar()
408 ch = scb->bufcnt; in generic_readchar()
423 scb->bufcnt = 0; in generic_readchar()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dser-base.c75 if (scb->bufcnt == 0) in reschedule()
84 if (scb->bufcnt == 0) in reschedule()
95 if (scb->bufcnt == 0) in reschedule()
181 scb->bufcnt = nr; in fd_event()
406 scb->bufcnt = status; in do_ser_base_readchar()
407 scb->bufcnt--; in do_ser_base_readchar()
431 if (scb->bufcnt > 0) in generic_readchar()
434 scb->bufcnt--; in generic_readchar()
440 ch = scb->bufcnt; in generic_readchar()
455 scb->bufcnt = 0; in generic_readchar()
[all …]
/dports/comms/comserv/comserv-1.4.4/
H A Devloop.c603 from->bufcnt = rc; in data_ready()
675 from->bufcnt = 0; in data_ready()
705 from->bufcnt = 0; in data_ready()
721 if (rc != from->bufcnt) { in data_ready()
735 from->bufcnt -= rc; in data_ready()
741 from->bufcnt = 0; in data_ready()
750 from->bufcnt = 0; in data_ready()
805 if (!from->bufcnt) { in data_writeable()
842 if (rc != from->bufcnt) { in data_writeable()
849 from->bufcnt -= rc; in data_writeable()
[all …]
/dports/devel/elfutils/elfutils-0.179/libcpu/
H A Di386_disasm.c325 size_t bufcnt; in i386_disasm() local
335 .bufcntp = &bufcnt, in i386_disasm()
369 bufcnt = 0; in i386_disasm()
433 bufcnt = 0; in i386_disasm()
472 bufcnt = 0; in i386_disasm()
522 bufcnt = 0; in i386_disasm()
928 string_end_idx = bufcnt; in i386_disasm()
1040 string_end_idx = bufcnt; in i386_disasm()
1091 bufcnt += r; in i386_disasm()
1119 bufcnt = string_end_idx; in i386_disasm()
[all …]
/dports/mail/courier/courier-0.65.3/rfc2045/
H A Drfc2045decodemimesectionu.c28 size_t bufcnt; member
68 ci.bufcnt=0; in rfc2045_decodetextmimesection()
73 rc=txtflush(&ci, ci.bufcnt); /* Any remainder */ in rfc2045_decodetextmimesection()
95 if (n + ci->bufcnt >= ci->bufsize) in myhandler()
107 memcpy(ci->buffer + ci->bufcnt, cp, n); in myhandler()
108 ci->buffer[ci->bufcnt += n]=0; /* Prevent mem debuggers from in myhandler()
119 for (i=ci->bufcnt; i; --i) in myhandler()
161 while (n < ci->bufcnt) in txtflush()
163 ci->bufcnt=i; in txtflush()
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dtic30-dis.c253 int bufcnt; in get_indirect_operand() local
257 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++) in get_indirect_operand()
261 if (bufcnt > 0 in get_indirect_operand()
262 && bufcnt < OPERAND_BUFFER_LEN - 1 in get_indirect_operand()
263 && buffer[bufcnt - 1] == 'a' in get_indirect_operand()
264 && buffer[bufcnt] == 'r') in get_indirect_operand()
265 buffer[++bufcnt] = arnum + '0'; in get_indirect_operand()
268 && buffer[bufcnt] == '(' in get_indirect_operand()
271 snprintf (buffer + (bufcnt + 1), in get_indirect_operand()
274 bufcnt += strlen (buffer + (bufcnt + 1)); in get_indirect_operand()
[all …]
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dtic30-dis.c253 int bufcnt; in get_indirect_operand() local
257 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++) in get_indirect_operand()
261 if (bufcnt > 0 in get_indirect_operand()
262 && bufcnt < OPERAND_BUFFER_LEN - 1 in get_indirect_operand()
263 && buffer[bufcnt - 1] == 'a' in get_indirect_operand()
264 && buffer[bufcnt] == 'r') in get_indirect_operand()
265 buffer[++bufcnt] = arnum + '0'; in get_indirect_operand()
268 && buffer[bufcnt] == '(' in get_indirect_operand()
271 snprintf (buffer + (bufcnt + 1), in get_indirect_operand()
274 bufcnt += strlen (buffer + (bufcnt + 1)); in get_indirect_operand()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Dtic30-dis.c253 int bufcnt; in get_indirect_operand() local
257 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++) in get_indirect_operand()
261 if (bufcnt > 0 in get_indirect_operand()
262 && bufcnt < OPERAND_BUFFER_LEN - 1 in get_indirect_operand()
263 && buffer[bufcnt - 1] == 'a' in get_indirect_operand()
264 && buffer[bufcnt] == 'r') in get_indirect_operand()
265 buffer[++bufcnt] = arnum + '0'; in get_indirect_operand()
268 && buffer[bufcnt] == '(' in get_indirect_operand()
271 snprintf (buffer + (bufcnt + 1), in get_indirect_operand()
274 bufcnt += strlen (buffer + (bufcnt + 1)); in get_indirect_operand()
[all …]
/dports/devel/binutils/binutils-2.37/opcodes/
H A Dtic30-dis.c253 int bufcnt; in get_indirect_operand() local
257 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++) in get_indirect_operand()
261 if (bufcnt > 0 in get_indirect_operand()
262 && bufcnt < OPERAND_BUFFER_LEN - 1 in get_indirect_operand()
263 && buffer[bufcnt - 1] == 'a' in get_indirect_operand()
264 && buffer[bufcnt] == 'r') in get_indirect_operand()
265 buffer[++bufcnt] = arnum + '0'; in get_indirect_operand()
268 && buffer[bufcnt] == '(' in get_indirect_operand()
271 snprintf (buffer + (bufcnt + 1), in get_indirect_operand()
274 bufcnt += strlen (buffer + (bufcnt + 1)); in get_indirect_operand()
[all …]
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Ddecoder.c205 short bufcnt; /* how many empty spaces left in buffer */ in decoder() local
242 bufcnt = linewidth; in decoder()
319 if (i > 0 && bufcnt - i > 0 && skipxdots == 0) in decoder()
330 bufcnt -= i; in decoder()
331 if (bufcnt == 0) /* finished an input row? */ in decoder()
342 bufcnt = linewidth; in decoder()
384 if (--bufcnt == 0) /* finished an input row? */ in decoder()
395 bufcnt = linewidth; in decoder()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dgifdecod.cpp339 FAST short code, fc, oc, bufcnt; in decoder() local
369 bufcnt = linewidth; in decoder()
428 if (--bufcnt == 0) in decoder()
438 bufcnt = linewidth; in decoder()
503 if (--bufcnt == 0) in decoder()
512 bufcnt = linewidth; in decoder()
518 if (bufcnt != linewidth) in decoder()
519 ret = out_line(buf, (linewidth - bufcnt)); in decoder()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dgifdecod.cpp326 FAST short code, fc, oc, bufcnt; in decoder() local
356 bufcnt = linewidth; in decoder()
415 if (--bufcnt == 0) in decoder()
425 bufcnt = linewidth; in decoder()
490 if (--bufcnt == 0) in decoder()
499 bufcnt = linewidth; in decoder()
505 if (bufcnt != linewidth) in decoder()
506 ret = out_line(buf, (linewidth - bufcnt)); in decoder()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/kern/
H A Dmisc.c135 int bufcnt; in kmem_reap() local
138 bufcnt = uvmexp.freetarg - uvmexp.free; in kmem_reap()
139 if (bufcnt < 0) in kmem_reap()
140 bufcnt = 0; in kmem_reap()
145 buf_drain(bufcnt << PAGE_SHIFT); in kmem_reap()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dser-unix.c622 scb->bufcnt--; in do_hardwire_readchar()
1013 scb->bufcnt = status; in do_unix_readchar()
1014 scb->bufcnt--; in do_unix_readchar()
1038 if (scb->bufcnt > 0) in generic_readchar()
1041 scb->bufcnt--; in generic_readchar()
1047 ch = scb->bufcnt; in generic_readchar()
1059 scb->bufcnt = ch; in generic_readchar()
1062 scb->bufcnt = 0; in generic_readchar()
1132 if (scb->bufcnt >= 0) in ser_unix_flush_input()
1134 scb->bufcnt = 0; in ser_unix_flush_input()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dser-unix.c622 scb->bufcnt--; in do_hardwire_readchar()
1013 scb->bufcnt = status; in do_unix_readchar()
1014 scb->bufcnt--; in do_unix_readchar()
1038 if (scb->bufcnt > 0) in generic_readchar()
1041 scb->bufcnt--; in generic_readchar()
1047 ch = scb->bufcnt; in generic_readchar()
1059 scb->bufcnt = ch; in generic_readchar()
1062 scb->bufcnt = 0; in generic_readchar()
1132 if (scb->bufcnt >= 0) in ser_unix_flush_input()
1134 scb->bufcnt = 0; in ser_unix_flush_input()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/
H A Domap-sham.c152 size_t bufcnt; member
658 if (ctx->bufcnt) in omap_sham_copy_sg_lists()
710 ctx->bufcnt = 0; in omap_sham_copy_sg_lists()
730 if (ctx->bufcnt) in omap_sham_copy_sgs()
741 ctx->bufcnt = 0; in omap_sham_copy_sgs()
757 int bufcnt = rctx->bufcnt; in omap_sham_align_sgs() local
760 if (bufcnt) { in omap_sham_align_sgs()
761 bufcnt = DIV_ROUND_UP(bufcnt, bs) * bs; in omap_sham_align_sgs()
790 if (bufcnt) { in omap_sham_align_sgs()
796 bufcnt = 0; in omap_sham_align_sgs()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/
H A Domap-sham.c152 size_t bufcnt; member
658 if (ctx->bufcnt) in omap_sham_copy_sg_lists()
710 ctx->bufcnt = 0; in omap_sham_copy_sg_lists()
730 if (ctx->bufcnt) in omap_sham_copy_sgs()
741 ctx->bufcnt = 0; in omap_sham_copy_sgs()
757 int bufcnt = rctx->bufcnt; in omap_sham_align_sgs() local
760 if (bufcnt) { in omap_sham_align_sgs()
761 bufcnt = DIV_ROUND_UP(bufcnt, bs) * bs; in omap_sham_align_sgs()
790 if (bufcnt) { in omap_sham_align_sgs()
796 bufcnt = 0; in omap_sham_align_sgs()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/
H A Domap-sham.c152 size_t bufcnt; member
658 if (ctx->bufcnt) in omap_sham_copy_sg_lists()
710 ctx->bufcnt = 0; in omap_sham_copy_sg_lists()
730 if (ctx->bufcnt) in omap_sham_copy_sgs()
741 ctx->bufcnt = 0; in omap_sham_copy_sgs()
757 int bufcnt = rctx->bufcnt; in omap_sham_align_sgs() local
760 if (bufcnt) { in omap_sham_align_sgs()
761 bufcnt = DIV_ROUND_UP(bufcnt, bs) * bs; in omap_sham_align_sgs()
790 if (bufcnt) { in omap_sham_align_sgs()
796 bufcnt = 0; in omap_sham_align_sgs()
[all …]
/dports/mail/courier/courier-0.65.3/threadlib/
H A Dtest.c16 static int bufcnt=0; variable
35 buf[bufcnt++]= *dp; in cleanupfunc()
87 qsort(buf, bufcnt, sizeof(buf[0]), &cmpdbl); in main()
89 for (i=0; i<bufcnt; i++) in main()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Dtic30-dis.c615 int bufcnt; local
618 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++)
620 buffer[bufcnt] = current_ind->syntax[i];
621 if (buffer[bufcnt - 1] == 'a' && buffer[bufcnt] == 'r')
622 buffer[++bufcnt] = arnum + '0';
623 if (buffer[bufcnt] == '('
626 sprintf (&buffer[bufcnt + 1], "%u", disp);
627 bufcnt += strlen (&buffer[bufcnt + 1]);
630 buffer[bufcnt + 1] = '\0';
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dtic30-dis.c250 int bufcnt; in get_indirect_operand() local
253 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++) in get_indirect_operand()
255 buffer[bufcnt] = current_ind->syntax[i]; in get_indirect_operand()
256 if (buffer[bufcnt - 1] == 'a' && buffer[bufcnt] == 'r') in get_indirect_operand()
257 buffer[++bufcnt] = arnum + '0'; in get_indirect_operand()
258 if (buffer[bufcnt] == '(' in get_indirect_operand()
261 sprintf (&buffer[bufcnt + 1], "%u", disp); in get_indirect_operand()
262 bufcnt += strlen (&buffer[bufcnt + 1]); in get_indirect_operand()
265 buffer[bufcnt + 1] = '\0'; in get_indirect_operand()
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dtic30-dis.c250 int bufcnt; in get_indirect_operand() local
253 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++) in get_indirect_operand()
255 buffer[bufcnt] = current_ind->syntax[i]; in get_indirect_operand()
256 if (buffer[bufcnt - 1] == 'a' && buffer[bufcnt] == 'r') in get_indirect_operand()
257 buffer[++bufcnt] = arnum + '0'; in get_indirect_operand()
258 if (buffer[bufcnt] == '(' in get_indirect_operand()
261 sprintf (&buffer[bufcnt + 1], "%u", disp); in get_indirect_operand()
262 bufcnt += strlen (&buffer[bufcnt + 1]); in get_indirect_operand()
265 buffer[bufcnt + 1] = '\0'; in get_indirect_operand()
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dtic30-dis.c251 int bufcnt; in get_indirect_operand() local
254 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++) in get_indirect_operand()
256 buffer[bufcnt] = current_ind->syntax[i]; in get_indirect_operand()
257 if (buffer[bufcnt - 1] == 'a' && buffer[bufcnt] == 'r') in get_indirect_operand()
258 buffer[++bufcnt] = arnum + '0'; in get_indirect_operand()
259 if (buffer[bufcnt] == '(' in get_indirect_operand()
262 sprintf (&buffer[bufcnt + 1], "%u", disp); in get_indirect_operand()
263 bufcnt += strlen (&buffer[bufcnt + 1]); in get_indirect_operand()
266 buffer[bufcnt + 1] = '\0'; in get_indirect_operand()
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Dtic30-dis.c251 int bufcnt; in get_indirect_operand() local
254 for (i = 0, bufcnt = 0; i < len; i++, bufcnt++) in get_indirect_operand()
256 buffer[bufcnt] = current_ind->syntax[i]; in get_indirect_operand()
257 if (buffer[bufcnt - 1] == 'a' && buffer[bufcnt] == 'r') in get_indirect_operand()
258 buffer[++bufcnt] = arnum + '0'; in get_indirect_operand()
259 if (buffer[bufcnt] == '(' in get_indirect_operand()
262 sprintf (&buffer[bufcnt + 1], "%u", disp); in get_indirect_operand()
263 bufcnt += strlen (&buffer[bufcnt + 1]); in get_indirect_operand()
266 buffer[bufcnt + 1] = '\0'; in get_indirect_operand()

12345678910>>...37