HomeSort by: relevance | last modified time | path
    Searched defs:outcnt (Results 1 - 16 of 16) sorted by relevancy

  /src/common/dist/zlib/contrib/puff/
puff.c 102 unsigned long outcnt; /* bytes written to out so far */ member in struct:state
185 if (s->outcnt + len > s->outlen)
188 s->out[s->outcnt++] = s->in[s->incnt++];
191 s->outcnt += len;
466 if (s->outcnt == s->outlen)
468 s->out[s->outcnt] = symbol;
470 s->outcnt++;
485 if (dist > s->outcnt)
491 if (s->outcnt + len > s->outlen)
494 s->out[s->outcnt]
    [all...]
  /src/common/dist/zlib/examples/
gun.c 217 unsigned outcnt; /* bytes in output buffer */ local
262 outcnt = 1;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
350 while (stack > SIZE - outcnt) {
351 while (outcnt < SIZE)
352 outbuf[outcnt++] = match[--stack];
353 if (out(&outd, outbuf, outcnt)) {
357 outcnt = 0;
361 outbuf[outcnt++] = *--p
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/puff/
puff.c 102 unsigned long outcnt; /* bytes written to out so far */ member in struct:state
185 if (s->outcnt + len > s->outlen)
188 s->out[s->outcnt++] = s->in[s->incnt++];
191 s->outcnt += len;
466 if (s->outcnt == s->outlen)
468 s->out[s->outcnt] = symbol;
470 s->outcnt++;
485 if (dist > s->outcnt)
491 if (s->outcnt + len > s->outlen)
494 s->out[s->outcnt]
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
gun.c 217 unsigned outcnt; /* bytes in output buffer */ local
262 outcnt = 1;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
350 while (stack > SIZE - outcnt) {
351 while (outcnt < SIZE)
352 outbuf[outcnt++] = match[--stack];
353 if (out(&outd, outbuf, outcnt)) {
357 outcnt = 0;
361 outbuf[outcnt++] = *--p
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
puff.c 102 unsigned long outcnt; /* bytes written to out so far */ member in struct:state
185 if (s->outcnt + len > s->outlen)
188 s->out[s->outcnt++] = s->in[s->incnt++];
191 s->outcnt += len;
466 if (s->outcnt == s->outlen)
468 s->out[s->outcnt] = symbol;
470 s->outcnt++;
485 if (dist > s->outcnt)
491 if (s->outcnt + len > s->outlen)
494 s->out[s->outcnt]
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gun.c 217 unsigned outcnt; /* bytes in output buffer */ local
262 outcnt = 1;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
350 while (stack > SIZE - outcnt) {
351 while (outcnt < SIZE)
352 outbuf[outcnt++] = match[--stack];
353 if (out(&outd, outbuf, outcnt)) {
357 outcnt = 0;
361 outbuf[outcnt++] = *--p
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/puff/
puff.c 102 unsigned long outcnt; /* bytes written to out so far */ member in struct:state
185 if (s->outcnt + len > s->outlen)
188 s->out[s->outcnt++] = s->in[s->incnt++];
191 s->outcnt += len;
466 if (s->outcnt == s->outlen)
468 s->out[s->outcnt] = symbol;
470 s->outcnt++;
485 if (dist > s->outcnt)
491 if (s->outcnt + len > s->outlen)
494 s->out[s->outcnt]
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
gun.c 217 unsigned outcnt; /* bytes in output buffer */ local
262 outcnt = 1;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
350 while (stack > SIZE - outcnt) {
351 while (outcnt < SIZE)
352 outbuf[outcnt++] = match[--stack];
353 if (out(&outd, outbuf, outcnt)) {
357 outcnt = 0;
361 outbuf[outcnt++] = *--p
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/puff/
puff.c 102 unsigned long outcnt; /* bytes written to out so far */ member in struct:state
185 if (s->outcnt + len > s->outlen)
188 s->out[s->outcnt++] = s->in[s->incnt++];
191 s->outcnt += len;
466 if (s->outcnt == s->outlen)
468 s->out[s->outcnt] = symbol;
470 s->outcnt++;
485 if (dist > s->outcnt)
491 if (s->outcnt + len > s->outlen)
494 s->out[s->outcnt]
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gun.c 217 unsigned outcnt; /* bytes in output buffer */ local
262 outcnt = 1;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
350 while (stack > SIZE - outcnt) {
351 while (outcnt < SIZE)
352 outbuf[outcnt++] = match[--stack];
353 if (out(&outd, outbuf, outcnt)) {
357 outcnt = 0;
361 outbuf[outcnt++] = *--p
    [all...]
  /src/external/bsd/ipf/dist/tools/
ipfcomp.c 302 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);
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_vq.c 323 int outcnt = 0, incnt = 0; variable
331 sgs[outcnt + incnt] = &vcmd;
332 outcnt++;
335 sgs[outcnt + incnt] = vout;
336 outcnt++;
341 sgs[outcnt + incnt] = &vresp;
346 ret = virtqueue_add_sgs(vq, sgs, outcnt, incnt, vbuf, GFP_ATOMIC);
349 wait_event(vgdev->ctrlq.ack_queue, vq->num_free >= outcnt + incnt);
370 int outcnt = 0; local
375 &outcnt);
453 int outcnt; local
    [all...]
  /src/external/gpl2/gmake/dist/w32/subproc/
sub_proc.c 40 volatile DWORD outcnt; member in struct:sub_process_t
235 return (((sub_process *)proc)->outcnt);
614 pproc->outcnt = 0;
624 if (pproc->outcnt + nread > bufsize) {
628 pproc->outcnt = 0;
632 pproc->outp[pproc->outcnt++] = c;
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 5031 int error, outcnt, i; local
5062 outcnt = NFSM_RNDUP(layoutupdatecnt);
5063 NFSM_BUILD(cp, uint8_t *, outcnt);
5066 for (i = 0; i < (outcnt - layoutupdatecnt); i++)
5090 int error, outcnt, i; local
5116 outcnt = NFSM_RNDUP(layoutcnt);
5117 NFSM_BUILD(cp, uint8_t *, outcnt);
5120 for (i = 0; i < (outcnt - layoutcnt); i++)
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 768 int cnt, i, outcnt; local
778 outcnt = NFSATTRBIT_MAXWORDS;
780 outcnt = cnt;
782 if (outcnt > 0) {
783 NFSM_DISSECT(tl, u_int32_t *, outcnt * NFSX_UNSIGNED);
784 for (i = 0; i < outcnt; i++)
787 for (i = 0; i < (cnt - outcnt); i++) {
  /src/external/zlib/pigz/dist/
pigz.c 3085 unsigned outcnt; /* bytes in output buffer */ local
3120 outcnt = 1;
3140 g.out_tot += outcnt;
3141 if (outcnt && g.decode == 1)
3142 writen(g.outd, out_buf, outcnt);
3207 while (stack > OUTSIZE - outcnt) {
3208 while (outcnt < OUTSIZE)
3209 out_buf[outcnt++] = match[--stack];
3210 g.out_tot += outcnt;
3212 writen(g.outd, out_buf, outcnt);
    [all...]

Completed in 100 milliseconds