Searched refs:OSSwapConstInt16 (Results 1 – 2 of 2) sorted by relevance
36 #define OSSwapConstInt16(x) __DARWIN_OSSwapConstInt16(x) macro205 #define OSSwapHostToLittleConstInt16(x) OSSwapConstInt16(x)229 #define OSSwapLittleToHostConstInt16(x) OSSwapConstInt16(x)267 #define OSSwapHostToBigConstInt16(x) OSSwapConstInt16(x)291 #define OSSwapBigToHostConstInt16(x) OSSwapConstInt16(x)
52 return OSSwapConstInt16(data); in _OSSwapInt16()