Home
last modified time | relevance | path

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

/xnu-11215.1.10/libkern/libkern/
H A DOSByteOrder.h235 #define OSSwapLittleToHostInt16(x) OSSwapInt16(x) macro
309 #define OSSwapLittleToHostInt16(x) ((uint16_t)(x)) macro