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

/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h223 #define OSSwapLittleToHostInt32(x) OSSwapInt32(x) macro
297 #define OSSwapLittleToHostInt32(x) ((uint32_t)(x)) macro

Completed in 133 milliseconds