Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/libkern/
H A DOSByteOrder.h37 #define OSSwapConstInt32(x) __DARWIN_OSSwapConstInt32(x) macro
206 #define OSSwapHostToLittleConstInt32(x) OSSwapConstInt32(x)
230 #define OSSwapLittleToHostConstInt32(x) OSSwapConstInt32(x)
268 #define OSSwapHostToBigConstInt32(x) OSSwapConstInt32(x)
292 #define OSSwapBigToHostConstInt32(x) OSSwapConstInt32(x)
/xnu-8796.121.2/libkern/libkern/machine/
H A DOSByteOrder.h61 return OSSwapConstInt32(data); in _OSSwapInt32()