Home
last modified time | relevance | path

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

/xnu-8020.121.3/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h350 return (unsigned long long)OSSwapHostToLittleInt64((uint64_t)x); in NXSwapHostLongLongToLittle()
359 return (NXSwappedDouble)OSSwapHostToLittleInt64((uint64_t)NXConvertHostDoubleToSwapped(x)); in NXSwapHostDoubleToLittle()
/xnu-8020.121.3/libkern/libkern/
H A DOSByteOrder.h213 #define OSSwapHostToLittleInt64(x) OSSwapInt64(x) macro
287 #define OSSwapHostToLittleInt64(x) ((uint64_t)(x)) macro