Searched refs:bswap32 (Results 1 – 2 of 2) sorted by relevance
39 #define bswap32(x) __bswap32(x) macro48 #define htobe32(x) bswap32((x))55 #define be32toh(x) bswap32((x))65 #define htole32(x) bswap32((x))72 #define le32toh(x) bswap32((x))
31 inline uint32_t bswap32 (uint32_t x) { in bswap32() function38 #define htobe32(x) bswap32((x))40 #define be32toh(x) bswap32((x))