Home
last modified time | relevance | path

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

/third_party/musl/include/
Dendian.h19 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16() function
35 #define htobe16(x) __bswap16(x)
36 #define be16toh(x) __bswap16(x)
54 #define htole16(x) __bswap16(x)
55 #define le16toh(x) __bswap16(x)
64 #define betoh16(x) __bswap16(x)
74 #define letoh16(x) __bswap16(x)
/third_party/musl/ndk_musl_include/
Dendian.h19 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16() function
35 #define htobe16(x) __bswap16(x)
36 #define be16toh(x) __bswap16(x)
54 #define htole16(x) __bswap16(x)
55 #define le16toh(x) __bswap16(x)
64 #define betoh16(x) __bswap16(x)
74 #define letoh16(x) __bswap16(x)
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h19 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16() function
35 #define htobe16(x) __bswap16(x)
36 #define be16toh(x) __bswap16(x)
54 #define htole16(x) __bswap16(x)
55 #define le16toh(x) __bswap16(x)
64 #define betoh16(x) __bswap16(x)
74 #define letoh16(x) __bswap16(x)
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h19 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16() function
35 #define htobe16(x) __bswap16(x)
36 #define be16toh(x) __bswap16(x)
54 #define htole16(x) __bswap16(x)
55 #define le16toh(x) __bswap16(x)
64 #define betoh16(x) __bswap16(x)
74 #define letoh16(x) __bswap16(x)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h19 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16() function
35 #define htobe16(x) __bswap16(x)
36 #define be16toh(x) __bswap16(x)
54 #define htole16(x) __bswap16(x)
55 #define le16toh(x) __bswap16(x)
64 #define betoh16(x) __bswap16(x)
74 #define letoh16(x) __bswap16(x)
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h23 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16() function
39 #define htobe16(x) __bswap16(x)
40 #define be16toh(x) __bswap16(x)
58 #define htole16(x) __bswap16(x)
59 #define le16toh(x) __bswap16(x)
68 #define betoh16(x) __bswap16(x)
78 #define letoh16(x) __bswap16(x)