Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/libkern/arm/
H A DOSByteOrder.h80 const volatile void * _base, in _OSReadSwapInt16() argument
84 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt16()
90 const volatile void * _base, in OSReadSwapInt16() argument
94 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt16()
102 const volatile void * _base, in _OSReadSwapInt32() argument
106 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt32()
112 const volatile void * _base, in OSReadSwapInt32() argument
116 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt32()
124 const volatile void * _base, in _OSReadSwapInt64() argument
128 return _OSSwapInt64(((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt64()
[all …]
/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c205 #define _CHANNEL_SCHEMA(_base, _off) \ argument
206 _CHANNEL_OFFSET(struct __user_channel_schema *, _base, _off)