Searched refs:OSSwapConstInt32 (Results 1 – 2 of 2) sorted by relevance
37 #define OSSwapConstInt32(x) __DARWIN_OSSwapConstInt32(x) macro206 #define OSSwapHostToLittleConstInt32(x) OSSwapConstInt32(x)230 #define OSSwapLittleToHostConstInt32(x) OSSwapConstInt32(x)268 #define OSSwapHostToBigConstInt32(x) OSSwapConstInt32(x)292 #define OSSwapBigToHostConstInt32(x) OSSwapConstInt32(x)
61 return OSSwapConstInt32(data); in _OSSwapInt32()