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

/macosx-10.10/smb-759.0/kernel/sys5/sys/
H A Dsmb_byte_order.h34 #define letohq(x) (OSSwapLittleToHostInt64(x))
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h296 return (unsigned long long)OSSwapLittleToHostInt64((uint64_t)x);
305 return NXConvertSwappedDoubleToHost((NXSwappedDouble)OSSwapLittleToHostInt64((uint64_t)x));
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOGUIDPartitionScheme.cpp369 gptBlock = OSSwapLittleToHostInt64(headerMap->hdr_lba_table);
494 partitionBase = OSSwapLittleToHostInt64(partition->ent_lba_start);
495 partitionSize = OSSwapLittleToHostInt64(partition->ent_lba_end);
539 partitionBase = OSSwapLittleToHostInt64(partition->ent_lba_start);
540 partitionSize = OSSwapLittleToHostInt64(partition->ent_lba_end);
/macosx-10.10/architecture-266/
H A Dbyte_order.h306 return (unsigned long long)OSSwapLittleToHostInt64((uint64_t)x);
315 return NXConvertSwappedDoubleToHost((NXSwappedDouble)OSSwapLittleToHostInt64((uint64_t)x));
/macosx-10.10/gpt-12/
H A Dgpt.h63 #define le64toh(x) OSSwapLittleToHostInt64((x))
/macosx-10.10/ntfs-84/kext/
H A Dntfs_endian.h61 return (u64)(OSSwapLittleToHostInt64(x));
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h224 #define OSSwapLittleToHostInt64(x) OSSwapInt64(x) macro
298 #define OSSwapLittleToHostInt64(x) ((uint64_t)(x)) macro
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c1162 outxattr->flags = OSSwapLittleToHostInt64(outxattr->flags);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c498 hdr->uncompressed_size = OSSwapLittleToHostInt64(hdr->uncompressed_size);

Completed in 190 milliseconds