Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/libkern/arm/
H A DOSByteOrder.h72 struct _OSUnalignedU64 { struct
128 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()