Searched defs:next_in (Results 1 – 17 of 17) sorted by relevance
/external/bsdiff/ |
D | brotli_compressor.cc | 48 const uint8_t* next_in = buf; in Write() local 73 const uint8_t* next_in = nullptr; in Finish() local
|
/external/brotli/c/fuzz/ |
D | decode_fuzzer.c | 16 const uint8_t* next_in = data; in LLVMFuzzerTestOneInput() local
|
/external/brotli/research/ |
D | brotli_decoder.c | 48 const uint8_t* next_in; in main() local
|
/external/brotli/c/dec/ |
D | bit_reader.h | 47 const uint8_t* next_in; /* the byte we're reading from */ member 54 const uint8_t* next_in; member
|
D | decode.c | 1960 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.cc | 97 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/ |
D | bzlib.h | 50 char *next_in; member
|
/external/u-boot/include/ |
D | bzlib.h | 102 char *next_in; member
|
/external/freetype/src/gzip/ |
D | zlib.h | 69 Bytef *next_in; /* next input byte */ member
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 32 public IntPtr next_in; field
|
/external/brotli/c/enc/ |
D | encode.c | 1467 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/ |
D | fx_bmp.h | 84 uint8_t* next_in; variable
|
/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ member
|
/external/zlib/src/ |
D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ member
|
/external/zlib/ |
D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ member
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 421 Bytef *next_in; /* next input byte */ member
|
/external/brotli/c/tools/ |
D | brotli.c | 121 const uint8_t* next_in; member
|