HomeSort by relevance Sort by last modified time
    Searched defs:le16toh (Results 1 - 2 of 2) 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)

Completed in 32 milliseconds