HomeSort by relevance Sort by last modified time
    Searched defs:avail_in (Results 1 - 25 of 26) sorted by null

1 2

  /external/brotli/c/fuzz/
decode_fuzzer.cc 33 size_t avail_in = next_i - i; local
40 state, &avail_in, &next_in, &avail_out, &next_out, &total_out);
  /external/bsdiff/
brotli_compressor.cc 49 size_t avail_in = size; local
50 while (avail_in > 0) {
54 brotli_encoder_state_, BROTLI_OPERATION_PROCESS, &avail_in,
56 LOG(ERROR) << "BrotliCompressor failed to compress " << avail_in
74 size_t avail_in = 0; local
79 brotli_encoder_state_, BROTLI_OPERATION_FINISH, &avail_in, &next_in,
  /external/brotli/c/dec/
bit_reader.h 48 size_t avail_in; member in struct:__anon14399
55 size_t avail_in; member in struct:__anon14400
72 to->avail_in = from->avail_in;
80 to->avail_in = from->avail_in;
91 return br->avail_in + (BrotliGetAvailableBits(br) >> 3);
98 return TO_BROTLI_BOOL(br->avail_in >= num);
169 br->avail_in -= 7;
177 br->avail_in -= 6
    [all...]
  /external/bzip2/
bzlib.h 51 unsigned int avail_in; member in struct:__anon14447
  /external/freetype/src/gzip/
zlib.h 70 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
92 The application must update next_in and avail_in when avail_in has
207 - Compress more input starting at next_in and update next_in and avail_in
209 enough room in the output buffer), next_in and avail_in are updated and
220 more output, and updating avail_in or avail_out accordingly; avail_out
230 avail_in is zero after the call if enough output space has been provided
255 0.1% larger than avail_in plus 12 bytes. If deflate does not return
271 (for example avail_in or avail_out was zero).
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /development/ndk/platforms/android-14/include/
zlib.h 84 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
129 The application must update next_in and avail_in when avail_in has
252 - Compress more input starting at next_in and update next_in and avail_in
254 enough room in the output buffer), next_in and avail_in are updated and
265 more output, and updating avail_in or avail_out accordingly; avail_out
279 avail_in is zero after the call if enough output space has been provided
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exac
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 84 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
129 The application must update next_in and avail_in when avail_in has
252 - Compress more input starting at next_in and update next_in and avail_in
254 enough room in the output buffer), next_in and avail_in are updated and
265 more output, and updating avail_in or avail_out accordingly; avail_out
279 avail_in is zero after the call if enough output space has been provided
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
    [all...]
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 109 uint32_t avail_in; member in class:BMPDecompressor
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 88 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
134 The application must update next_in and avail_in when avail_in has dropped
260 - Compress more input starting at next_in and update next_in and avail_in
262 enough room in the output buffer), next_in and avail_in are updated and
273 output, and updating avail_in or avail_out accordingly; avail_out should
289 particular avail_in is zero after the call if enough output space has been
357 avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
393 Actual decompression will be done by inflate(). So next_in, and avail_in,
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in is large enough (th
    [all...]
  /external/python/cpython3/Modules/zlib/
zlib.h 88 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
134 The application must update next_in and avail_in when avail_in has dropped
260 - Compress more input starting at next_in and update next_in and avail_in
262 enough room in the output buffer), next_in and avail_in are updated and
273 output, and updating avail_in or avail_out accordingly; avail_out should
289 particular avail_in is zero after the call if enough output space has been
357 avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
393 Actual decompression will be done by inflate(). So next_in, and avail_in,
    [all...]
  /external/syslinux/com32/include/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
346 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
370 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
371 the caller. If next_in is not Z_NULL and avail_in is large enough (th
    [all...]
  /external/zlib/src/
zlib.h 88 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
134 The application must update next_in and avail_in when avail_in has dropped
260 - Compress more input starting at next_in and update next_in and avail_in
262 enough room in the output buffer), next_in and avail_in are updated and
273 output, and updating avail_in or avail_out accordingly; avail_out should
289 particular avail_in is zero after the call if enough output space has been
357 avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
393 Actual decompression will be done by inflate(). So next_in, and avail_in,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 more output, and updating avail_in or avail_out accordingly; avail_out
283 avail_in is zero after the call if enough output space has been provided
345 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
369 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
370 the caller. If next_in is not Z_NULL and avail_in is large enough (the exac
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in is large enough (th
    [all...]
  /external/libpng/
pngwutil.c 406 png_ptr->zstream.avail_in = 0;
522 png_ptr->zstream.avail_in = 0; /* Set below */
530 uInt avail_in = ZLIB_IO_MAX; local
532 if (avail_in > input_len)
533 avail_in = (uInt)input_len;
535 input_len -= avail_in;
537 png_ptr->zstream.avail_in = avail_in;
584 /* Claw back input data that was not consumed (because avail_in is
587 input_len += png_ptr->zstream.avail_in;
    [all...]
pngrutil.c 400 png_ptr->zstream.avail_in = 0;
456 if (png_ptr->zstream_start && png_ptr->zstream.avail_in > 0)
493 png_uint_32 avail_in = *input_size_ptr; local
505 /* avail_in and avail_out are set below from 'size' */
506 png_ptr->zstream.avail_in = 0;
521 /* The setting of 'avail_in' used to be outside the loop; by setting it
528 avail_in += png_ptr->zstream.avail_in; /* not consumed last time */
532 if (avail_in < avail)
533 avail = (uInt)avail_in; /* safe: < than ZLIB_IO_MAX *
4146 uInt avail_in; local
    [all...]
  /external/lz4/tests/
frametest.c 208 { size_t avail_in = cSize; local
210 LZ4F_errorCode_t const errorCode = LZ4F_getFrameInfo(dCtx, &frame_info, compressedBuffer, &avail_in);
    [all...]
  /external/pdfium/third_party/libpng16/
pngwutil.c 406 png_ptr->zstream.avail_in = 0;
522 png_ptr->zstream.avail_in = 0; /* Set below */
530 uInt avail_in = ZLIB_IO_MAX; local
532 if (avail_in > input_len)
533 avail_in = (uInt)input_len;
535 input_len -= avail_in;
537 png_ptr->zstream.avail_in = avail_in;
584 /* Claw back input data that was not consumed (because avail_in is
587 input_len += png_ptr->zstream.avail_in;
    [all...]
pngrutil.c 399 png_ptr->zstream.avail_in = 0;
448 if (png_ptr->zstream_start && png_ptr->zstream.avail_in > 0)
484 png_uint_32 avail_in = *input_size_ptr; local
496 /* avail_in and avail_out are set below from 'size' */
497 png_ptr->zstream.avail_in = 0;
512 /* The setting of 'avail_in' used to be outside the loop; by setting it
519 avail_in += png_ptr->zstream.avail_in; /* not consumed last time */
523 if (avail_in < avail)
524 avail = (uInt)avail_in; /* safe: < than ZLIB_IO_MAX *
4014 uInt avail_in; local
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 189 unsigned int avail_in; member in struct:__anon42647
595 /* remembers avail_in when flush/finish requested */
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 182 unsigned int avail_in; member in struct:__anon42945
588 /* remembers avail_in when flush/finish requested */
    [all...]
varinfo6.c 220 unsigned int avail_in; member in struct:__anon42961
626 /* remembers avail_in when flush/finish requested */
    [all...]
  /external/valgrind/perf/
bz2.c 182 unsigned int avail_in; member in struct:__anon43153
588 /* remembers avail_in when flush/finish requested */
    [all...]

Completed in 859 milliseconds

1 2