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

/darwin-on-arm/xnu/libkern/libkern/
H A DOSByteOrder.h225 #define OSSwapLittleToHostInt32(x) OSSwapInt32(x) macro
299 #define OSSwapLittleToHostInt32(x) ((uint32_t)(x)) macro

Completed in 8 milliseconds