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

  /external/libmtp/src/
gphoto2-endian-intel.h 38 #ifndef be16toh
39 # define be16toh(x) ntohs(x) macro
48 #define BE16TOH(x) (x) = be16toh(x)
100 # define be16atoh(x) be16toh(*(uint16_t*)(x))
gphoto2-endian-ppc.h 38 #ifndef be16toh
39 # define be16toh(x) ntohs(x) macro
48 #define BE16TOH(x) (x) = be16toh(x)

Completed in 27 milliseconds