Home
last modified time | relevance | path

Searched defs:next_out (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/brotli/c/fuzz/
H A Ddecode_fuzzer.c43 uint8_t* next_out = buffer; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotli_decoder.c51 uint8_t* next_out; in main() local
/third_party/python/Include/internal/
H A Dpycore_blocks_output_buffer.h102 _BlocksOutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, const Py_ssize_t max_length, void **next_out) _BlocksOutputBuffer_InitAndGrow() argument
150 _BlocksOutputBuffer_InitWithSize(_BlocksOutputBuffer *buffer, const Py_ssize_t init_size, void **next_out) _BlocksOutputBuffer_InitWithSize() argument
188 _BlocksOutputBuffer_Grow(_BlocksOutputBuffer *buffer, void **next_out, const Py_ssize_t avail_out) _BlocksOutputBuffer_Grow() argument
/kernel/linux/linux-5.10/include/linux/
H A Dzlib.h89 Byte *next_out; /* next output byte should be put there */ member
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dzlib.h89 Byte *next_out; /* next output byte should be put there */ member
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibjxlenc.c257 uint8_t *next_out = ctx->buffer; in libjxl_encode_frame() local
/third_party/elfutils/libdwfl/
H A Dgzip.c238 void *next_out = NULL; in unzip() local
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzlib.h73 Bytef *next_out; /* next output byte should be put there */ member
[all...]
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs36 public IntPtr next_out; field
/third_party/skia/third_party/externals/brotli/python/
H A 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
/third_party/node/deps/zlib/
H A Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h90 Bytef *next_out; /* next output byte should be put there */ member
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member
[all...]
/third_party/python/Modules/
H A D_bz2module.c21 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, char **next_out, uint32_t *avail_out) OutputBuffer_InitAndGrow() argument
35 OutputBuffer_Grow(_BlocksOutputBuffer *buffer, char **next_out, uint32_t *avail_out) OutputBuffer_Grow() argument
H A D_lzmamodule.c28 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, uint8_t **next_out, size_t *avail_out) OutputBuffer_InitAndGrow() argument
42 OutputBuffer_Grow(_BlocksOutputBuffer *buffer, uint8_t **next_out, size_t *avail_out) OutputBuffer_Grow() argument
H A Dzlibmodule.c22 OutputBuffer_InitAndGrow(_BlocksOutputBuffer *buffer, Py_ssize_t max_length, Bytef **next_out, uint32_t *avail_out) OutputBuffer_InitAndGrow() argument
36 OutputBuffer_Grow(_BlocksOutputBuffer *buffer, Bytef **next_out, uint32_t *avail_out) OutputBuffer_Grow() argument
90 OutputBuffer_WindowInitWithSize(_BlocksOutputBuffer *buffer, _Uint32Window *window, Py_ssize_t init_size, Bytef **next_out, uint32_t *avail_out) OutputBuffer_WindowInitWithSize() argument
113 OutputBuffer_WindowGrow(_BlocksOutputBuffer *buffer, _Uint32Window *window, Bytef **next_out, uint32_t *avail_out) OutputBuffer_WindowGrow() argument
[all...]
/third_party/zlib/
H A Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member
[all...]
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c128 uint8_t* next_out; member
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c2044 uint8_t* next_out in BrotliDecoderDecompress() local
1267 WriteRingBuffer( BrotliDecoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out, BROTLI_BOOL force) WriteRingBuffer() argument
1355 CopyUncompressedBlockToOutput( size_t* available_out, uint8_t** next_out, size_t* total_out, BrotliDecoderState* s) CopyUncompressedBlockToOutput() argument
2069 BrotliDecoderDecompressStream( BrotliDecoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) BrotliDecoderDecompressStream() argument
[all...]
/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c569 void *next_out = s_outbuf; in get_file_data() local
/third_party/skia/third_party/externals/libpng/
H A Dpngrutil.c773 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size, png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, int finish) png_inflate_read() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c2044 uint8_t* next_out in BrotliDecoderDecompress() local
1267 WriteRingBuffer( BrotliDecoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out, BROTLI_BOOL force) WriteRingBuffer() argument
1355 CopyUncompressedBlockToOutput( size_t* available_out, uint8_t** next_out, size_t* total_out, BrotliDecoderState* s) CopyUncompressedBlockToOutput() argument
2069 BrotliDecoderDecompressStream( BrotliDecoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) BrotliDecoderDecompressStream() argument
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dencode.c1509 uint8_t* next_out = encoded_buffer; in BrotliEncoderCompress() local
1565 InjectFlushOrPushOutput(BrotliEncoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out) InjectFlushOrPushOutput() argument
1597 BrotliEncoderCompressStreamFast( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) BrotliEncoderCompressStreamFast() argument
1721 ProcessMetadata( BrotliEncoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) ProcessMetadata() argument
1804 BrotliEncoderCompressStream( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out,uint8_t** next_out, size_t* total_out) BrotliEncoderCompressStream() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c1509 uint8_t* next_out = encoded_buffer; in BrotliEncoderCompress() local
1565 InjectFlushOrPushOutput(BrotliEncoderState* s, size_t* available_out, uint8_t** next_out, size_t* total_out) InjectFlushOrPushOutput() argument
1597 BrotliEncoderCompressStreamFast( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) BrotliEncoderCompressStreamFast() argument
1721 ProcessMetadata( BrotliEncoderState* s, size_t* available_in, const uint8_t** next_in, size_t* available_out, uint8_t** next_out, size_t* total_out) ProcessMetadata() argument
1804 BrotliEncoderCompressStream( BrotliEncoderState* s, BrotliEncoderOperation op, size_t* available_in, const uint8_t** next_in, size_t* available_out,uint8_t** next_out, size_t* total_out) BrotliEncoderCompressStream() argument
[all...]

Completed in 34 milliseconds

12