Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dendian.h47 #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/include/
Dbyteswap.h49 #define bswap_32(x) __swap32(x)
/bionic/libc/bionic/
Diconv.cpp296 if (swap) wc = __swap32(wc); in In32()
309 if (swap) ch = __swap32(ch); in Out32()