Searched defs:be64toh (Results 1 – 2 of 2) sorted by relevance
76 # define be64toh(x) OSSwapBigToHostInt64(x) macro81 # define be64toh(n) (n) macro84 # define be64toh(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
63 #define be64toh(x) __htobe64(x) macro