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