Searched defs:scr_memmovew (Results 1 – 2 of 2) sorted by relevance
45 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
44 #define scr_memmovew(d, s, c) memmove(d, s, c) macro