Home
last modified time | relevance | path

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

/xnu-11215.81.4/libkern/libkern/arm/
H A DOSByteOrder.h41 struct _OSUnalignedU16 { struct
61 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt16() argument
71 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt16()
130 ((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt16(_data); in _OSWriteSwapInt16()
141 ((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt16(_data); in OSWriteSwapInt16()