Searched refs:OSSwapHostToLittleInt32 (Results 1 – 2 of 2) sorted by relevance
332 return (unsigned int)OSSwapHostToLittleInt32((uint32_t)x); in NXSwapHostIntToLittle()341 return (unsigned long)OSSwapHostToLittleInt32((uint32_t)x); in NXSwapHostLongToLittle()368 return (NXSwappedFloat)OSSwapHostToLittleInt32((uint32_t)NXConvertHostFloatToSwapped(x)); in NXSwapHostFloatToLittle()
95 #define OSSwapHostToLittleInt(x) OSSwapHostToLittleInt32(x)212 #define OSSwapHostToLittleInt32(x) OSSwapInt32(x) macro286 #define OSSwapHostToLittleInt32(x) ((uint32_t)(x)) macro