Home
last modified time | relevance | path

Searched refs:OSReadSwapInt64 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/include/libkern/
HDOSByteOrder.h74 OSReadSwapInt64( in OSReadSwapInt64() function
237 #define OSReadLittleInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset)
299 #define OSReadBigInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset)
/NextBSD/include/libkern/i386/
HDOSByteOrder.h66 OSReadSwapInt64( in OSReadSwapInt64() function