HomeSort by relevance Sort by last modified time
    Searched defs:__swab16 (Results 1 - 12 of 12) sorted by null

  /bionic/libc/kernel/common/linux/
swab.h 45 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___constant_swab16(x) : __fswab16(x)) macro
  /bionic/libc/kernel/common/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /development/ndk/platforms/android-3/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swab.h 58 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___swab16((x)) : __fswab16((x))) macro
62 #define __swab16(x) __fswab16(x) macro
  /external/kernel-headers/original/linux/byteorder/
swab.h 114 # define __swab16(x) \ macro
127 # define __swab16(x) __fswab16(x) macro
181 #define swab16 __swab16
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 143 # define __swab16(x) \ macro
156 # define __swab16(x) __fswab16(x) macro
  /external/kernel-headers/original/linux/
swab.h 96 * __swab16 - return a byteswapped 16-bit value
99 #define __swab16(x) \ macro
153 return __swab16(*p);
282 # define swab16 __swab16

Completed in 1245 milliseconds