Searched refs:__bswap32 (Results 1 – 2 of 2) sorted by relevance
56 static __inline uint32_t __bswap32(uint32_t __x) { in __bswap32() function61 return (__bswap32(__x)+0ULL<<32) | (__bswap32(__x>>32)); in __bswap64()67 #define htole32(x) __bswap32(x)68 #define le32toh(x) __bswap32(x)69 #define letoh32(x) __bswap32(x)
53 static __inline uint32_t __bswap32(uint32_t __x) { in __bswap32() function58 return (__bswap32(__x)+0ULL<<32) | (__bswap32(__x>>32)); in __bswap64()64 #define htole32(x) __bswap32(x)65 #define le32toh(x) __bswap32(x)66 #define letoh32(x) __bswap32(x)