HomeSort by relevance Sort by last modified time
    Searched refs:scr_memmovew (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/common/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c) macro
  /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

Completed in 85 milliseconds