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

  /external/libmtp/src/
gphoto2-endian-intel.h 127 #ifndef htole16a
128 # define htole16a(a,x) *(uint16_t*)(a) = htole16(x) macro
gphoto2-endian-ppc.h 111 #define htole16a(a,x) (a)[1]=(uint8_t)((x)>>8), (a)[0]=(uint8_t)(x) macro

Completed in 35 milliseconds