Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/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)
82 #define htons(x) __bswap16(x)
84 #define ntohs(x) __bswap16(x)
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/common/
Dbk_generic.h150 static inline __uint16_t __bswap16(__uint16_t _x) in __bswap16() function
173 #define __swab16(x) __bswap16((__u8 *)&(x))
185 #define __htons(_x) __bswap16(_x)
187 #define __ntohs(_x) __bswap16(_x)
/device/soc/esp/esp32/components/newlib/platform_include/
Dendian.h67 #define bswap16(x) __bswap16(x)