Searched defs:scr_memmovew (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/linux/ |
D | vt_buffer.h | 25 #define scr_memmovew(d, s, c) memmove(d, s, c) macro 49 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew() function
|
/linux-2.6.39/arch/mips/include/asm/ |
D | vga.h | 43 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|