Searched refs:__to (Results 1 – 3 of 3) sorted by relevance
32 extern void *memcpy(void *__to, __const__ void *__from, __kernel_size_t __n);
120 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
177 uint64_t __to = to; in concat_writev() local178 if (do_div(__to, mtd->writesize) || (total_len % mtd->writesize)) in concat_writev()