Searched refs:OSSwapLittleToHostInt64 (Results 1 – 3 of 3) sorted by relevance
296 return (unsigned long long)OSSwapLittleToHostInt64((uint64_t)x); in NXSwapLittleLongLongToHost()305 return NXConvertSwappedDoubleToHost((NXSwappedDouble)OSSwapLittleToHostInt64((uint64_t)x)); in NXSwapLittleDoubleToHost()
237 #define OSSwapLittleToHostInt64(x) OSSwapInt64(x) macro311 #define OSSwapLittleToHostInt64(x) ((uint64_t)(x)) macro
594 hdr->uncompressed_size = OSSwapLittleToHostInt64(hdr->uncompressed_size);