Searched defs:scr_memcpyw (Results 1 – 4 of 4) sorted by relevance
36 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
37 #define scr_memcpyw memcpy macro
43 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro
590 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function