Home
last modified time | relevance | path

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

/xnu-11215.81.4/libkern/libkern/arm/
H A DOSByteOrder.h45 struct _OSUnalignedU32 { struct
83 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt32()
93 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt32()
154 ((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt32(_data); in _OSWriteSwapInt32()
165 ((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt32(_data); in OSWriteSwapInt32()