Searched refs:__DARWIN_OSSwapInt32 (Results 1 – 3 of 3) sorted by relevance
87 #define __DARWIN_OSSwapInt32(x) \ macro127 #define __DARWIN_OSSwapInt32(x) _OSSwapInt32(x) macro
67 #define OSSwapInt32(x) __DARWIN_OSSwapInt32(x)
136 #define ntohl(x) __DARWIN_OSSwapInt32(x)137 #define htonl(x) __DARWIN_OSSwapInt32(x)