HomeSort by relevance Sort by last modified time
    Searched defs:avail_out (Results 1 - 22 of 22) sorted by null

  /external/brotli/c/fuzz/
decode_fuzzer.cc 37 size_t avail_out = kBufferSize; local
40 state, &avail_in, &next_in, &avail_out, &next_out, &total_out);
  /external/bsdiff/
brotli_compressor.cc 51 size_t avail_out = kBufferSize; local
55 &next_in, &avail_out, &next_out, nullptr)) {
61 uint64_t output_bytes = comp_buffer_.buffer_size() - avail_out;
76 size_t avail_out = kBufferSize; local
80 &avail_out, &next_out, nullptr)) {
85 uint64_t output_bytes = comp_buffer_.buffer_size() - avail_out;
  /external/bzip2/
bzlib.h 56 unsigned int avail_out; member in struct:__anon14447
  /external/freetype/src/gzip/
zlib.h 74 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), until the flush is complete (deflate returns with non-zer
    [all...]
  /development/ndk/platforms/android-14/include/
zlib.h 88 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), until the flush is complete (deflate returns with non-zer
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 88 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), until the flush is complete (deflate returns with non-zero
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 91 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), until the flush is complete (deflate returns with non-zero
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
135 to zero. It must update next_out and avail_out when avail_out has dropped
265 - Generate more output starting at next_out and update next_out and avail_out
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 91 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), until the flush is complete (deflate returns with non-zer
    [all...]
  /external/python/cpython3/Modules/zlib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
135 to zero. It must update next_out and avail_out when avail_out has dropped
265 - Generate more output starting at next_out and update next_out and avail_out
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /external/syslinux/com32/include/
zlib.h 91 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), until the flush is complete (deflate returns with non-zer
    [all...]
  /external/zlib/src/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
135 to zero. It must update next_out and avail_out when avail_out has dropped
265 - Generate more output starting at next_out and update next_out and avail_out
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 91 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
133 dropped to zero. It must update next_out and avail_out when avail_out
261 - Provide more output starting at next_out and update next_out and avail_out
269 more output, and updating avail_in or avail_out accordingly; avail_out
272 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
273 and with zero avail_out, it must be called again after making room in the
312 If deflate returns with avail_out == 0, this function must be called again
314 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 91 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), until the flush is complete (deflate returns with non-zer
    [all...]
  /external/libpng/
pngrutil.c 402 png_ptr->zstream.avail_out = 0;
492 png_alloc_size_t avail_out = *output_size_ptr; local
505 /* avail_in and avail_out are set below from 'size' */
507 png_ptr->zstream.avail_out = 0;
539 avail_out += png_ptr->zstream.avail_out; /* not written last time */
553 if (avail_out < avail)
554 avail = (uInt)avail_out; /* safe: < ZLIB_IO_MAX */
556 png_ptr->zstream.avail_out = avail;
557 avail_out -= avail
    [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 401 png_ptr->zstream.avail_out = 0;
483 png_alloc_size_t avail_out = *output_size_ptr; local
496 /* avail_in and avail_out are set below from 'size' */
498 png_ptr->zstream.avail_out = 0;
530 avail_out += png_ptr->zstream.avail_out; /* not written last time */
544 if (avail_out < avail)
545 avail = (uInt)avail_out; /* safe: < ZLIB_IO_MAX */
547 png_ptr->zstream.avail_out = avail;
548 avail_out -= avail
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
write.c 1366 int avail_out; local
1500 int avail_out; local
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 194 unsigned int avail_out; member in struct:__anon42647
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 187 unsigned int avail_out; member in struct:__anon42945
    [all...]
varinfo6.c 225 unsigned int avail_out; member in struct:__anon42961
    [all...]
  /external/valgrind/perf/
bz2.c 187 unsigned int avail_out; member in struct:__anon43153
    [all...]
test_input_for_tinycc.c 927 unsigned int avail_out; member in struct:__anon43166
    [all...]

Completed in 1821 milliseconds