Searched refs:OSWriteBigInt64 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/libunwind-35.3/src/
H A DFileAbstraction.hpp68 static void set64(uint64_t& into, uint64_t value) INLINE { OSWriteBigInt64(&into, 0, value); }
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h164 #define OSWriteBigInt64(base, byteOffset, data) _OSWriteInt64(base, byteOffset, data) macro
238 #define OSWriteBigInt64(base, byteOffset, data) OSWriteSwapInt64(base, byteOffset, data) macro
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DFileAbstraction.hpp71 static void set64(uint64_t& into, uint64_t value) INLINE { OSWriteBigInt64(&into, 0, value); }
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp1293 OSWriteBigInt64(vSegList, offAddr, (UInt64) segment.fIOVMAddr);
1294 OSWriteBigInt64(vSegList, offLen, (UInt64) segment.fLength);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecItem.c513 OSWriteBigInt64(bytes + 4, 0, rowid);

Completed in 87 milliseconds