Searched defs:be64toh (Results 1 – 7 of 7) sorted by relevance
40 #define be64toh(x) __bswap64(x) macro53 #define be64toh(x) (uint64_t)(x) macro
44 #define be64toh(x) __bswap64(x) macro57 #define be64toh(x) (uint64_t)(x) macro
86 static inline uint64_t be64toh(be64_t value) { return bswap_64_on_le((uint64_t __force)value); } in be64toh() function