Searched defs:OSSwapBigToHostInt32 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h211 #define OSSwapBigToHostInt32(x) ((uint32_t)(x)) macro
285 #define OSSwapBigToHostInt32(x) OSSwapInt32(x) macro

Completed in 126 milliseconds