Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dndr.h110 #define __NDR_READSWAP__uint64_t(a) OSReadSwapInt64((void *)a, 0)
111 #define __NDR_READSWAP__int64_t(a) (int64_t)OSReadSwapInt64((void *)a, 0)
/xnu-11215/libkern/libkern/i386/
H A DOSByteOrder.h68 OSReadSwapInt64( in OSReadSwapInt64() function
/xnu-11215/libkern/libkern/machine/
H A DOSByteOrder.h101 OSReadSwapInt64( in OSReadSwapInt64() function
/xnu-11215/libkern/libkern/
H A DOSByteOrder.h183 #define OSReadLittleInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset)
245 #define OSReadBigInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset)
/xnu-11215/libkern/libkern/arm/
H A DOSByteOrder.h110 OSReadSwapInt64( in OSReadSwapInt64() function