Searched refs:__src (Results 1 – 3 of 3) sorted by relevance
308 const u32 *__src = src; in copy_words() local315 *(__dest++) = *(__src++); in copy_words()321 const u16 *__src = src; in copy_shorts() local328 *(__dest++) = *(__src++); in copy_shorts()334 const u8 *__src = src; in copy_bytes() local337 *(__dest++) = *(__src++); in copy_bytes()
42 void devctl_safe_quote_sb(struct sbuf *__sb, const char *__src);
91 const uint8_t *__src, size_t __srclen,