Searched refs:OSSwapLittleToHostInt32 (Results 1 – 3 of 3) sorted by relevance
278 return (unsigned int)OSSwapLittleToHostInt32((uint32_t)x); in NXSwapLittleIntToHost()287 return (unsigned long)OSSwapLittleToHostInt32((uint32_t)x); in NXSwapLittleLongToHost()314 return NXConvertSwappedFloatToHost((NXSwappedFloat)OSSwapLittleToHostInt32((uint32_t)x)); in NXSwapLittleFloatToHost()
96 #define OSSwapLittleToHostInt(x) OSSwapLittleToHostInt32(x)236 #define OSSwapLittleToHostInt32(x) OSSwapInt32(x) macro310 #define OSSwapLittleToHostInt32(x) ((uint32_t)(x)) macro
592 hdr->compression_magic = OSSwapLittleToHostInt32(hdr->compression_magic);593 hdr->compression_type = OSSwapLittleToHostInt32(hdr->compression_type);