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

  /external/vboot_reference/cgpt/
cgpt_endian.h 14 #ifndef le16toh
24 # define le16toh(x) (x) macro
39 # define le16toh(x) __bswap_16 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 67 # define le16toh(x) (x) macro
82 # define le16toh(x) __bswap_16 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 67 # define le16toh(x) (x) macro
82 # define le16toh(x) __bswap_16 (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 60 #ifndef le16toh
61 # define le16toh(x) (x) macro
73 #define LE16TOH(x) (void) (x)
109 # define le16atoh(x) le16toh(*(uint16_t*)(x))
gphoto2-endian-ppc.h 57 #ifndef le16toh
58 # define le16toh(x) swap16(x) macro
76 #define LE16TOH(x) (x) = le16toh(x)
  /bionic/libc/include/sys/
endian.h 105 #define le16toh(x) htole16(x) macro
  /development/ndk/platforms/android-21/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro

Completed in 333 milliseconds