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

/xnu-2422.115.4/libkern/libkern/
H A DOSByteOrder.h199 #define OSSwapHostToLittleInt32(x) OSSwapInt32(x) macro
273 #define OSSwapHostToLittleInt32(x) ((uint32_t)(x)) macro

Completed in 19 milliseconds