Searched refs:OSSwapLittleToHostInt16 (Results 1 – 3 of 3) sorted by relevance
222 #define OSSwapLittleToHostInt16(x) OSSwapInt16(x) macro296 #define OSSwapLittleToHostInt16(x) ((uint16_t)(x)) macro
199 return OSSwapLittleToHostInt16(x); in _dispatch_transform_swap_to_host()
116 _X = OSSwapLittleToHostInt16(_x); \