Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/libkern/
H A DOSByteOrder.h36 #define OSSwapConstInt16(x) __DARWIN_OSSwapConstInt16(x) macro
205 #define OSSwapHostToLittleConstInt16(x) OSSwapConstInt16(x)
229 #define OSSwapLittleToHostConstInt16(x) OSSwapConstInt16(x)
267 #define OSSwapHostToBigConstInt16(x) OSSwapConstInt16(x)
291 #define OSSwapBigToHostConstInt16(x) OSSwapConstInt16(x)
/xnu-8796.121.2/libkern/libkern/machine/
H A DOSByteOrder.h52 return OSSwapConstInt16(data); in _OSSwapInt16()