Home
last modified time | relevance | path

Searched refs:dst_subslice (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/
Dmod.rs150 let dst_subslice = &mut dst_slice[0..len]; in copy_config() localVariable
152 dst_subslice.copy_from_slice(src_subslice); in copy_config()
/external/crosvm/rutabaga_gfx/src/
Drutabaga_2d.rs107 let dst_subslice = dst.get_slice(dst_start_offset as usize, copyable_size as usize)?; in transfer_2d() localVariable
109 src_subslice.copy_to_volatile_slice(dst_subslice); in transfer_2d()