Searched refs:NXConvertSwappedDoubleToHost (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h109 NXConvertSwappedDoubleToHost(NXSwappedDouble x) function
197 return NXConvertSwappedDoubleToHost((NXSwappedDouble)OSSwapBigToHostInt64((uint64_t)x));
305 return NXConvertSwappedDoubleToHost((NXSwappedDouble)OSSwapLittleToHostInt64((uint64_t)x));

Completed in 20 milliseconds