Searched refs:OSReadLittleInt64 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libunwind-35.3/src/
H A DFileAbstraction.hpp96 static uint64_t get64(const uint64_t& from) INLINE { return OSReadLittleInt64(&from, 0); }
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h170 #define OSReadLittleInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset) macro
244 #define OSReadLittleInt64(base, byteOffset) _OSReadInt64(base, byteOffset) macro
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DFileAbstraction.hpp102 static uint64_t get64(const uint64_t& from) INLINE { return OSReadLittleInt64(&from, 0); }

Completed in 124 milliseconds