Home
last modified time | relevance | path

Searched refs:__bswap32 (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/include/
Dendian.h24 static __inline uint32_t __bswap32(uint32_t __x) in __bswap32() function
31 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)
/third_party/musl/ndk_musl_include/
Dendian.h24 static __inline uint32_t __bswap32(uint32_t __x) in __bswap32() function
31 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)
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h24 static __inline uint32_t __bswap32(uint32_t __x) in __bswap32() function
31 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)
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h24 static __inline uint32_t __bswap32(uint32_t __x) in __bswap32() function
31 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)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h24 static __inline uint32_t __bswap32(uint32_t __x) in __bswap32() function
31 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)
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h28 static __inline uint32_t __bswap32(uint32_t __x) in __bswap32() function
35 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)