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

1 2

  /external/brotli/c/fuzz/
decode_fuzzer.cc 15 const uint8_t* next_in = data; local
40 state, &avail_in, &next_in, &avail_out, &next_out, &total_out);
  /external/bsdiff/
brotli_compressor.cc 48 const uint8_t* next_in = buf; local
55 &next_in, &avail_out, &next_out, nullptr)) {
73 const uint8_t* next_in = nullptr; local
79 brotli_encoder_state_, BROTLI_OPERATION_FINISH, &avail_in, &next_in,
  /external/syslinux/gpxe/src/crypto/
sha1extra.c 102 u8 *next_in = in; /* changed to `last' after first round */ local
115 hmac_update ( &sha1_algorithm, sha1_ctx, next_in, next_size );
122 next_in = last;
  /external/brotli/c/dec/
bit_reader.h 47 const uint8_t* next_in; /* the byte we're reading from */ member in struct:__anon14399
54 const uint8_t* next_in; member in struct:__anon14400
71 to->next_in = from->next_in;
79 to->next_in = from->next_in;
168 br->val_ |= BrotliLoad64LE(br->next_in) << 8;
170 br->next_in += 7;
176 br->val_ |= BrotliLoad64LE(br->next_in) << 16;
178 br->next_in += 6
    [all...]
decode.c 1883 const uint8_t* next_in = encoded_buffer; local
    [all...]
  /external/bzip2/
bzlib.h 50 char *next_in; member in struct:__anon14447
  /external/brotli/python/
_brotli.cc 97 const uint8_t* next_in = input; local
103 &available_in, &next_in,
402 const uint8_t* next_in = input; local
409 &available_in, &next_in,
640 const uint8_t* next_in; local
665 next_in = static_cast<uint8_t*>(input.buf);
669 result = BrotliDecoderDecompressStream(state, &available_in, &next_in,
  /external/freetype/src/gzip/
zlib.h 69 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
70 uInt avail_in; /* number of bytes available at next_in */
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
270 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
292 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
293 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
304 the zlib header if present: this will be done by inflate(). (So next_in an
    [all...]
  /development/ndk/platforms/android-14/include/
zlib.h 83 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
84 uInt avail_in; /* number of bytes available at next_in */
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
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
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
358 the zlib header if present: this will be done by inflate(). (So next_in an
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zlib.h 83 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
84 uInt avail_in; /* number of bytes available at next_in */
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
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
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
358 the zlib header if present: this will be done by inflate(). (So next_in and
    [all...]
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 84 uint8_t* next_in; member in class:BMPDecompressor
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zlib.h 86 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
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
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
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
385 will be done by inflate(). (So next_in and avail_in may be modified, but
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h 87 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
88 uInt avail_in; /* number of bytes available at next_in */
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
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
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,
410 - Decompress more input starting at next_in and update next_in and avail_i
    [all...]
  /external/python/cpython2/Modules/zlib/
zlib.h 86 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
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
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
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
385 will be done by inflate(). (So next_in and avail_in may be modified, bu
    [all...]
  /external/python/cpython3/Modules/zlib/
zlib.h 87 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
88 uInt avail_in; /* number of bytes available at next_in */
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
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
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,
410 - Decompress more input starting at next_in and update next_in and avail_i
    [all...]
  /external/syslinux/com32/include/
zlib.h 86 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
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
345 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
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 (the
384 will be done by inflate(). (So next_in and avail_in may be modified, bu
    [all...]
  /external/zlib/src/
zlib.h 87 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
88 uInt avail_in; /* number of bytes available at next_in */
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
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
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,
410 - Decompress more input starting at next_in and update next_in and avail_i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 86 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
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
344 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
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 exact
383 will be done by inflate(). (So next_in and avail_in may be modified, bu
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
zlib.h 86 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
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
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
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
385 will be done by inflate(). (So next_in and avail_in may be modified, bu
    [all...]
  /external/brotli/c/tools/
brotli.c 631 const uint8_t* next_in = NULL; local
657 next_in = context->input;
679 s, &available_in, &next_in, &available_out, &next_out, 0);
707 const uint8_t* next_in = NULL; local
715 next_in = context->input;
726 &available_in, &next_in, &available_out, &next_out, NULL)) {
  /external/brotli/c/enc/
encode.c 1374 const uint8_t* next_in = input_buffer; local
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 188 char *next_in; member in struct:__anon42647
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 181 char *next_in; member in struct:__anon42945
    [all...]
varinfo6.c 219 char *next_in; member in struct:__anon42961
    [all...]
  /external/valgrind/perf/
bz2.c 181 char *next_in; member in struct:__anon43153
    [all...]

Completed in 756 milliseconds

1 2