Home
last modified time | relevance | path

Searched defs:scr_memmovew (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dvt_buffer.h25 #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/
Dvga.h43 #define scr_memmovew(d, s, c) memmove(d, s, c) macro