HomeSort by relevance Sort by last modified time
    Searched refs:outcnt (Results 1 - 13 of 13) sorted by null

  /external/zlib/src/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...]
  /toolchain/binutils/binutils-2.27/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...]
  /external/syslinux/memdisk/
unzip.c 41 static unsigned outcnt; /* bytes in output buffer */ variable
153 * Write the output window window[0..outcnt-1] and update crc and bytes_out.
162 if (bytes_out + outcnt > output_size)
167 for (n = 0; n < outcnt; n++) {
173 bytes_out += (ulg) outcnt;
174 outcnt = 0;
369 outcnt = 0;
inflate.c 149 #define wp outcnt
  /external/zlib/src/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...]
  /toolchain/binutils/binutils-2.27/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...]
  /bionic/libc/kernel/uapi/linux/
xfrm.h 291 __u32 outcnt; member in struct:xfrmu_spdinfo
  /external/iproute2/include/uapi/linux/
xfrm.h 346 __u32 outcnt; member in struct:xfrmu_spdinfo
  /external/kernel-headers/original/uapi/linux/
xfrm.h 346 __u32 outcnt; member in struct:xfrmu_spdinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
xfrm.h 333 __u32 outcnt; member in struct:xfrmu_spdinfo
  /external/iproute2/ip/
xfrm_policy.c 951 fprintf(fp, " OUT %d", si->outcnt);
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 180 milliseconds