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

/external/bzip2/
H A Dbzlib.h56 unsigned int avail_out; member in struct:__anon502
/external/freetype/src/gzip/
H A Dzlib.h74 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
220 more output, and updating avail_in or avail_out accordingly; avail_out
223 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
224 and with zero avail_out, it must be called again after making room in the
240 If deflate returns with avail_out == 0, this function must be called again
242 avail_out), unti
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs37 public uint avail_out; field in struct:DotZLib.ZStream
/external/zlib/src/
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/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/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h156 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
198 to zero. It must update next_out and avail_out when avail_out has dropped
326 - Provide more output starting at next_out and update next_out and avail_out
334 output, and updating avail_in or avail_out accordingly; avail_out should
336 output when it wants, for example when the output buffer is full (avail_out
338 zero avail_out, it must be called again after making room in the output
378 If deflate returns with avail_out == 0, this function must be called again
380 avail_out), unti
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h160 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
338 output, and updating avail_in or avail_out accordingly; avail_out should
340 output when it wants, for example when the output buffer is full (avail_out
342 zero avail_out, it must be called again after making room in the output
382 If deflate returns with avail_out == 0, this function must be called again
384 avail_out), unti
[all...]
/external/libpng/
H A Dpngrutil.c424 png_ptr->zstream.avail_out = 0;
481 png_alloc_size_t avail_out = *output_size_ptr; local
494 /* avail_in and avail_out are set below from 'size' */
496 png_ptr->zstream.avail_out = 0;
528 avail_out += png_ptr->zstream.avail_out; /* not written last time */
542 if (avail_out < avail)
543 avail = (uInt)avail_out; /* safe: < ZLIB_IO_MAX */
545 png_ptr->zstream.avail_out = avail;
546 avail_out
3972 png_read_IDAT_data(png_structrp png_ptr, png_bytep output, png_alloc_size_t avail_out) argument
[all...]
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngrutil.c392 png_ptr->zstream.avail_out = 0;
449 png_alloc_size_t avail_out = *output_size_ptr; local
462 /* avail_in and avail_out are set below from 'size' */
464 png_ptr->zstream.avail_out = 0;
496 avail_out += png_ptr->zstream.avail_out; /* not written last time */
510 if (avail_out < avail)
511 avail = (uInt)avail_out; /* safe: < ZLIB_IO_MAX */
513 png_ptr->zstream.avail_out = avail;
514 avail_out
3932 png_read_IDAT_data(png_structrp png_ptr, png_bytep output, png_alloc_size_t avail_out) argument
[all...]
/external/valgrind/VEX/switchback/
H A Dtest_bzip2.c171 unsigned int avail_out; member in struct:__anon15783
4690 if (s->strm->avail_out == 0) break;
4698 s->strm->avail_out--;
4894 if (s->strm->avail_out == 0) return False;
4900 s->strm->avail_out--;
4949 unsigned int cs_avail_out = s->strm->avail_out;
5026 s->strm->avail_out = cs_avail_out;
5048 if (s->strm->avail_out == 0) return False;
5054 s->strm->avail_out--;
5097 if (s->strm->avail_out
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c194 unsigned int avail_out; member in struct:__anon16300
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/memcheck/tests/
H A Dorigin5-bz2.c187 unsigned int avail_out; member in struct:__anon16580
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:__anon16596
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/perf/
H A Dbz2.c187 unsigned int avail_out; member in struct:__anon16780
4705 if (s->strm->avail_out == 0) break;
4713 s->strm->avail_out--;
4909 if (s->strm->avail_out == 0) return False;
4915 s->strm->avail_out--;
4964 unsigned int cs_avail_out = s->strm->avail_out;
5041 s->strm->avail_out = cs_avail_out;
5063 if (s->strm->avail_out == 0) return False;
5069 s->strm->avail_out--;
5112 if (s->strm->avail_out
[all...]
H A Dtest_input_for_tinycc.c927 unsigned int avail_out; member in struct:__anon16793
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 492 milliseconds