Searched defs:copy_buf (Results 1 – 6 of 6) sorted by relevance
34 pub fn copy_buf<R, W>(reader: R, writer: &mut W) -> CopyBuf<'_, R, W> in copy_buf() function
66 mod copy_buf; module
167 void *copy_buf = NULL; in qcow2_write_raw_image() local
91 char copy_buf[COPY_BUF_SIZE]; in copy_data() local
93 LIBXSMM_INLINE void copy_buf(Tensor& dst, float* src, long size) { in copy_buf() function
2434 let copy_buf = vec![val; index + 1]; in test_volatile_array_ref_copy_from_tracking() localVariable