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

  /bionic/libc/kernel/common/linux/byteorder/
swab.h 33 #ifndef __arch__swab64
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
44 #define __arch__swab64p(x) __arch__swab64(*(x))
  /development/ndk/platforms/android-3/include/linux/byteorder/
swab.h 33 #ifndef __arch__swab64
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
44 #define __arch__swab64p(x) __arch__swab64(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 33 #ifndef __arch__swab64
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
44 #define __arch__swab64p(x) __arch__swab64(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h 33 #ifndef __arch__swab64
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
44 #define __arch__swab64p(x) __arch__swab64(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h 33 #ifndef __arch__swab64
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
44 #define __arch__swab64p(x) __arch__swab64(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swab.h 33 #ifndef __arch__swab64
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
44 #define __arch__swab64p(x) __arch__swab64(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h 33 #ifndef __arch__swab64
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
44 #define __arch__swab64p(x) __arch__swab64(*(x))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swab.h 33 #ifndef __arch__swab64
34 #define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
44 #define __arch__swab64p(x) __arch__swab64(*(x))
  /bionic/libc/kernel/arch-sh/asm/
byteorder.h 62 #define __arch__swab64(x) ___arch__swab64(x) macro
  /bionic/libc/kernel/arch-x86/asm/
byteorder.h 61 #define __arch__swab64(x) ___arch__swab64(x) macro
  /development/ndk/platforms/android-5/arch-x86/include/asm/
byteorder.h 61 #define __arch__swab64(x) ___arch__swab64(x) macro
  /external/kernel-headers/original/asm-x86/
byteorder.h 63 #define __arch__swab64(x) ___arch__swab64(x) macro
  /external/kernel-headers/original/linux/byteorder/
swab.h 85 #ifndef __arch__swab64
86 # define __arch__swab64(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); }) macro
96 # define __arch__swab64p(x) __arch__swab64(*(x))
167 return __arch__swab64(x);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
byteorder.h 61 #define __arch__swab64(x) ___arch__swab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
byteorder.h 61 #define __arch__swab64(x) ___arch__swab64(x) macro

Completed in 190 milliseconds