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

/external/libmtp/src/
H A Dgphoto2-endian-intel.h41 #ifndef be32toh
42 # define be32toh(x) ntohl(x) macro
47 #define BE32TOH(x) (x) = be32toh(x)
103 # define be32atoh(x) be32toh(*(uint32_t*)(x))
H A Dgphoto2-endian-ppc.h41 #ifndef be32toh
42 # define be32toh(x) ntohl(x) macro
47 #define BE32TOH(x) (x) = be32toh(x)

Completed in 143 milliseconds