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

  /bionic/libc/include/
byteswap.h 49 #define bswap_32(x) __swap32(x)
  /bionic/libc/include/sys/
endian.h 47 #define __swap32 __builtin_bswap32 macro
58 #define htonl(x) __swap32(x)
60 #define ntohl(x) __swap32(x)
79 #define htobe32(x) __swap32(x)
82 #define betoh32(x) __swap32(x)
  /bionic/libc/bionic/
iconv.cpp 296 if (swap) wc = __swap32(wc);
309 if (swap) ch = __swap32(ch);

Completed in 4346 milliseconds