Searched defs:be32toh (Results 1 – 3 of 3) sorted by relevance
76 #define be32toh(x) bswap32((x)) macro90 #define be32toh(x) ((uint32_t)(x)) macro
145 be32toh(uint32_t in) in be32toh() function