Home
last modified time | relevance | path

Searched refs:__swap32 (Results 1 – 1 of 1) 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 swap32 __swap32
83 #define htobe32 __swap32
86 #define betoh32 __swap32