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

  /external/libmtp/src/
gphoto2-endian-intel.h 119 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x) macro
gphoto2-endian-ppc.h 104 #define htobe16a(a,x) (a)[0]=(uint8_t)((x)>>8), (a)[1]=(uint8_t)(x) macro

Completed in 63 milliseconds