Home
last modified time | relevance | path

Searched defs:to_write (Results 1 – 16 of 16) sorted by relevance

/third_party/abseil-cpp/absl/strings/internal/str_format/
Doutput.cc35 size_t to_write = std::min(v.size(), size_); in Write() local
/third_party/boost/libs/beast/test/beast/http/
Dfile_body.cpp154 std::size_t to_write = 4097; in fileBodyUnexpectedEofOnGet() local
/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-sbc.c524 size_t to_write, to_encode; in encode_buffer() local
607 size_t to_write, to_decode; in decode_buffer() local
/third_party/node/src/
Dnode_crypto_bio.cc367 size_t to_write = left; in Write() local
/third_party/gstreamer/gstreamer/gst/
Dgstregistrybinary.c365 GList *to_write = NULL; in priv_gst_registry_binary_write_cache() local
Dgstpluginloader.c664 guint32 to_write, magic; in write_one() local
/third_party/ffmpeg/libavcodec/
Dopus_rc.c163 const int to_write = FFMIN(32 - rc->rb.cachelen, count); in ff_opus_rc_put_raw() local
/third_party/glib/glib/tests/
Dmainloop.c1126 gssize *to_write = user_data; in write_bytes() local
1161 gssize to_write = -1; in test_unix_fd() local
/third_party/grpc/third_party/upb/upbc/
Dgenerator.cc57 size_t to_write = std::min(data.size(), size_); in Write() local
/third_party/libffi/src/
Dclosures.c748 off_t to_write = (len < page_size) ? len : page_size; in allocate_space() local
/third_party/glib/glib/
Dgspawn.c1085 write_all (gint fd, gconstpointer vbuf, gsize to_write) in write_all()
/third_party/libuv/test/
Dtest-spawn.c1926 DWORD to_write; in spawn_stdin_stdout() local
/third_party/pulseaudio/src/utils/
Dpadsp.c872 size_t to_write; in fd_info_copy_data() local
/third_party/node/deps/brotli/c/dec/
Ddecode.c1272 size_t to_write = UnwrittenBytes(s, BROTLI_TRUE); in WriteRingBuffer() local
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue2.c1960 guint to_write; in gst_queue2_create_write() local
/third_party/glib/gio/
Dgoutputstream.c1097 gsize to_write; member