Searched refs:be64toh (Results 1 – 2 of 2) sorted by relevance
68 #define be64toh(_x) __bswap64(_x) macro81 #define be64toh(_x) ((__uint64_t)(_x)) macro
77 #define be64toh(x) bswap64((x)) macro91 #define be64toh(x) ((uint64_t)(x)) macro