Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/libkern/libkern/i386/
H A DOSByteOrder.h66 OSReadSwapInt64( in OSReadSwapInt64() function
/xnu-8796.121.2/libkern/libkern/machine/
H A DOSByteOrder.h99 OSReadSwapInt64( in OSReadSwapInt64() function
/xnu-8796.121.2/libkern/libkern/
H A DOSByteOrder.h183 #define OSReadLittleInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset)
245 #define OSReadBigInt64(base, byteOffset) OSReadSwapInt64(base, byteOffset)
/xnu-8796.121.2/libkern/libkern/arm/
H A DOSByteOrder.h133 OSReadSwapInt64( in OSReadSwapInt64() function