Home
last modified time | relevance | path

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

12

/third_party/rust/crates/nix/test/sys/
Dtest_uio.rs19 let mut to_write = Vec::with_capacity(16 * 128); in test_writev() localVariable
70 let to_write = s.as_bytes().to_vec(); in test_readv() localVariable
150 let to_write: Vec<u8> = (0..128).collect(); in test_pwritev() localVariable
185 let to_write: Vec<u8> = (0..200).collect(); in test_preadv() localVariable
/third_party/mesa3d/src/util/
Dblob.c143 size_t to_write) in blob_overwrite_bytes()
158 blob_write_bytes(struct blob *blob, const void *bytes, size_t to_write) in blob_write_bytes()
173 blob_reserve_bytes(struct blob *blob, size_t to_write) in blob_reserve_bytes()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Doutput.cc35 size_t to_write = std::min(v.size(), size_); in Write() local
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice02.c120 size_t i, size, written, max_pipe_size, to_write; in run() local
/third_party/selinux/libselinux/src/
Dregex.c166 uint32_t to_write = 0; in regex_writef() local
394 uint32_t to_write; in regex_writef() 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/selinux/libselinux/utils/
Dsefcontext_compile.c184 uint32_t to_write; in write_binary_file() local
/third_party/mesa3d/src/intel/tools/
Daub_mem.c228 uint32_t to_write = size; in aub_mem_phys_write() local
245 uint32_t to_write = size; in aub_mem_ggtt_write() local
/third_party/ntfs-3g/libntfs-3g/
Dcompress.c1024 s64 offs, s32 to_write, const char *outbuf) in write_clusters()
1584 char *outbuf, s64 to_write, const void *b) in ntfs_read_append()
1671 s64 offs, s64 to_write, s64 rounded, in ntfs_compressed_pwrite()
Drunlist.c1205 s64 written, to_write, total = 0; in ntfs_rl_pwrite() local
Dattrib.c1304 s64 to_write; in ntfs_attr_fill_hole() local
1850 s64 written, to_write, ofs, old_initialized_size, old_data_size; local
Dwin32_io.c1638 s64 old_pos, to_write, i, bw = 0; in ntfs_device_win32_write() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compute_transforms.cpp205 …nir_ssa_def *to_write = nir_vec4(&b, vertex_count, nir_imm_int(&b, 1), nir_imm_int(&b, 0), nir_imm… in get_draw_auto() local
/third_party/node/src/
Dnode_crypto_bio.cc368 size_t to_write = left; in Write() local
/third_party/gstreamer/gstreamer/gst/
Dgstregistrybinary.c427 GList *to_write = NULL; in priv_gst_registry_binary_write_cache() local
Dgstpluginloader.c781 guint32 to_write, magic; in write_one() local
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsenc.c527 gsize to_write, written = 0; in sink_chain() local
/third_party/gstreamer/gstplugins_bad/sys/magicleap/
Dmlaudiosink.c356 guint to_write; in gst_ml_audio_sink_write() local
/third_party/openssl/providers/implementations/kdfs/
Dkbkdf.c159 size_t written = 0, to_write, k_i_len = iv_len; in derive() 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/libffi/src/
Dclosures.c748 off_t to_write = (len < page_size) ? len : page_size; in allocate_space() local
/third_party/libuv/test/
Dtest-spawn.c1894 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/skia/third_party/externals/brotli/c/dec/
Ddecode.c1272 size_t to_write = UnwrittenBytes(s, BROTLI_TRUE); in WriteRingBuffer() local

12