OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DtParserResult
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
dtparser.y
63
UINT64
DtParserResult
; /* Expression return value */
130
: Expression OP_EXP_NEW_LINE {
DtParserResult
=$1; return 0; } /* End of line (newline) */
131
| Expression OP_EXP_EOF {
DtParserResult
=$1; return 0; } /* End of string (0) */
282
/* Parse/Evaluate the input string (value returned in
DtParserResult
) */
289
(UINT32)
DtParserResult
, ACPI_FORMAT_UINT64 (
DtParserResult
));
291
return (
DtParserResult
);
dtparser.tab.c
134
UINT64
DtParserResult
; /* Expression return value */
1495
{
DtParserResult
=(yyvsp[(1) - (2)].value); return 0; ;}
1502
{
DtParserResult
=(yyvsp[(1) - (2)].value); return 0; ;}
1988
/* Parse/Evaluate the input string (value returned in
DtParserResult
) */
1995
(UINT32)
DtParserResult
, ACPI_FORMAT_UINT64 (
DtParserResult
));
1997
return (
DtParserResult
);
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026