Home
last modified time | relevance | path

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

/NextBSD/include/libkern/
HD_OSByteOrder.h43 #define __DARWIN_OSSwapConstInt16(x) \ macro
66 ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
103 return __DARWIN_OSSwapConstInt16(data); in _OSSwapInt16()
HDOSByteOrder.h36 #define OSSwapConstInt16(x) __DARWIN_OSSwapConstInt16(x)