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

1 2 34

  /prebuilts/ndk/r11/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))
  /prebuilts/ndk/r11/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))
  /prebuilts/ndk/r11/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))
  /prebuilts/ndk/r11/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))
  /prebuilts/ndk/r11/platforms/android-9/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))
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/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))
  /prebuilts/ndk/r11/platforms/android-9/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))

Completed in 423 milliseconds

1 2 34