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

  /external/libmtp/src/
gphoto2-endian-intel.h 108 #ifndef le16atoh
109 # define le16atoh(x) le16toh(*(uint16_t*)(x)) macro
gphoto2-endian-ppc.h 98 #define le16atoh(x) ((uint16_t)(((x)[1]<<8)|(x)[0])) macro

Completed in 27 milliseconds