Home
last modified time | relevance | path

Searched refs:__bswap_16 (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16() function
22 #define bswap_16(x) __bswap_16(x)
/third_party/musl/porting/uniproton/kernel/include/
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16() function
22 #define bswap_16(x) __bswap_16(x)
/third_party/musl/porting/liteos_m/kernel/include/
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16() function
22 #define bswap_16(x) __bswap_16(x)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16() function
22 #define bswap_16(x) __bswap_16(x)
/third_party/musl/include/
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16() function
22 #define bswap_16(x) __bswap_16(x)
/third_party/eudev/src/shared/
H A Dsparse-endian.h57 #define bswap_16_on_le(x) __bswap_16(x)
67 #define bswap_16_on_be(x) __bswap_16(x)
/third_party/eudev/hm_src/
H A Dhm-missing.h8 #define __bswap_16(x) __builtin_bswap16(x) macro

Completed in 2 milliseconds