Home
last modified time | relevance | path

Searched refs:outcnt (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
H A Dpuff.c102 unsigned long outcnt; /* bytes written to out so far */ member
185 if (s->outcnt + len > s->outlen) in stored()
188 s->out[s->outcnt++] = s->in[s->incnt++]; in stored()
191 s->outcnt += len; in stored()
466 if (s->outcnt == s->outlen) in codes()
468 s->out[s->outcnt] = symbol; in codes()
470 s->outcnt++; in codes()
485 if (dist > s->outcnt) in codes()
491 if (s->outcnt + len > s->outlen) in codes()
494 s->out[s->outcnt] = in codes()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
H A Dpuff.c102 unsigned long outcnt; /* bytes written to out so far */ member
185 if (s->outcnt + len > s->outlen) in stored()
188 s->out[s->outcnt++] = s->in[s->incnt++]; in stored()
191 s->outcnt += len; in stored()
466 if (s->outcnt == s->outlen) in codes()
468 s->out[s->outcnt] = symbol; in codes()
470 s->outcnt++; in codes()
485 if (dist > s->outcnt) in codes()
491 if (s->outcnt + len > s->outlen) in codes()
494 s->out[s->outcnt] = in codes()
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/puff/
H A Dpuff.c102 unsigned long outcnt; /* bytes written to out so far */ member
185 if (s->outcnt + len > s->outlen) in stored()
188 s->out[s->outcnt++] = s->in[s->incnt++]; in stored()
191 s->outcnt += len; in stored()
466 if (s->outcnt == s->outlen) in codes()
468 s->out[s->outcnt] = symbol; in codes()
470 s->outcnt++; in codes()
485 if (dist > s->outcnt) in codes()
491 if (s->outcnt + len > s->outlen) in codes()
494 s->out[s->outcnt] = in codes()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/puff/
H A Dpuff.c102 unsigned long outcnt; /* bytes written to out so far */ member
185 if (s->outcnt + len > s->outlen) in stored()
188 s->out[s->outcnt++] = s->in[s->incnt++]; in stored()
191 s->outcnt += len; in stored()
466 if (s->outcnt == s->outlen) in codes()
468 s->out[s->outcnt] = symbol; in codes()
470 s->outcnt++; in codes()
485 if (dist > s->outcnt) in codes()
491 if (s->outcnt + len > s->outlen) in codes()
494 s->out[s->outcnt] = in codes()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Dgun.c217 unsigned outcnt; /* bytes in output buffer */ in lunpipe() local
262 outcnt = 1; in lunpipe()
281 if (outcnt && out(&outd, outbuf, outcnt)) { in lunpipe()
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
352 outbuf[outcnt++] = match[--stack]; in lunpipe()
353 if (out(&outd, outbuf, outcnt)) { in lunpipe()
357 outcnt = 0; in lunpipe()
361 outbuf[outcnt++] = *--p; in lunpipe()
/netbsd-src/common/dist/zlib/examples/
H A Dgun.c217 unsigned outcnt; /* bytes in output buffer */ in lunpipe() local
262 outcnt = 1; in lunpipe()
281 if (outcnt && out(&outd, outbuf, outcnt)) { in lunpipe()
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
352 outbuf[outcnt++] = match[--stack]; in lunpipe()
353 if (out(&outd, outbuf, outcnt)) { in lunpipe()
357 outcnt = 0; in lunpipe()
361 outbuf[outcnt++] = *--p; in lunpipe()
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dgun.c217 unsigned outcnt; /* bytes in output buffer */ in lunpipe() local
262 outcnt = 1; in lunpipe()
281 if (outcnt && out(&outd, outbuf, outcnt)) { in lunpipe()
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
352 outbuf[outcnt++] = match[--stack]; in lunpipe()
353 if (out(&outd, outbuf, outcnt)) { in lunpipe()
357 outcnt = 0; in lunpipe()
361 outbuf[outcnt++] = *--p; in lunpipe()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgun.c217 unsigned outcnt; /* bytes in output buffer */ in lunpipe() local
262 outcnt = 1; in lunpipe()
281 if (outcnt && out(&outd, outbuf, outcnt)) { in lunpipe()
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
352 outbuf[outcnt++] = match[--stack]; in lunpipe()
353 if (out(&outd, outbuf, outcnt)) { in lunpipe()
357 outcnt = 0; in lunpipe()
361 outbuf[outcnt++] = *--p; in lunpipe()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgun.c217 unsigned outcnt; /* bytes in output buffer */ in lunpipe() local
262 outcnt = 1; in lunpipe()
281 if (outcnt && out(&outd, outbuf, outcnt)) { in lunpipe()
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
352 outbuf[outcnt++] = match[--stack]; in lunpipe()
353 if (out(&outd, outbuf, outcnt)) { in lunpipe()
357 outcnt = 0; in lunpipe()
361 outbuf[outcnt++] = *--p; in lunpipe()
/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_vq.c323 int outcnt = 0, incnt = 0; in virtio_gpu_queue_ctrl_buffer_locked() local
331 sgs[outcnt + incnt] = &vcmd; in virtio_gpu_queue_ctrl_buffer_locked()
332 outcnt++; in virtio_gpu_queue_ctrl_buffer_locked()
335 sgs[outcnt + incnt] = vout; in virtio_gpu_queue_ctrl_buffer_locked()
336 outcnt++; in virtio_gpu_queue_ctrl_buffer_locked()
341 sgs[outcnt + incnt] = &vresp; in virtio_gpu_queue_ctrl_buffer_locked()
346 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC); in virtio_gpu_queue_ctrl_buffer_locked()
349 wait_event(vgdev->ctrlq.ack_queue, vq->num_free >= outcnt + incnt); in virtio_gpu_queue_ctrl_buffer_locked()
370 int outcnt = 0; in virtio_gpu_queue_fenced_ctrl_buffer() local
375 &outcnt); in virtio_gpu_queue_fenced_ctrl_buffer()
[all …]
/netbsd-src/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c40 volatile DWORD outcnt; member
614 pproc->outcnt = 0; in proc_stdout_thread()
624 if (pproc->outcnt + nread > bufsize) { in proc_stdout_thread()
628 pproc->outcnt = 0; in proc_stdout_thread()
632 pproc->outp[pproc->outcnt++] = c; in proc_stdout_thread()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfcomp.c302 u_int incnt, outcnt; local
318 for (outcnt = 0, f = g->fg_start; f != NULL;
320 outcnt++;
321 emitGroup(num, dir, v, fr, g->fg_name, 0, outcnt);
335 for (outcnt = 0, f = g->fg_start; f != NULL;
337 outcnt++;
338 if (outcnt > 0)
339 emitheader(g, 0, outcnt);
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c3085 unsigned outcnt; /* bytes in output buffer */ in unlzw() local
3120 outcnt = 1; in unlzw()
3140 g.out_tot += outcnt; in unlzw()
3141 if (outcnt && g.decode == 1) in unlzw()
3142 writen(g.outd, out_buf, outcnt); in unlzw()
3207 while (stack > OUTSIZE - outcnt) { in unlzw()
3208 while (outcnt < OUTSIZE) in unlzw()
3209 out_buf[outcnt++] = match[--stack]; in unlzw()
3210 g.out_tot += outcnt; in unlzw()
3212 writen(g.outd, out_buf, outcnt); in unlzw()
[all …]
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_commonsubs.c768 int cnt, i, outcnt; in nfsrv_getattrbits() local
778 outcnt = NFSATTRBIT_MAXWORDS; in nfsrv_getattrbits()
780 outcnt = cnt; in nfsrv_getattrbits()
782 if (outcnt > 0) { in nfsrv_getattrbits()
783 NFSM_DISSECT(tl, u_int32_t *, outcnt * NFSX_UNSIGNED); in nfsrv_getattrbits()
784 for (i = 0; i < outcnt; i++) in nfsrv_getattrbits()
787 for (i = 0; i < (cnt - outcnt); i++) { in nfsrv_getattrbits()
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clrpcops.c5031 int error, outcnt, i; in nfsrpc_layoutcommit() local
5062 outcnt = NFSM_RNDUP(layoutupdatecnt); in nfsrpc_layoutcommit()
5063 NFSM_BUILD(cp, uint8_t *, outcnt); in nfsrpc_layoutcommit()
5066 for (i = 0; i < (outcnt - layoutupdatecnt); i++) in nfsrpc_layoutcommit()
5090 int error, outcnt, i; in nfsrpc_layoutreturn() local
5116 outcnt = NFSM_RNDUP(layoutcnt); in nfsrpc_layoutreturn()
5117 NFSM_BUILD(cp, uint8_t *, outcnt); in nfsrpc_layoutreturn()
5120 for (i = 0; i < (outcnt - layoutcnt); i++) in nfsrpc_layoutreturn()
/netbsd-src/external/gpl2/gmake/dist/
H A DChangeLog254 (process_{outbuf,errbuf,outcnt,errcnt,pipes}): Unused and don't