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

/macosx-10.10/libunwind-35.3/src/
H A DFileAbstraction.hpp67 static uint64_t get64(const uint64_t& from) INLINE { return OSReadBigInt64(&from, 0); }
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h158 #define OSReadBigInt64(base, byteOffset) _OSReadInt64(base, byteOffset) macro
232 #define OSReadBigInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset) macro
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DFileAbstraction.hpp70 static uint64_t get64(const uint64_t& from) INLINE { return OSReadBigInt64(&from, 0); }
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecItem.c528 sqlite_int64 rowid = OSReadBigInt64(bytes + 4, 0);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c888 t2->pixelClock = OSReadBigInt64(&t1->pixelClock, 0);
889 t2->minPixelClock = OSReadBigInt64(&t1->minPixelClock, 0);
890 t2->maxPixelClock = OSReadBigInt64(&t1->maxPixelClock, 0);

Completed in 211 milliseconds