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

/external/libmtp/src/
H A Dgphoto2-endian-intel.h81 #ifndef be64toh
82 # define be64toh(x) swap64(x) macro
86 #define BE64TOH(x) (x) = be64toh(x)
106 # define be64atoh(x) be64toh(*(uint64_t*)(x))
H A Dgphoto2-endian-ppc.h70 #ifndef be64toh
71 # define be64toh(x) (x) macro

Completed in 64 milliseconds