Searched refs:io_buffer (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/doc/note/ |
D | io-input-output.md | 9 interfacing with e.g. the file system or the network system. An `io_buffer` is 11 example, when decompressing gzip, there are two `io_buffer`'s: the caller fills 19 An `io_buffer` is a [slice](/doc/note/slices-and-tables.md) of bytes (the data, 26 Writing to an `io_buffer`, e.g. copying from a file to a buffer, increments 30 Reading from an `io_buffer`, e.g. copying from a buffer to a file, increments 37 filters or processors with `io_buffer`'s, similar to connecting Unix processes 41 modes. Nonetheless, `io_buffer`'s are generally not thread-safe. 51 For example, an `io_buffer` of length 8 could have 4 bytes available to read 65 An `io_buffer` is a sliding window into a stream of bytes. Its position (`pos`) 73 an `io_buffer`, provided that `pos` was also initialized to 1000. [all …]
|
/third_party/ffmpeg/tools/ |
D | target_dem_fuzzer.c | 102 uint8_t *io_buffer; in LLVMFuzzerTestOneInput() local 172 io_buffer = av_malloc(io_buffer_size); in LLVMFuzzerTestOneInput() 173 if (!io_buffer) in LLVMFuzzerTestOneInput() 180 fuzzed_pb = avio_alloc_context(io_buffer, io_buffer_size, 0, &opaque, in LLVMFuzzerTestOneInput()
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | changelog.md | 29 - Renamed `buf1`, `reader1`, etc to `io_buffer`, `io_reader`, etc.
|
/third_party/ffmpeg/libavformat/ |
D | aviobuf.c | 1291 uint8_t io_buffer[1]; member 1368 *s = avio_alloc_context(d->io_buffer, d->io_buffer_size, 1, d, NULL, in url_open_dyn_buf_internal() 1402 *pbuffer = d->io_buffer; in avio_get_dyn_buf() 1418 ffio_init_context(s, d->io_buffer, d->io_buffer_size, 1, d, NULL, in ffio_reset_dyn_buf()
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 8481 FILE: ../../../third_party/dart/runtime/bin/io_buffer.cc 8482 FILE: ../../../third_party/dart/runtime/bin/io_buffer.h
|