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

/external/bzip2/
H A Dbzlib.h55 char *next_out; member in struct:__anon727
/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/syslinux/com32/include/
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
345 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
385 next_out and avail_out are unused and unchanged.) The current implementation
406 - Provide more output starting at next_out and update next_out and avail_out
436 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/third_party/zlib_v128/
H A Dzlib.h159 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
160 uInt avail_out; /* remaining free space at next_out */
202 to zero. It must update next_out and avail_out when avail_out has dropped
330 - Provide more output starting at next_out and update next_out and avail_out
415 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
455 next_out and avail_out are unused and unchanged.) The current implementation
476 - Provide more output starting at next_out and update next_out and avail_out
506 data from that block has been written to strm->next_out
[all...]
/external/libpng/
H A Dpngrutil.c400 png_ptr->zstream.next_out = NULL;
505 png_ptr->zstream.next_out = output;
540 png_ptr->zstream.next_out = local_buffer;
563 png_ptr->zstream.next_out = NULL;
767 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size,
775 png_ptr->zstream.next_out = next_out;
4003 png_ptr->zstream.next_out = output;
4064 png_ptr->zstream.next_out = tmpbuf;
4089 png_ptr->zstream.next_out
766 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/pdfium/third_party/libpng16/
H A Dpngrutil.c400 png_ptr->zstream.next_out = NULL;
504 png_ptr->zstream.next_out = output;
539 png_ptr->zstream.next_out = local_buffer;
562 png_ptr->zstream.next_out = NULL;
765 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size,
773 png_ptr->zstream.next_out = next_out;
4001 png_ptr->zstream.next_out = output;
4062 png_ptr->zstream.next_out = tmpbuf;
4087 png_ptr->zstream.next_out
764 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/skia/third_party/libpng/
H A Dpngrutil.c400 png_ptr->zstream.next_out = NULL;
504 png_ptr->zstream.next_out = output;
539 png_ptr->zstream.next_out = local_buffer;
562 png_ptr->zstream.next_out = NULL;
765 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size,
773 png_ptr->zstream.next_out = next_out;
4001 png_ptr->zstream.next_out = output;
4062 png_ptr->zstream.next_out = tmpbuf;
4087 png_ptr->zstream.next_out
764 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/VEX/switchback/
H A Dtest_bzip2.c170 char *next_out; member in struct:__anon22783
4696 *(s->strm->next_out) = s->zbits[s->state_out_pos];
4699 s->strm->next_out++;
4896 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
4899 s->strm->next_out++;
4948 char* cs_next_out = s->strm->next_out;
5025 s->strm->next_out = cs_next_out;
5050 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
5053 s->strm->next_out++;
5099 *( (UChar*)(s->strm->next_out) )
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c193 char *next_out; member in struct:__anon23315
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/memcheck/tests/
H A Dorigin5-bz2.c186 char *next_out; member in struct:__anon23603
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:__anon23619
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/perf/
H A Dbz2.c186 char *next_out; member in struct:__anon23803
4711 *(s->strm->next_out) = s->zbits[s->state_out_pos];
4714 s->strm->next_out++;
4911 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
4914 s->strm->next_out++;
4963 char* cs_next_out = s->strm->next_out;
5040 s->strm->next_out = cs_next_out;
5065 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
5068 s->strm->next_out++;
5114 *( (UChar*)(s->strm->next_out) )
[all...]
H A Dtest_input_for_tinycc.c926 char *next_out; member in struct:__anon23816
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 481 milliseconds