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

/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h222 #define OSSwapLittleToHostInt16(x) OSSwapInt16(x) macro
296 #define OSSwapLittleToHostInt16(x) ((uint16_t)(x)) macro

Completed in 159 milliseconds