Searched refs:OSSwapHostToLittleInt64 (Results 1 – 2 of 2) sorted by relevance
350 return (unsigned long long)OSSwapHostToLittleInt64((uint64_t)x); in NXSwapHostLongLongToLittle()359 return (NXSwappedDouble)OSSwapHostToLittleInt64((uint64_t)NXConvertHostDoubleToSwapped(x)); in NXSwapHostDoubleToLittle()
213 #define OSSwapHostToLittleInt64(x) OSSwapInt64(x) macro287 #define OSSwapHostToLittleInt64(x) ((uint64_t)(x)) macro