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

  /external/vboot_reference/cgpt/
cgpt_endian.h 33 # define be64toh(x) __bswap_64 (x) macro
48 # define be64toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 76 # define be64toh(x) __bswap_64 (x) macro
91 # define be64toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 76 # define be64toh(x) __bswap_64 (x) macro
91 # define be64toh(x) (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 81 #ifndef be64toh
82 # define be64toh(x) swap64(x) macro
86 #define BE64TOH(x) (x) = be64toh(x)
106 # define be64atoh(x) be64toh(*(uint64_t*)(x))
gphoto2-endian-ppc.h 70 #ifndef be64toh
71 # define be64toh(x) (x) macro
81 #define BE64TOH(x) (void) (x)
  /bionic/libc/include/sys/
endian.h 104 #define be64toh(x) htobe64(x) macro
  /development/ndk/platforms/android-21/include/sys/
endian.h 277 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
endian.h 277 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
endian.h 277 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
endian.h 277 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
endian.h 277 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
endian.h 277 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
endian.h 277 #define be64toh(x) htobe64(x) macro

Completed in 340 milliseconds