Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dendian.h46 #define __swap16 __builtin_bswap16 macro
59 #define htons(x) __swap16(x)
61 #define ntohs(x) __swap16(x)
78 #define htobe16(x) __swap16(x)
81 #define betoh16(x) __swap16(x)
/bionic/libc/include/
Dbyteswap.h43 #define bswap_16(x) __swap16(x)
/bionic/libc/bionic/
Diconv.cpp288 if (swap) wc = __swap16(wc); in In16()
302 if (swap) ch = __swap16(ch); in Out16()