Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/libkern/arm/
H A DOSByteOrder.h68 struct _OSUnalignedU32 { struct
106 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt32()
116 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt32()
177 ((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt32(_data); in _OSWriteSwapInt32()
188 ((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt32(_data); in OSWriteSwapInt32()