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

/darwin-on-arm/xnu/libkern/libkern/
H A DOSByteOrder.h201 #define OSSwapHostToLittleInt32(x) OSSwapInt32(x) macro
275 #define OSSwapHostToLittleInt32(x) ((uint32_t)(x)) macro

Completed in 7 milliseconds