Home
last modified time | relevance | path

Searched defs:next_out (Results 1 – 18 of 18) sorted by relevance

/external/bsdiff/
Dbrotli_compressor.cc52 uint8_t* next_out = comp_buffer_.buffer_data(); in Write() local
77 uint8_t* next_out = comp_buffer_.buffer_data(); in Finish() local
Dbrotli_decompressor.cc33 auto next_out = output_data; in Read() local
/external/brotli/c/fuzz/
Ddecode_fuzzer.c43 uint8_t* next_out = buffer; in LLVMFuzzerTestOneInput() local
/external/brotli/research/
Dbrotli_decoder.c50 uint8_t* next_out; in main() local
/external/brotli/python/
D_brotli.cc99 uint8_t* next_out = NULL; in compress_stream() local
404 uint8_t* next_out = NULL; in decompress_stream() local
671 const uint8_t* next_out = BrotliDecoderTakeOutput(state, &available_out); in brotli_decompress() local
/external/bzip2/
Dbzlib.h55 char *next_out; member
/external/u-boot/include/
Dbzlib.h107 char *next_out; member
/external/freetype/src/gzip/
Dzlib.h73 Bytef *next_out; /* next output byte should be put there */ member
/external/brotli/c/enc/
Dencode.c1469 uint8_t* next_out = encoded_buffer; in BrotliEncoderCompress() local
1526 size_t* available_out, uint8_t** next_out, size_t* total_out) { in InjectFlushOrPushOutput()
1559 const uint8_t** next_in, size_t* available_out, uint8_t** next_out, in BrotliEncoderCompressStreamFast()
1675 size_t* available_out, uint8_t** next_out, size_t* total_out) { in ProcessMetadata()
1758 const uint8_t** next_in, size_t* available_out,uint8_t** next_out, in BrotliEncoderCompressStream()
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs36 public IntPtr next_out; field
/external/brotli/c/dec/
Ddecode.c1258 BrotliDecoderState* s, size_t* available_out, uint8_t** next_out, in WriteRingBuffer()
1346 size_t* available_out, uint8_t** next_out, size_t* total_out, in CopyUncompressedBlockToOutput()
1962 uint8_t* next_out = decoded_buffer; in BrotliDecoderDecompress() local
1989 size_t* available_out, uint8_t** next_out, size_t* total_out) { in BrotliDecoderDecompressStream()
/external/python/cpython2/Modules/zlib/
Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member
/external/zlib/src/
Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member
/external/zlib/
Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member
/external/u-boot/include/u-boot/
Dzlib.h424 Bytef *next_out; /* next output byte should be put there */ member
/external/brotli/c/tools/
Dbrotli.c123 uint8_t* next_out; member
/external/pdfium/third_party/libpng16/
Dpngrutil.c765 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, in png_inflate_read()
/external/libpng/
Dpngrutil.c775 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, in png_inflate_read()