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

/external/libmtp/src/
H A Dgphoto2-endian-intel.h32 #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)
H A Dgphoto2-endian-ppc.h32 #ifndef htobe16
33 # define htobe16(x) htons(x) macro
45 #define HTOBE16(x) (x) = htobe16(x)

Completed in 132 milliseconds