Home
last modified time | relevance | path

Searched defs:vecs (Results 1 – 21 of 21) sorted by relevance

/external/liburing/test/
Dstdout.c20 struct iovec vecs[2]; in test_pipe_io_fixed() local
102 struct iovec vecs; in test_stdout_io_fixed() local
155 struct iovec vecs; in test_stdout_io() local
Dtty-write-dpoll.c27 struct iovec vecs[SQES]; in main() local
Drsrc_tags.c160 struct iovec vecs[nr]; in test_buffers_update() local
232 struct iovec vecs[nr]; in test_buffers_empty_buffers() local
Dsq-poll-share.c25 static struct iovec *vecs; variable
Dsq-poll-dup.c25 static struct iovec *vecs; variable
Dcq-overflow.c20 static struct iovec *vecs; variable
Dhelpers.c87 struct iovec *vecs; in t_create_buffers() local
Diopoll.c23 static struct iovec *vecs; variable
Dfile-verify.c309 struct iovec vecs[READ_BATCH][MAX_VECS]; in test() local
Dio-cancel.c23 static struct iovec *vecs; variable
Dread-write.c23 static struct iovec *vecs; variable
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/a64_sgemv_pretransposed/
Dgeneric.cpp77 int vecs=l/4; // How many leftover vectors? in a64_sgemv_pretransposed() local
602 int vecs=l/4; in a64_sgemv_pretransposed() local
/external/crosvm/arch/src/
Dandroid.rs29 let vecs = BufReader::new(fstab) in create_android_fdt() localVariable
/external/crosvm/rutabaga_gfx/ffi/src/tests/
Drutabaga_test.c149 struct rutabaga_iovecs vecs = { 0 }; in test_init_context() local
289 struct rutabaga_iovecs vecs = { 0 }; in test_rutabaga_2d() local
/external/crosvm/x86_64/src/
Dregs.rs84 let mut vecs = Vec::new(); in get_mtrr_pairs() localVariable
134 let vecs = get_mtrr_pairs(pci_start, pci_len); in mtrr_msrs() localVariable
/external/libevent/
Dbuffer_iocp.c256 struct evbuffer_iovec vecs[MAX_WSABUFS]; in evbuffer_launch_read_() local
Dbuffer.c2226 struct evbuffer_iovec *vecs, int n_vecs_avail, in evbuffer_read_setup_vecs_()
2317 IOV_TYPE vecs[NUM_READ_IOVEC]; in evbuffer_read() local
/external/crosvm/rutabaga_gfx/ffi/src/
Dlib.rs311 let vecs = slice in rutabaga_resource_attach_backing() localVariable
394 let vecs = slice in rutabaga_resource_create_blob() localVariable
/external/skia/include/core/
DSkMatrix.h1502 void mapVectors(SkVector vecs[], int count) const { in mapVectors()
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs411 let mut vecs = Vec::with_capacity(entry_count); in process_gpu_command() localVariable
560 let mut vecs = Vec::with_capacity(entry_count as usize); in process_gpu_command() localVariable
/external/rust/crates/quickcheck/src/
Darbitrary.rs1414 fn vecs() { in vecs() function