Home
last modified time | relevance | path

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

/xnu-11215.81.4/libkern/libkern/arm/
H A DOSByteOrder.h49 struct _OSUnalignedU64 { struct
105 return _OSSwapInt64(((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt64()
115 return _OSSwapInt64(((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt64()
178 ((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt64(_data); in _OSWriteSwapInt64()
189 ((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt64(_data); in OSWriteSwapInt64()