/external/kernel-headers/original/linux/ |
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) function
|
/bionic/libc/kernel/arch-mips/asm/ |
vga.h | 31 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
vga.h | 31 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ |
vga.h | 31 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ |
vga.h | 31 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|
/external/kernel-headers/original/asm-mips/ |
vga.h | 43 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
|