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

/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A DOSByteOrder.h198 #define OSSwapHostToLittleInt16(x) OSSwapInt16(x) macro
272 #define OSSwapHostToLittleInt16(x) ((uint16_t)(x)) macro

Completed in 57 milliseconds