Searched refs:_OSSwapInt64 (Results 1 – 5 of 5) sorted by relevance
41 _OSSwapInt64( in _OSSwapInt64() function128 return _OSSwapInt64(((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt64()138 return _OSSwapInt64(((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt64()201 ((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt64(_data); in _OSWriteSwapInt64()212 ((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt64(_data); in OSWriteSwapInt64()
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()
66 _OSSwapInt64( in _OSSwapInt64() function105 return _OSSwapInt64(data); in OSReadSwapInt64()140 *(volatile uint64_t *)((uintptr_t)base + byteOffset) = _OSSwapInt64(data); in OSWriteSwapInt64()
91 (__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt64(x) : _OSSwapInt64(x))117 _OSSwapInt64( in _OSSwapInt64() function129 #define __DARWIN_OSSwapInt64(x) _OSSwapInt64(x)