Searched refs:Value (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSEndianTypes.h138 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(); }; \
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp665 #define YYBACKUP(Token, Value) \
670 yylval = (Value); \
751 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
757 Type, Value); \
892 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
H A DOSUnserializeXML.cpp699 #define YYBACKUP(Token, Value) \
704 yylval = (Value); \
785 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
791 Type, Value); \
926 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dasm.h90 #define Value .word macro
/darwin-on-arm/xnu/pexpert/pexpert/i386/
H A Defi.h183 // Value definition for EFI_TIME.TimeZone
393 IN EFI_STATUS_CODE_VALUE Value,
/darwin-on-arm/xnu/SETUP/config/
H A Dparser.y114 %type <val> Value
728 Dev Value
735 Value: label
/darwin-on-arm/xnu/osfmk/i386/
H A Dasm.h144 #define Value .word macro

Completed in 102 milliseconds