Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/mach/ !
H A Dndr.h106 #define __NDR_READSWAP__uint16_t(a) OSReadSwapInt16((void *)a, 0)
107 #define __NDR_READSWAP__int16_t(a) (int16_t)OSReadSwapInt16((void *)a, 0)
/xnu-11417.101.15/libkern/libkern/i386/ !
H A DOSByteOrder.h42 OSReadSwapInt16( in OSReadSwapInt16() function
/xnu-11417.101.15/libkern/libkern/machine/ !
H A DOSByteOrder.h79 OSReadSwapInt16( in OSReadSwapInt16() function
/xnu-11417.101.15/libkern/libkern/ !
H A DOSByteOrder.h181 #define OSReadLittleInt16(base, byteOffset) OSReadSwapInt16(base, byteOffset)
243 #define OSReadBigInt16(base, byteOffset) OSReadSwapInt16(base, byteOffset)
/xnu-11417.101.15/libkern/libkern/arm/ !
H A DOSByteOrder.h66 OSReadSwapInt16( in OSReadSwapInt16() function