Searched refs:Value (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSEndianTypes.h | 138 typedef argtype ## argsize Value; \ 144 void writeValue(Value v) { \ 151 Value readValue() const { \ 152 return (Value) OSRead ## argend ## Int ## argsize(&mValue, 0); \ 158 argname (Value v) { writeValue(v); }; \ 159 argname &operator = (Value v) { writeValue(v); return *this; } \ 161 Value get() const { return readValue(); }; \ 162 operator Value () const { return readValue(); }; \
|
| H A D | OSUnserializeXMLSharedImplementation.h | 770 #define YYBACKUP(Token, Value) \ argument 775 yylval = (Value); \ 856 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 862 Type, Value); \ 999 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus_notify.md | 29 | Level | Value | Knote Flags | Dispatch Source Mask |… 67 | Threshold | Embedded Value | macOS Value …
|
| /xnu-11215/osfmk/arm64/ |
| H A D | asm.h | 106 #define Value .word macro
|
| /xnu-11215/libkern/c++/ |
| H A D | OSUnserialize.cpp | 693 #define YYBACKUP(Token, Value) \ argument 698 yylval = (Value); \ 779 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 785 Type, Value); \ 922 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
| /xnu-11215/osfmk/arm/ |
| H A D | asm.h | 107 #define Value .word macro
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 770 #define YYBACKUP(Token, Value) \ argument 775 yylval = (Value); \ 856 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 862 Type, Value); \ 999 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
| /xnu-11215/pexpert/pexpert/i386/ |
| H A D | efi.h | 392 IN EFI_STATUS_CODE_VALUE Value,
|
| /xnu-11215/osfmk/i386/ |
| H A D | asm.h | 138 #define Value .word macro
|