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

  /external/libmtp/src/
gphoto2-endian-intel.h 32 #ifndef htobe16
33 # define htobe16(x) htons(x) macro
45 #define HTOBE16(x) (x) = htobe16(x)
119 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
gphoto2-endian-ppc.h 32 #ifndef htobe16
33 # define htobe16(x) htons(x) macro
45 #define HTOBE16(x) (x) = htobe16(x)

Completed in 1007 milliseconds