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

  /bionic/libc/kernel/common/linux/
swab.h 47 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___constant_swab64(x) : __fswab64(x)) macro
  /bionic/libc/kernel/common/linux/byteorder/
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /development/ndk/platforms/android-3/include/linux/byteorder/
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
swab.h 60 #define __swab64(x) (__builtin_constant_p((__u64)(x)) ? ___swab64((x)) : __fswab64((x))) macro
64 #define __swab64(x) __fswab64(x) macro
  /external/kernel-headers/original/linux/byteorder/
swab.h 122 # define __swab64(x) \ macro
129 # define __swab64(x) __fswab64(x) macro
183 #define swab64 __swab64
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 151 # define __swab64(x) \ macro
158 # define __swab64(x) __fswab64(x) macro
  /external/kernel-headers/original/linux/
swab.h 114 * __swab64 - return a byteswapped 64-bit value
117 #define __swab64(x) \ macro
179 return __swab64(*p);
284 # define swab64 __swab64

Completed in 146 milliseconds