Searched refs:__bswap32 (Results 1 – 6 of 6) sorted by relevance
24 static __inline uint32_t __bswap32(uint32_t __x) in __bswap32() function31 return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32); in __bswap64()37 #define htobe32(x) __bswap32(x)38 #define be32toh(x) __bswap32(x)56 #define htole32(x) __bswap32(x)57 #define le32toh(x) __bswap32(x)65 #define betoh32(x) __bswap32(x)75 #define letoh32(x) __bswap32(x)
28 static __inline uint32_t __bswap32(uint32_t __x) in __bswap32() function35 return __bswap32(__x)+0ULL<<32 | __bswap32(__x>>32); in __bswap64()41 #define htobe32(x) __bswap32(x)42 #define be32toh(x) __bswap32(x)60 #define htole32(x) __bswap32(x)61 #define le32toh(x) __bswap32(x)69 #define betoh32(x) __bswap32(x)79 #define letoh32(x) __bswap32(x)