Searched refs:__DARWIN_OSSwapInt32 (Results 1 – 4 of 4) sorted by relevance
69 #define __DARWIN_OSSwapInt32(x) \ macro119 #define __DARWIN_OSSwapInt32(x) _OSSwapInt32(x) macro
67 #define OSSwapInt32(x) __DARWIN_OSSwapInt32(x)
137 #define ntohl(x) __DARWIN_OSSwapInt32(x)138 #define htonl(x) __DARWIN_OSSwapInt32(x)
69 #define __bswap32(x) __DARWIN_OSSwapInt32(x)