Searched defs:be64toh (Results 1 – 4 of 4) sorted by relevance
76 be64toh(uint64_t in) in be64toh() function
155 be64toh(uint64_t in) in be64toh() function
77 #define be64toh(x) bswap64((x)) macro 91 #define be64toh(x) ((uint64_t)(x)) macro