Home
last modified time | relevance | path

Searched refs:_OSSwapInt16 (Results 1 – 3 of 3) sorted by relevance

/NextBSD/include/libkern/
HD_OSByteOrder.h66 ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
89 #define __DARWIN_OSSwapInt16(x) _OSSwapInt16(x)
99 _OSSwapInt16( in _OSSwapInt16() function
/NextBSD/include/libkern/i386/
HDOSByteOrder.h48 return _OSSwapInt16(result); in OSReadSwapInt16()
87 *(volatile uint16_t *)((uintptr_t)base + byteOffset) = _OSSwapInt16(data); in OSWriteSwapInt16()
HD_OSByteOrder.h46 _OSSwapInt16( in _OSSwapInt16() function