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

  /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 269 #define le16toh(x) htole16(x) macro

Completed in 629 milliseconds