Searched refs:OSSwapHostToBigInt64 (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/smb-759.0/kernel/sys5/sys/
H A Dsmb_byte_order.h40 #define htobeq(x) (OSSwapHostToBigInt64(x))
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dendian.h46 static inline unsigned long h2n(unsigned long v) { return OSSwapHostToBigInt64(v); }
49 static inline signed long h2n(signed long v) { return OSSwapHostToBigInt64(v); }
61 static inline unsigned long long h2n(unsigned long long v) { return OSSwapHostToBigInt64(v); }
64 static inline long long h2n(long long v) { return OSSwapHostToBigInt64(v); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dendian.h46 static inline unsigned long h2n(unsigned long v) { return OSSwapHostToBigInt64(v); }
49 static inline signed long h2n(signed long v) { return OSSwapHostToBigInt64(v); }
61 static inline unsigned long long h2n(unsigned long long v) { return OSSwapHostToBigInt64(v); }
64 static inline long long h2n(long long v) { return OSSwapHostToBigInt64(v); }
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h242 return (unsigned long long)OSSwapHostToBigInt64((uint64_t)x);
251 return (NXSwappedDouble)OSSwapHostToBigInt64((uint64_t)NXConvertHostDoubleToSwapped(x));
/macosx-10.10/architecture-266/
H A Dbyte_order.h252 return (unsigned long long)OSSwapHostToBigInt64((uint64_t)x);
261 return (NXSwappedDouble)OSSwapHostToBigInt64((uint64_t)NXConvertHostDoubleToSwapped(x));
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h188 #define OSSwapHostToBigInt64(x) ((uint64_t)(x)) macro
262 #define OSSwapHostToBigInt64(x) OSSwapInt64(x) macro
/macosx-10.10/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c706 tblk.dqb_bhardlimit = OSSwapHostToBigInt64(dqbp->dqb_bhardlimit);
707 tblk.dqb_bsoftlimit = OSSwapHostToBigInt64(dqbp->dqb_bsoftlimit);
708 tblk.dqb_curbytes = OSSwapHostToBigInt64(dqbp->dqb_curbytes);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_quota.c1026 dqb.dqb_bhardlimit = OSSwapHostToBigInt64(dqblkp->dqb_bhardlimit);
1027 dqb.dqb_bsoftlimit = OSSwapHostToBigInt64(dqblkp->dqb_bsoftlimit);
1028 dqb.dqb_curbytes = OSSwapHostToBigInt64(dqblkp->dqb_curbytes);
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp1032 snprintf ( name, sizeof ( name ), "FC Target %016qX", OSSwapHostToBigInt64 ( *( UInt64 * ) data->getBytesNoCopy ( ) ) );
1070 snprintf ( name, sizeof ( name ), "SAS Target %016qX", OSSwapHostToBigInt64 ( *( UInt64 * ) data->getBytesNoCopy ( ) ) );
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dwinscard_msg.cpp661 cs->size = OSSwapHostToBigInt64(cs->size);
721 ts->size = OSSwapHostToBigInt64(ts->size);
/macosx-10.10/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c498 dqbuf.dqb_curbytes = OSSwapHostToBigInt64(fup->fu_curbytes);
530 dqbuf.dqb_curbytes = OSSwapHostToBigInt64(fup->fu_curbytes);
/macosx-10.10/Libinfo-459/membership.subproj/
H A Dmembership.c615 temp = OSSwapHostToBigInt64(temp);
/macosx-10.10/disklabel-6/
H A Dutil.c267 tmp.al_offset = OSSwapHostToBigInt64(tmp.al_offset);
/macosx-10.10/dyld-353.2.1/include/
H A Dobjc-shared-cache.h104 #define S64(x) x = little_endian ? OSSwapHostToLittleInt64(x) : OSSwapHostToBigInt64(x)
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c683 value = OSSwapHostToBigInt64( value );
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dxdr_cssm.c526 case sizeof(uint64_t): *(uint64_t*)objp->Data = OSSwapHostToBigInt64(*(uint64_t*)objp->Data); break;
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dxdr_cssm.c526 case sizeof(uint64_t): *(uint64_t*)objp->Data = OSSwapHostToBigInt64(*(uint64_t*)objp->Data); break;
/macosx-10.10/adv_cmds-158/gencat/
H A Dgenlib.c49 #define htonll(x) OSSwapHostToBigInt64(x)
/macosx-10.10/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c1626 *(uint64_t *) th->th_data = OSSwapHostToBigInt64((*(uint64_t *) panic_data));
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp1101 UInt64 guid_big = OSSwapHostToBigInt64( guid );

Completed in 267 milliseconds