HomeSort by relevance Sort by last modified time
    Searched refs:__swap16 (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/
byteswap.h 35 #define bswap_16(x) __swap16(x)
  /bionic/libc/include/sys/
endian.h 46 #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/bionic/
iconv.cpp 288 if (swap) wc = __swap16(wc);
302 if (swap) ch = __swap16(ch);

Completed in 444 milliseconds