Searched refs:outcnt (Results 1 - 4 of 4) sorted by relevance

/external/zlib/src/contrib/puff/
H A Dpuff.c101 unsigned long outcnt; /* bytes written to out so far */ member in struct:state
184 if (s->outcnt + len > s->outlen)
187 s->out[s->outcnt++] = s->in[s->incnt++];
190 s->outcnt += len;
465 if (s->outcnt == s->outlen)
467 s->out[s->outcnt] = symbol;
469 s->outcnt++;
484 if (dist > s->outcnt)
490 if (s->outcnt + len > s->outlen)
493 s->out[s->outcnt]
[all...]
/external/zlib/src/examples/
H A Dgun.c216 unsigned outcnt; /* bytes in output buffer */ local
261 outcnt = 1;
280 if (outcnt && out(&outd, outbuf, outcnt)) {
349 while (stack > SIZE - outcnt) {
350 while (outcnt < SIZE)
351 outbuf[outcnt++] = match[--stack];
352 if (out(&outd, outbuf, outcnt)) {
356 outcnt = 0;
360 outbuf[outcnt
[all...]
/external/iproute2/include/linux/
H A Dxfrm.h321 __u32 outcnt; member in struct:xfrmu_spdinfo
/external/iproute2/ip/
H A Dxfrm_policy.c868 fprintf(fp," OUT %d", si->outcnt);

Completed in 114 milliseconds