OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrSetOpIntegerValue
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslrules.y
181
PARSEOP_OPEN_PAREN {
TrSetOpIntegerValue
(PARSEOP_METHODCALL, $1); COMMENT_CAPTURE_OFF;}
423
: Integer {$$ =
TrSetOpIntegerValue
(PARSEOP_BYTECONST, $1);}
427
: Integer {$$ =
TrSetOpIntegerValue
(PARSEOP_WORDCONST, $1);}
431
: Integer {$$ =
TrSetOpIntegerValue
(PARSEOP_DWORDCONST, $1);}
435
: Integer {$$ =
TrSetOpIntegerValue
(PARSEOP_QWORDCONST, $1);}
451
| ConstExprTerm {$$ =
TrSetOpIntegerValue
(PARSEOP_BYTECONST, $1);}
460
| ConstExprTerm {$$ =
TrSetOpIntegerValue
(PARSEOP_WORDCONST, $1);}
469
| ConstExprTerm {$$ =
TrSetOpIntegerValue
(PARSEOP_DWORDCONST, $1);}
478
| ConstExprTerm {$$ =
TrSetOpIntegerValue
(PARSEOP_QWORDCONST, $1);}
742
: Integer {$$ =
TrSetOpIntegerValue
(PARSEOP_PACKAGE_LENGTH
[
all
...]
aslfold.c
796
TrSetOpIntegerValue
(PARSEOP_BYTECONST, Op);
802
TrSetOpIntegerValue
(PARSEOP_WORDCONST, Op);
808
TrSetOpIntegerValue
(PARSEOP_DWORDCONST, Op);
814
TrSetOpIntegerValue
(PARSEOP_QWORDCONST, Op);
822
TrSetOpIntegerValue
(PARSEOP_INTEGER, Op);
aslprimaries.y
396
PARSEOP_CLOSE_PAREN {$$ =
TrSetOpIntegerValue
(PARSEOP_EISAID, $3);}
582
PARSEOP_CLOSE_PAREN {$$ =
TrSetOpIntegerValue
(PARSEOP_INCLUDE, $3);
1308
PARSEOP_CLOSE_PAREN {$$ =
TrSetOpIntegerValue
(PARSEOP_TOUUID, $3);}
asltree.c
54
* FUNCTION:
TrSetOpIntegerValue
67
TrSetOpIntegerValue
(
aslcompiler.h
854
TrSetOpIntegerValue
(
Completed in 29 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026