Home
last modified time | relevance | path

Searched refs:__swap16 (Results 1 – 2 of 2) 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 __swap16
81 #define betoh16 __swap16
/bionic/libc/include/
Dbyteswap.h35 #define bswap_16(x) __swap16(x)