Searched defs:be32toh (Results 1 – 2 of 2) sorted by relevance
64 #define be32toh(_x) __bswap32(_x) macro77 #define be32toh(_x) ((__uint32_t)(_x)) macro
76 #define be32toh(x) bswap32((x)) macro90 #define be32toh(x) ((uint32_t)(x)) macro