Home
last modified time | relevance | path

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

/NextBSD/include/libkern/i386/
HD_OSByteOrder.h70 _OSSwapInt64( in _OSSwapInt64() function
80 _OSSwapInt64( in _OSSwapInt64() function
93 _OSSwapInt64( in _OSSwapInt64() function
HDOSByteOrder.h74 return _OSSwapInt64(result); in OSReadSwapInt64()
109 *(volatile uint64_t *)((uintptr_t)base + byteOffset) = _OSSwapInt64(data); in OSWriteSwapInt64()
/NextBSD/include/libkern/
HD_OSByteOrder.h72 (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt64(x) : _OSSwapInt64(x))
93 #define __DARWIN_OSSwapInt64(x) _OSSwapInt64(x)
117 _OSSwapInt64( in _OSSwapInt64() function