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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
endian.h 66 # define be16toh(x) __bswap_16 (x) macro
81 # define be16toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 66 # define be16toh(x) __bswap_16 (x) macro
81 # define be16toh(x) (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 38 #ifndef be16toh
39 # define be16toh(x) ntohs(x) macro
48 #define BE16TOH(x) (x) = be16toh(x)
100 # define be16atoh(x) be16toh(*(uint16_t*)(x))
gphoto2-endian-ppc.h 38 #ifndef be16toh
39 # define be16toh(x) ntohs(x) macro
48 #define BE16TOH(x) (x) = be16toh(x)
  /bionic/libc/include/sys/
endian.h 275 #define be16toh(x) htobe16(x) macro
  /development/ndk/platforms/android-L/include/sys/
endian.h 275 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
endian.h 275 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
endian.h 275 #define be16toh(x) htobe16(x) macro
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
endian.h 275 #define be16toh(x) htobe16(x) macro

Completed in 166 milliseconds