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

/external/vboot_reference/cgpt/
H A Dcgpt_endian.h33 # define be64toh(x) __bswap_64 (x) macro
48 # define be64toh(x) (x) macro
/external/kmod/port-gnu/
H A Dendian-darwin.h36 # define be64toh(x) OSSwapBigToHostInt64(x) macro
58 # define be64toh(x) betoh64(x) macro
80 # define be64toh(x) ntohll(x) macro
98 # define be64toh(x) (x) macro
/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 158 milliseconds