Searched refs:OSSwapLittleToHostInt32 (Results 1 – 2 of 2) sorted by relevance
150 #define OSSwapLittleToHostInt(x) OSSwapLittleToHostInt32(x)290 #define OSSwapLittleToHostInt32(x) OSSwapInt32(x) macro364 #define OSSwapLittleToHostInt32(x) ((uint32_t)(x)) macro
116 _X = OSSwapLittleToHostInt32(_x); \