Searched defs:le16atoh (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/src/
H A Dgphoto2-endian-intel.h108 #ifndef le16atoh
109 # define le16atoh(x) le16toh(*(uint16_t*)(x)) macro
H A Dgphoto2-endian-ppc.h98 #define le16atoh(x) ((uint16_t)(((x)[1]<<8)|(x)[0])) macro

Completed in 60 milliseconds