Home
last modified time | relevance | path

Searched refs:OSSwapLittleToHostInt64 (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/EXTERNAL_HEADERS/architecture/ !
H A Dbyte_order.h296 return (unsigned long long)OSSwapLittleToHostInt64((uint64_t)x); in NXSwapLittleLongLongToHost()
305 return NXConvertSwappedDoubleToHost((NXSwappedDouble)OSSwapLittleToHostInt64((uint64_t)x)); in NXSwapLittleDoubleToHost()
/xnu-8796.121.2/libkern/libkern/ !
H A DOSByteOrder.h237 #define OSSwapLittleToHostInt64(x) OSSwapInt64(x) macro
311 #define OSSwapLittleToHostInt64(x) ((uint64_t)(x)) macro
/xnu-8796.121.2/bsd/kern/ !
H A Ddecmpfs.c594 hdr->uncompressed_size = OSSwapLittleToHostInt64(hdr->uncompressed_size);