Home
last modified time | relevance | path

Searched refs:__swap32 (Results 1 – 2 of 2) 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 __swap32
82 #define betoh32 __swap32
/bionic/libc/include/
Dbyteswap.h34 #define bswap_32(x) __swap32(x)