Searched defs:next_out (Results 1 - 17 of 17) sorted by relevance

/external/bzip2/
H A Dbzlib.h55 char *next_out; member in struct:__anon1744
/external/freetype/src/gzip/
H A Dzlib.h73 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
74 uInt avail_out; /* remaining free space at next_out */
93 dropped to zero. It must update next_out and avail_out when avail_out
212 - Provide more output starting at next_out and update next_out and avail_out
270 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
305 avail_in may be modified, but next_out and avail_out are unchanged.)
324 - Provide more output starting at next_out and update next_out and avail_out
370 (for example if next_in or next_out wa
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs36 public IntPtr next_out; field in struct:DotZLib.ZStream
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h87 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
[all...]
/external/chromium_org/third_party/zlib/
H A Dzlib.h90 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
91 uInt avail_out; /* remaining free space at next_out */
134 to zero. It must update next_out and avail_out when avail_out has dropped
266 - Provide more output starting at next_out and update next_out and avail_out
350 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
390 next_out and avail_out are unused and unchanged.) The current implementation
411 - Provide more output starting at next_out and update next_out and avail_out
441 data from that block has been written to strm->next_out
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h90 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
91 uInt avail_out; /* remaining free space at next_out */
133 to zero. It must update next_out and avail_out when avail_out has dropped
261 - Provide more output starting at next_out and update next_out and avail_out
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
386 next_out and avail_out are unused and unchanged.) The current implementation
407 - Provide more output starting at next_out and update next_out and avail_out
437 data from that block has been written to strm->next_out
[all...]
/external/zlib/src/
H A Dzlib.h90 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
91 uInt avail_out; /* remaining free space at next_out */
133 to zero. It must update next_out and avail_out when avail_out has dropped
261 - Provide more output starting at next_out and update next_out and avail_out
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
386 next_out and avail_out are unused and unchanged.) The current implementation
407 - Provide more output starting at next_out and update next_out and avail_out
437 data from that block has been written to strm->next_out
[all...]
/external/zlib/
H A Dzlib.h90 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
91 uInt avail_out; /* remaining free space at next_out */
133 to zero. It must update next_out and avail_out when avail_out has dropped
261 - Provide more output starting at next_out and update next_out and avail_out
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
386 next_out and avail_out are unused and unchanged.) The current implementation
407 - Provide more output starting at next_out and update next_out and avail_out
437 data from that block has been written to strm->next_out
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h150 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
151 uInt avail_out; /* remaining free space at next_out */
193 to zero. It must update next_out and avail_out when avail_out has dropped
321 - Provide more output starting at next_out and update next_out and avail_out
406 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
446 next_out and avail_out are unused and unchanged.) The current implementation
467 - Provide more output starting at next_out and update next_out and avail_out
497 data from that block has been written to strm->next_out
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h154 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
155 uInt avail_out; /* remaining free space at next_out */
197 to zero. It must update next_out and avail_out when avail_out has dropped
325 - Provide more output starting at next_out and update next_out and avail_out
410 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
450 next_out and avail_out are unused and unchanged.) The current implementation
471 - Provide more output starting at next_out and update next_out and avail_out
501 data from that block has been written to strm->next_out
[all...]
/external/libpng/
H A Dpngrutil.c416 png_ptr->zstream.next_out = NULL;
495 png_ptr->zstream.next_out = output;
530 png_ptr->zstream.next_out = local_buffer;
553 png_ptr->zstream.next_out = NULL;
756 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size,
764 png_ptr->zstream.next_out = next_out;
3969 png_ptr->zstream.next_out = output;
4036 png_ptr->zstream.next_out = tmpbuf;
4061 png_ptr->zstream.next_out
755 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size, png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, int finish) argument
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c170 char *next_out; member in struct:__anon32326
4698 *(s->strm->next_out) = s->zbits[s->state_out_pos];
4701 s->strm->next_out++;
4898 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
4901 s->strm->next_out++;
4950 char* cs_next_out = s->strm->next_out;
5027 s->strm->next_out = cs_next_out;
5052 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
5055 s->strm->next_out++;
5101 *( (UChar*)(s->strm->next_out) )
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c193 char *next_out; member in struct:__anon32816
4722 *(s->strm->next_out) = s->zbits[s->state_out_pos];
4725 s->strm->next_out++;
4922 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
4925 s->strm->next_out++;
4974 char* cs_next_out = s->strm->next_out;
5051 s->strm->next_out = cs_next_out;
5076 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
5079 s->strm->next_out++;
5125 *( (UChar*)(s->strm->next_out) )
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c186 char *next_out; member in struct:__anon33058
4714 *(s->strm->next_out) = s->zbits[s->state_out_pos];
4717 s->strm->next_out++;
4913 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
4916 s->strm->next_out++;
4965 char* cs_next_out = s->strm->next_out;
5042 s->strm->next_out = cs_next_out;
5067 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
5070 s->strm->next_out++;
5116 *( (UChar*)(s->strm->next_out) )
[all...]
H A Dvarinfo6.c224 char *next_out; member in struct:__anon33074
4751 *(s->strm->next_out) = s->zbits[s->state_out_pos];
4754 s->strm->next_out++;
4951 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
4954 s->strm->next_out++;
5003 char* cs_next_out = s->strm->next_out;
5080 s->strm->next_out = cs_next_out;
5105 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
5108 s->strm->next_out++;
5154 *( (UChar*)(s->strm->next_out) )
[all...]
/external/valgrind/main/perf/
H A Dbz2.c186 char *next_out; member in struct:__anon33255
4713 *(s->strm->next_out) = s->zbits[s->state_out_pos];
4716 s->strm->next_out++;
4913 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
4916 s->strm->next_out++;
4965 char* cs_next_out = s->strm->next_out;
5042 s->strm->next_out = cs_next_out;
5067 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
5070 s->strm->next_out++;
5116 *( (UChar*)(s->strm->next_out) )
[all...]
H A Dtest_input_for_tinycc.c926 char *next_out; member in struct:__anon33268
3805 *(s->strm->next_out) = s->zbits[s->state_out_pos];
3808 s->strm->next_out++;
4005 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
4008 s->strm->next_out++;
4057 char* cs_next_out = s->strm->next_out;
4134 s->strm->next_out = cs_next_out;
4159 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
4162 s->strm->next_out++;
4208 *( (UChar*)(s->strm->next_out) )
[all...]

Completed in 1611 milliseconds