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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dendian.h24 static __inline uint16_t __bswap16(uint16_t __x) { function
37 #define htobe16(x) __bswap16(x)
38 #define be16toh(x) __bswap16(x)
39 #define betoh16(x) __bswap16(x)
65 #define htole16(x) __bswap16(x)
66 #define le16toh(x) __bswap16(x)
67 #define letoh16(x) __bswap16(x)
/fuchsia/zircon/system/utest/utf_conversion/
H A Dmain.cpp284 { { __bswap16(0xFEFF),
285 __bswap16('T'),
286 __bswap16('e'),
287 __bswap16('s'),
288 __bswap16('t'),
/fuchsia/zircon/system/ulib/utf_conversion/
H A Dutf_conversion.cpp33 static inline uint16_t Read(uint16_t val) { return __bswap16(val); }

Completed in 35 milliseconds