Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dndr.h108 #define __NDR_READSWAP__uint32_t(a) OSReadSwapInt32((void *)a, 0)
109 #define __NDR_READSWAP__int32_t(a) (int32_t)OSReadSwapInt32((void *)a, 0)
/xnu-11215/libkern/libkern/i386/
H A DOSByteOrder.h55 OSReadSwapInt32( in OSReadSwapInt32() function
/xnu-11215/libkern/libkern/machine/
H A DOSByteOrder.h90 OSReadSwapInt32( in OSReadSwapInt32() function
/xnu-11215/libkern/libkern/
H A DOSByteOrder.h182 #define OSReadLittleInt32(base, byteOffset) OSReadSwapInt32(base, byteOffset)
244 #define OSReadBigInt32(base, byteOffset) OSReadSwapInt32(base, byteOffset)
/xnu-11215/libkern/libkern/arm/
H A DOSByteOrder.h88 OSReadSwapInt32( in OSReadSwapInt32() function