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

/external/bzip2/
H A Dbzlib.h55 char *next_out; member in struct:__anon1598
/external/kernel-headers/original/linux/
H A Dzlib.h89 Byte *next_out; /* next output byte should be put there */ member in struct:z_stream_s
90 uInt avail_out; /* remaining free space at next_out */
107 dropped to zero. It must update next_out and avail_out when avail_out
227 - Provide more output starting at next_out and update next_out and avail_out
285 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
328 avail_in may be modified, but next_out and avail_out are unchanged.)
347 - Provide more output starting at next_out and update next_out and avail_out
377 uncompressed data from that block has been written to strm->next_out
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs36 public IntPtr next_out; field in struct:DotZLib.ZStream
/external/chromium/sdch/open-vcdiff/src/
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/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/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/qemu/distrib/zlib-1.2.3/
H A Dgzio.c115 s->stream.next_out = s->outbuf = Z_NULL;
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
246 s->stream.next_out = s->outbuf;
401 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */ local
408 next_out = (Byte*)buf;
409 s->stream.next_out = (Bytef*)buf;
413 *next_out++ = s->back;
414 s->stream.next_out++;
432 zmemcpy(s->stream.next_out,
[all...]
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/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/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c170 char *next_out; member in struct:__anon27963
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:__anon28430
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:__anon28636
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:__anon28652
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:__anon28795
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:__anon28808
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 396 milliseconds