Searched refs:OSSwapBigToHostInt16 (Results 1 – 2 of 2) sorted by relevance
210 #define OSSwapBigToHostInt16(x) ((uint16_t)(x)) macro284 #define OSSwapBigToHostInt16(x) OSSwapInt16(x) macro
201 return OSSwapBigToHostInt16(x); in _dispatch_transform_swap_to_host()