HomeSort by relevance Sort by last modified time
    Searched defs:le16toh (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 67 # define le16toh(x) (x) macro
82 # 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
  /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 278 #define le16toh(x) htole16(x) macro
  /development/ndk/platforms/android-L/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
endian.h 278 #define le16toh(x) htole16(x) macro

Completed in 304 milliseconds