HomeSort by relevance Sort by last modified time
    Searched refs:__swab16 (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /prebuilts/ndk/8/platforms/android-14/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
  /prebuilts/ndk/8/platforms/android-14/arch-mips/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
  /prebuilts/ndk/8/platforms/android-14/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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/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
  /prebuilts/ndk/8/platforms/android-9/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
  /prebuilts/ndk/8/platforms/android-9/arch-mips/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
  /prebuilts/ndk/8/platforms/android-9/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
  /bionic/libc/kernel/common/linux/
swab.h 51 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___constant_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
  /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 917 milliseconds

1 2 3 45