Home
last modified time | relevance | path

Searched refs:OSSwapBigToHostInt64 (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h188 return (unsigned long long)OSSwapBigToHostInt64((uint64_t)x); in NXSwapBigLongLongToHost()
197 return NXConvertSwappedDoubleToHost((NXSwappedDouble)OSSwapBigToHostInt64((uint64_t)x)); in NXSwapBigDoubleToHost()
/xnu-10063.141.1/libkern/libkern/
H A DOSByteOrder.h225 #define OSSwapBigToHostInt64(x) ((uint64_t)(x)) macro
299 #define OSSwapBigToHostInt64(x) OSSwapInt64(x) macro
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_quota.c824 dqb->dqb_bhardlimit = OSSwapBigToHostInt64(dqb->dqb_bhardlimit); in dqlookup()
825 dqb->dqb_bsoftlimit = OSSwapBigToHostInt64(dqb->dqb_bsoftlimit); in dqlookup()
826 dqb->dqb_curbytes = OSSwapBigToHostInt64(dqb->dqb_curbytes); in dqlookup()
H A Dvfs_xattr.c1457 #define SWAP64(x) OSSwapBigToHostInt64((x))