Searched defs:be64toh (Results 1 – 4 of 4) sorted by relevance
134 #define be64toh(x) bswap64((x)) macro148 #define be64toh(x) ((uint64_t)(x)) macro
113 #define be64toh( global() macro 127 #define be64toh( global() macro
66 #define be64toh(x) bswap64((x)) macro80 #define be64toh(x) ((uint64_t)(x)) macro
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