Home
last modified time | relevance | path

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

/xnu-8792.41.9/libkern/libkern/arm/
H A DOSByteOrder.h64 struct _OSUnalignedU16 { struct
84 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt16() argument
94 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt16()
153 ((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt16(_data); in _OSWriteSwapInt16()
164 ((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt16(_data); in OSWriteSwapInt16()