HomeSort by relevance Sort by last modified time
    Searched refs:next_out (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /system/core/libzipfile/
zipfile.c 92 zstream.next_out = (Bytef*) out;
  /build/tools/zipalign/
ZipFile.cpp 774 zstream.next_out = outBuf;
843 LOGV("+++ writing %d bytes\n", (int) (zstream.next_out - outBuf));
844 if (fwrite(outBuf, 1, zstream.next_out - outBuf, dstFp) !=
845 (size_t)(zstream.next_out - outBuf))
848 (int) (zstream.next_out - outBuf));
852 zstream.next_out = outBuf;
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 774 zstream.next_out = outBuf;
843 LOGV("+++ writing %d bytes\n", (int) (zstream.next_out - outBuf));
844 if (fwrite(outBuf, 1, zstream.next_out - outBuf, dstFp) !=
845 (size_t)(zstream.next_out - outBuf))
848 (int) (zstream.next_out - outBuf));
852 zstream.next_out = outBuf;
    [all...]
  /external/zlib/contrib/minizip/
unzip.c     [all...]
zip.c     [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
78 * - Check next_in and next_out for Z_NULL on entry to inflate()
350 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
357 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
360 zmemcpy(state->window, strm->next_out - copy, copy);
405 put = strm->next_out; \
416 strm->next_out = put; \
545 strm->next_out, given the space available and the provided input--the effect
577 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL |
    [all...]
infback.c 121 put = strm->next_out; \
132 strm->next_out = put; \
zlib.h 87 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
88 uInt avail_out; /* remaining free space at next_out */
130 dropped to zero. It must update next_out and avail_out when avail_out
257 - Provide more output starting at next_out and update next_out and avail_out
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
359 avail_in may be modified, but next_out and avail_out are unchanged.)
378 - Provide more output starting at next_out and update next_out and avail_out
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /external/zlib/
inflate.c 26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
78 * - Check next_in and next_out for Z_NULL on entry to inflate()
385 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
392 zmemcpy(state->window + state->wnext, strm->next_out - copy, dist);
395 zmemcpy(state->window, strm->next_out - copy, copy);
440 put = strm->next_out; \
451 strm->next_out = put; \
580 strm->next_out, given the space available and the provided input--the effect
612 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL |
    [all...]
infback.c 121 put = strm->next_out; \
132 strm->next_out = put; \
  /external/qemu/
loader.c 442 s.next_out = dst;
449 dstbytes = s.next_out - (unsigned char *) dst;
  /external/zlib/contrib/inflate86/
inffas86.c 83 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */
84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */
112 ar.out = strm->next_out;
    [all...]
  /external/zlib/examples/
gzappend.c 305 strm->next_out = window + have;
423 strm->next_out = out;
  /external/qemu/block/
qcow.c 405 strm->next_out = out_buf;
412 out_len = strm->next_out - out_buf;
884 strm.next_out = out_buf;
892 out_len = strm.next_out - out_buf;
dmg.c 243 s->zstream.next_out = s->uncompressed_chunk;
  /external/zlib/contrib/pascal/
zlibpas.pas 32 next_out: PChar; (* next output byte should be put there *)
33 avail_out: Integer; (* remaining free space at next_out *)
  /external/libpng/
pngpread.c 337 png_ptr->zstream.next_out = png_ptr->row_buf;
864 png_ptr->zstream.next_out = png_ptr->row_buf;
896 if (png_ptr->zstream.next_out != png_ptr->row_buf)
    [all...]
  /external/dropbear/
packet.c 380 zstream->next_out = buf_getwriteptr(ret, zstream->avail_out);
582 ses.keys->trans_zstream->next_out =
  /development/ndk/platforms/android-3/include/
zlib.h 87 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
88 uInt avail_out; /* remaining free space at next_out */
130 dropped to zero. It must update next_out and avail_out when avail_out
257 - Provide more output starting at next_out and update next_out and avail_out
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
359 avail_in may be modified, but next_out and avail_out are unchanged.)
378 - Provide more output starting at next_out and update next_out and avail_out
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 87 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
88 uInt avail_out; /* remaining free space at next_out */
130 dropped to zero. It must update next_out and avail_out when avail_out
257 - Provide more output starting at next_out and update next_out and avail_out
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
359 avail_in may be modified, but next_out and avail_out are unchanged.)
378 - Provide more output starting at next_out and update next_out and avail_out
408 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 303 png_ptr->zstream.next_out = png_ptr->row_buf;
800 png_ptr->zstream.next_out = png_ptr->row_buf;
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 193 char *next_out; member in struct:__anon12676
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 186 char *next_out; member in struct:__anon12849
    [all...]
varinfo6.c 224 char *next_out; member in struct:__anon12863
    [all...]
  /external/valgrind/main/perf/
bz2.c 186 char *next_out; member in struct:__anon12945
    [all...]

Completed in 348 milliseconds

1 23 4 5