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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 108 #ifndef __arch__swab16
109 # define __arch__swab16(x) ___swab16(x) macro
119 # define __arch__swab16p(x) __arch__swab16(*(x))
164 return __arch__swab16(x);
  /bionic/libc/kernel/common/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /development/ndk/platforms/android-3/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/byteorder/
swab.h 27 #ifndef __arch__swab16
28 #define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
38 #define __arch__swab16p(x) __arch__swab16(*(x))
  /bionic/libc/kernel/arch-sh/asm/
byteorder.h 64 #define __arch__swab16(x) ___arch__swab16(x) macro
  /external/kernel-headers/original/linux/byteorder/
swab.h 79 #ifndef __arch__swab16
80 # define __arch__swab16(x) ({ __u16 __tmp = (x) ; ___swab16(__tmp); }) macro
90 # define __arch__swab16p(x) __arch__swab16(*(x))
135 return __arch__swab16(x);

Completed in 546 milliseconds