Searched defs:avail_out (Results 1 - 11 of 11) sorted by relevance

/external/bzip2/
H A Dbzlib.h56 unsigned int avail_out; member in struct:__anon740
/external/kernel-headers/original/linux/
H A Dzlib.h90 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
235 more output, and updating avail_in or avail_out accordingly; avail_out
238 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
239 and with zero avail_out, it must be called again after making room in the
255 If deflate returns with avail_out == 0, this function must be called again
257 avail_out), unti
[all...]
/external/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs37 public uint avail_out; field in struct:DotZLib.ZStream
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h88 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
265 more output, and updating avail_in or avail_out accordingly; avail_out
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
269 and with zero avail_out, it must be called again after making room in the
289 If deflate returns with avail_out == 0, this function must be called again
291 avail_out), unti
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h88 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
265 more output, and updating avail_in or avail_out accordingly; avail_out
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
269 and with zero avail_out, it must be called again after making room in the
289 If deflate returns with avail_out == 0, this function must be called again
291 avail_out), unti
[all...]
/external/zlib/
H A Dzlib.h91 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
269 output, and updating avail_in or avail_out accordingly; avail_out should
271 output when it wants, for example when the output buffer is full (avail_out
273 zero avail_out, it must be called again after making room in the output
313 If deflate returns with avail_out == 0, this function must be called again
315 avail_out), unti
[all...]
/external/valgrind/main/exp-ptrcheck/tests/
H A Dhackedbz2.c194 unsigned int avail_out; member in struct:__anon11198
4716 if (s->strm->avail_out == 0) break;
4724 s->strm->avail_out--;
4920 if (s->strm->avail_out == 0) return False;
4926 s->strm->avail_out--;
4975 unsigned int cs_avail_out = s->strm->avail_out;
5052 s->strm->avail_out = cs_avail_out;
5074 if (s->strm->avail_out == 0) return False;
5080 s->strm->avail_out--;
5123 if (s->strm->avail_out
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c187 unsigned int avail_out; member in struct:__anon11371
4708 if (s->strm->avail_out == 0) break;
4716 s->strm->avail_out--;
4911 if (s->strm->avail_out == 0) return False;
4917 s->strm->avail_out--;
4966 unsigned int cs_avail_out = s->strm->avail_out;
5043 s->strm->avail_out = cs_avail_out;
5065 if (s->strm->avail_out == 0) return False;
5071 s->strm->avail_out--;
5114 if (s->strm->avail_out
[all...]
H A Dvarinfo6.c225 unsigned int avail_out; member in struct:__anon11385
4745 if (s->strm->avail_out == 0) break;
4753 s->strm->avail_out--;
4949 if (s->strm->avail_out == 0) return False;
4955 s->strm->avail_out--;
5004 unsigned int cs_avail_out = s->strm->avail_out;
5081 s->strm->avail_out = cs_avail_out;
5103 if (s->strm->avail_out == 0) return False;
5109 s->strm->avail_out--;
5152 if (s->strm->avail_out
[all...]
/external/valgrind/main/perf/
H A Dbz2.c187 unsigned int avail_out; member in struct:__anon11467
4707 if (s->strm->avail_out == 0) break;
4715 s->strm->avail_out--;
4911 if (s->strm->avail_out == 0) return False;
4917 s->strm->avail_out--;
4966 unsigned int cs_avail_out = s->strm->avail_out;
5043 s->strm->avail_out = cs_avail_out;
5065 if (s->strm->avail_out == 0) return False;
5071 s->strm->avail_out--;
5114 if (s->strm->avail_out
[all...]
H A Dtest_input_for_tinycc.c927 unsigned int avail_out; member in struct:__anon11480
3799 if (s->strm->avail_out == 0) break;
3807 s->strm->avail_out--;
4003 if (s->strm->avail_out == 0) return ((Bool)0);
4009 s->strm->avail_out--;
4058 unsigned int cs_avail_out = s->strm->avail_out;
4135 s->strm->avail_out = cs_avail_out;
4157 if (s->strm->avail_out == 0) return ((Bool)0);
4163 s->strm->avail_out--;
4206 if (s->strm->avail_out
[all...]

Completed in 5164 milliseconds