Home
last modified time | relevance | path

Searched refs:Operator (Results 1 – 17 of 17) sorted by relevance

/acpica-3.7.0/source/tools/acpihelp/
Dahasl.c303 const AH_ASL_OPERATOR *Operator; in AhFindAslOperators() local
311 for (Operator = Gbl_AslOperatorInfo; Operator->Name; Operator++) in AhFindAslOperators()
315 AhDisplayAslOperator (Operator); in AhFindAslOperators()
322 strcpy (Gbl_Buffer, Operator->Name); in AhFindAslOperators()
327 AhDisplayAslOperator (Operator); in AhFindAslOperators()
/acpica-3.7.0/source/compiler/
Daslparseop.c570 ACPI_PARSE_OBJECT *Operator; in TrCreateAssignmentOp() local
649 Operator = TrAllocateOp (PARSEOP_STORE); in TrCreateAssignmentOp()
650 TrLinkOpChildren (Operator, 2, Source, Target); in TrCreateAssignmentOp()
654 Operator->Asl.LineNumber = Target->Asl.LineNumber; in TrCreateAssignmentOp()
655 Operator->Asl.LogicalLineNumber = Target->Asl.LogicalLineNumber; in TrCreateAssignmentOp()
656 Operator->Asl.LogicalByteOffset = Target->Asl.LogicalByteOffset; in TrCreateAssignmentOp()
657 Operator->Asl.Column = Target->Asl.Column; in TrCreateAssignmentOp()
659 return (Operator); in TrCreateAssignmentOp()
Daslxrefout.c831 const char *Operator; in OtXrefAnalysisWalkPart3() local
886 Operator = "Scope"; in OtXrefAnalysisWalkPart3()
890 Operator = "Alias"; in OtXrefAnalysisWalkPart3()
894 Operator = "ModLevel"; in OtXrefAnalysisWalkPart3()
898 Operator = AcpiUtGetTypeName (CallerOp->Asl.Node->Type); in OtXrefAnalysisWalkPart3()
905 Operator, in OtXrefAnalysisWalkPart3()
Ddtexpress.c224 UINT32 Operator, in DtDoOperator() argument
232 switch (Operator) in DtDoOperator()
359 DtGetOpName (Operator), in DtDoOperator()
Ddtcompiler.h400 UINT32 Operator,
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/roptional/
Droptional.asl54 returned by any normal Operator providing optional storing (Op)):
79 - the type of the result Object depend on the Operator
716 /* Retrieve index of the verified Operator */
1666 /* Retrieve index of the verified Operator */
2026 /* index of the Operator */
2105 /* index of the Operator */
2186 /* index of the Operator */
2265 /* index of the Operator */
2346 /* index of the Operator */
2425 /* index of the Operator */
[all …]
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/
Drexplicitconv.asl53 returned by any Explicit conversion Operator (Op)):
65 - the type of the result Object depend on the Operator
647 /* Retrieve index of the verified Explicit conversion Operator */
1133 /* Retrieve index of the verified Explicit conversion Operator */
1334 /* index of the Operator */
1411 /* index of the Operator */
1490 /* index of the Operator */
1567 /* index of the Operator */
1646 /* index of the Operator */
1723 /* index of the Operator */
[all …]
/acpica-3.7.0/tests/aslts/doc/docs/
DTestOfOperands203 Operator(Operator(Operator(Operator(...))))
204 Operator([Operand,]Operator([Operand,]Operator(...)))
569 - six-parameters (1 Operator)
638 // 6 parameters (1 Operator)
699 of the whole Buffer after Operator completion.
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/provoke/
Dprovoke.asl63 /* Operator updates the source object passed to method directly, */
77 /* Operator doesn't update the source object passed to method as a REFERENCE */
/acpica-3.7.0/source/tools/acpisrc/
Dasconvrt.c271 for (BraceInfo = Gbl_BraceInfo; BraceInfo->Operator; BraceInfo++) in AsCheckBracesCallback()
273 if (!(strncmp (BraceInfo->Operator, SubBuffer, BraceInfo->Length))) in AsCheckBracesCallback()
292 BraceInfo->Operator + 1, LineNumber, Filename); in AsCheckBracesCallback()
Dacpisrc.h330 char *Operator; member
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0058/
DDECL.asl35 * Concatenate Operator seems to have
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/
DSPEC226 - immediate Result Object returned by any Operator
280 = Result Object returned by any Operator (Op)
384 The other ASL Operator Reference chapters allowing optional storing
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/rindecrement/
Drindecrement.asl663 /* Use a Source Object immediately in the Operator */
1022 /* Use a reference to Source Object in the Operator */
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/rstore/
Drstore.asl837 /* Result Object returned by any Operator (Op) */
1597 /* Result Object returned by any Operator (Op) */
2321 /* Result Object returned by any Operator (Op): */
3068 /* Result Object returned by any Operator (Op): */
4153 /* Result Object returned by any Operator (Op): */
4803 /* Result Object returned by any Operator (Op): */
5435 /* Result Object returned by any Operator (Op): */
6088 /* Result Object returned by any Operator (Op): */
6810 /* Result Object returned by any Operator (Op): */
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/common/
Drcommon.asl32 /* Flags of types can be used in Index Operator */
2413 /* Can be used in Index Operator */
5437 /* Can be used in Index Operator */
/acpica-3.7.0/tests/misc/
Dgrammar.asl2157 // Internal test cases to validate IfOp (Operator (,,)) where Operator
3084 //This code tests the bitwise AndOp and OrOp Operator terms
3718 //Test the LOr Operator