Searched refs:OSSwapLittleToHostInt16 (Results 1 – 2 of 2) sorted by relevance
235 #define OSSwapLittleToHostInt16(x) OSSwapInt16(x) macro309 #define OSSwapLittleToHostInt16(x) ((uint16_t)(x)) macro
269 return (unsigned short)OSSwapLittleToHostInt16((uint16_t)x); in NXSwapLittleShortToHost()