Searched refs:__swap16 (Results 1 – 3 of 3) sorted by relevance
46 #define __swap16 __builtin_bswap16 macro59 #define htons(x) __swap16(x)61 #define ntohs(x) __swap16(x)78 #define htobe16(x) __swap16(x)81 #define betoh16(x) __swap16(x)
43 #define bswap_16(x) __swap16(x)
288 if (swap) wc = __swap16(wc); in In16()302 if (swap) ch = __swap16(ch); in Out16()