Searched refs:__src (Results 1 – 1 of 1) sorted by relevance
303 const u32 *__src = src; in copy_words() local310 *(__dest++) = *(__src++); in copy_words()316 const u16 *__src = src; in copy_shorts() local323 *(__dest++) = *(__src++); in copy_shorts()329 const u8 *__src = src; in copy_bytes() local332 *(__dest++) = *(__src++); in copy_bytes()