Home
last modified time | relevance | path

Searched defs:next_in (Results 1 – 17 of 17) sorted by relevance

/external/bsdiff/
Dbrotli_compressor.cc48 const uint8_t* next_in = buf; in Write() local
73 const uint8_t* next_in = nullptr; in Finish() local
/external/brotli/c/fuzz/
Ddecode_fuzzer.c16 const uint8_t* next_in = data; in LLVMFuzzerTestOneInput() local
/external/brotli/research/
Dbrotli_decoder.c48 const uint8_t* next_in; in main() local
/external/brotli/c/dec/
Dbit_reader.h47 const uint8_t* next_in; /* the byte we're reading from */ member
54 const uint8_t* next_in; member
Ddecode.c1960 const uint8_t* next_in = encoded_buffer; in BrotliDecoderDecompress() local
1988 BrotliDecoderState* s, size_t* available_in, const uint8_t** next_in, in BrotliDecoderDecompressStream()
/external/brotli/python/
D_brotli.cc97 const uint8_t* next_in = input; in compress_stream() local
402 const uint8_t* next_in = input; in decompress_stream() local
640 const uint8_t* next_in; in brotli_decompress() local
/external/bzip2/
Dbzlib.h50 char *next_in; member
/external/u-boot/include/
Dbzlib.h102 char *next_in; member
/external/freetype/src/gzip/
Dzlib.h69 Bytef *next_in; /* next input byte */ member
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs32 public IntPtr next_in; field
/external/brotli/c/enc/
Dencode.c1467 const uint8_t* next_in = input_buffer; in BrotliEncoderCompress() local
1559 const uint8_t** next_in, size_t* available_out, uint8_t** next_out, in BrotliEncoderCompressStreamFast()
1674 BrotliEncoderState* s, size_t* available_in, const uint8_t** next_in, in ProcessMetadata()
1758 const uint8_t** next_in, size_t* available_out,uint8_t** next_out, in BrotliEncoderCompressStream()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h84 uint8_t* next_in; variable
/external/python/cpython2/Modules/zlib/
Dzlib.h87 z_const Bytef *next_in; /* next input byte */ member
/external/zlib/src/
Dzlib.h87 z_const Bytef *next_in; /* next input byte */ member
/external/zlib/
Dzlib.h87 z_const Bytef *next_in; /* next input byte */ member
/external/u-boot/include/u-boot/
Dzlib.h421 Bytef *next_in; /* next input byte */ member
/external/brotli/c/tools/
Dbrotli.c121 const uint8_t* next_in; member