Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/libkern/
H A DOSByteOrder.h235 #define OSSwapLittleToHostInt16(x) OSSwapInt16(x) macro
309 #define OSSwapLittleToHostInt16(x) ((uint16_t)(x)) macro
/xnu-8796.121.2/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h269 return (unsigned short)OSSwapLittleToHostInt16((uint16_t)x); in NXSwapLittleShortToHost()