Searched refs:_OSSwapInt64 (Results 1 – 3 of 3) sorted by relevance
70 _OSSwapInt64( in _OSSwapInt64() function80 _OSSwapInt64( in _OSSwapInt64() function93 _OSSwapInt64( in _OSSwapInt64() function
74 return _OSSwapInt64(result); in OSReadSwapInt64()109 *(volatile uint64_t *)((uintptr_t)base + byteOffset) = _OSSwapInt64(data); in OSWriteSwapInt64()
72 (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt64(x) : _OSSwapInt64(x))93 #define __DARWIN_OSSwapInt64(x) _OSSwapInt64(x)117 _OSSwapInt64( in _OSSwapInt64() function