Searched refs:__val (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/libkern/libkern/arm/ |
| H A D | OSByteOrder.h | 65 volatile uint16_t __val; member 69 volatile uint32_t __val; member 73 volatile uint64_t __val; member 84 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt16() 94 return _OSSwapInt16(((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt16() 106 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt32() 116 return _OSSwapInt32(((struct _OSUnalignedU32 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt32() 128 return _OSSwapInt64(((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val); in _OSReadSwapInt64() 138 return _OSSwapInt64(((struct _OSUnalignedU64 *)((uintptr_t)_base + _offset))->__val); in OSReadSwapInt64() 153 ((struct _OSUnalignedU16 *)((uintptr_t)_base + _offset))->__val = _OSSwapInt16(_data); in _OSWriteSwapInt16() [all …]
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOReporterDefs.h | 60 #define PREFL_MEMOP_FAIL(__val, __type) do { \ argument 61 if (__val <= 0) { \ 62 IORERROR("%s - %s <= 0!\n", __func__, #__val); \ 65 } else if (__val > INT_MAX / (int)sizeof(__type)) { \ 66 IORERROR("%s - %s > INT_MAX / sizeof(%s)!\n",__func__,#__val,#__type);\ 72 #define PREFL_MEMOP_PANIC(__val, __type) do { \ argument 73 if (__val <= 0) { \ 74 panic("%s - %s <= 0!", __func__, #__val); \ 75 } else if (__val > INT_MAX / (int)sizeof(__type)) { \ 76 panic("%s - %s > INT_MAX / sizeof(%s)!", __func__, #__val, #__type); \
|
| /xnu-8792.41.9/osfmk/libsa/arm/ |
| H A D | types.h | 71 typedef struct { int __val[2]; } bit64_t; /* signed 64-bit quantity */ member 72 typedef struct { unsigned int __val[2]; } u_bit64_t;/* unsigned 64-bit quantity */ member 73 #define _SIG64_BITS __val[0] /* bits of interest (32) */
|
| /xnu-8792.41.9/osfmk/libsa/i386/ |
| H A D | types.h | 71 typedef struct { int __val[2]; } bit64_t; /* signed 64-bit quantity */ member 72 typedef struct { unsigned int __val[2]; } u_bit64_t;/* unsigned 64-bit quantity */ member 73 #define _SIG64_BITS __val[0] /* bits of interest (32) */
|