HomeSort by relevance Sort by last modified time
    Searched defs:htobe64 (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/vboot_reference/cgpt/
cgpt_endian.h 31 # define htobe64(x) __bswap_64 (x) macro
46 # define htobe64(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 74 # define htobe64(x) __bswap_64 (x) macro
89 # define htobe64(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 74 # define htobe64(x) __bswap_64 (x) macro
89 # define htobe64(x) (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 78 #ifndef htobe64
79 # define htobe64(x) swap64(x) macro
85 #define HTOBE64(x) (x) = htobe64(x)
125 # define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x)
gphoto2-endian-ppc.h 67 #ifndef htobe64
68 # define htobe64(x) (x) macro
80 #define HTOBE64(x) (void) (x)
  /bionic/libc/include/sys/
endian.h 84 #define htobe64 __swap64 macro
104 #define be64toh(x) htobe64(x)
  /development/ndk/platforms/android-21/include/sys/
endian.h 178 #define htobe64 __swap64 macro
232 #define htobe64(x) (x) macro
277 #define be64toh(x) htobe64(x)
  /development/ndk/platforms/android-3/include/sys/
endian.h 164 __uint64_t htobe64(__uint64_t);
193 #define htobe64 __swap64 macro
239 #define htobe64(x) (x) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
endian.h 163 __uint64_t htobe64(__uint64_t);
192 #define htobe64 __swap64 macro
238 #define htobe64(x) (x) macro

Completed in 277 milliseconds

1 2 3 4