Home
last modified time | relevance | path

Searched refs:OSSwapHostToLittleInt32 (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h332 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()
/xnu-11215.81.4/libkern/libkern/
H A DOSByteOrder.h95 #define OSSwapHostToLittleInt(x) OSSwapHostToLittleInt32(x)
212 #define OSSwapHostToLittleInt32(x) OSSwapInt32(x) macro
286 #define OSSwapHostToLittleInt32(x) ((uint32_t)(x)) macro