Home
last modified time | relevance | path

Searched defs:remaining_bytes (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpnm_parser.c30 int remaining_bytes; member
/third_party/curl/tests/libtest/
Dlib1533.c38 size_t remaining_bytes; member
/third_party/mesa3d/src/amd/common/
Dac_nir_lower_esgs_io_to_mem.c59 unsigned remaining_bytes = total_bytes - full_dwords * 4u; in emit_split_buffer_load() local
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_internal.cc176 size_t remaining_bytes = buffer->length - buffer->offset; in ReadZipBuffer() local
/third_party/skia/third_party/externals/zlib/google/
Dzip_internal.cc178 size_t remaining_bytes = buffer->length - buffer->offset; in ReadZipBuffer() local
/third_party/node/deps/zlib/google/
Dzip_internal.cc176 size_t remaining_bytes = buffer->length - buffer->offset; in ReadZipBuffer() local
/third_party/libsoup/libsoup/
Dsoup-multipart-input-stream.c59 goffset remaining_bytes; member
/third_party/glib/glib/
Dgutf8.c1817 gsize remaining_bytes, valid_bytes; in g_utf8_make_valid() local
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc129 int remaining_bytes = 0; member
/third_party/glib/gio/
Dglocalfileinfo.c1107 gsize remaining_bytes, valid_bytes; in make_valid_utf8() local
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc751 const size_t remaining_bytes = bytes_.size() - status_.pos; in ReadNextToken() local
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h250 uint32_t remaining_bytes() const { return remaining_bytes_; } in remaining_bytes() function