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

  /external/vboot_reference/cgpt/
cgpt_endian.h 28 # define be32toh(x) __bswap_32 (x) macro
43 # define be32toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 71 # define be32toh(x) __bswap_32 (x) macro
86 # define be32toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 71 # define be32toh(x) __bswap_32 (x) macro
86 # define be32toh(x) (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 41 #ifndef be32toh
42 # define be32toh(x) ntohl(x) macro
47 #define BE32TOH(x) (x) = be32toh(x)
103 # define be32atoh(x) be32toh(*(uint32_t*)(x))
gphoto2-endian-ppc.h 41 #ifndef be32toh
42 # define be32toh(x) ntohl(x) macro
47 #define BE32TOH(x) (x) = be32toh(x)
  /bionic/libc/include/sys/
endian.h 103 #define be32toh(x) htobe32(x) macro
  /development/ndk/platforms/android-21/include/sys/
endian.h 276 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
endian.h 276 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
endian.h 276 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
endian.h 276 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
endian.h 276 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
endian.h 276 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
endian.h 276 #define be32toh(x) htobe32(x) macro

Completed in 685 milliseconds