Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/libkern/
H A DOSByteOrder.h211 #define OSSwapHostToLittleInt16(x) OSSwapInt16(x) macro
285 #define OSSwapHostToLittleInt16(x) ((uint16_t)(x)) macro
/xnu-8019.80.24/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h323 return (unsigned short)OSSwapHostToLittleInt16((uint16_t)x); in NXSwapHostShortToLittle()