Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Daslprune.c95 ACPI_PRUNE_INFO PruneObj; in AslPruneParseTree() local
98 PruneObj.PruneLevel = PruneDepth; in AslPruneParseTree()
99 PruneObj.Count = 0; in AslPruneParseTree()
104 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE; in AslPruneParseTree()
108 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD; in AslPruneParseTree()
112 PruneObj.ParseOpcode = (UINT16) PARSEOP_IF; in AslPruneParseTree()
188 if (Level <= PruneObj->PruneLevel) in PrTreePruneWalk()
195 PruneObj->ParseOpcode == PARSEOP_IF)) in PrTreePruneWalk()
207 PruneObj->Count++; in PrTreePruneWalk()
215 PruneObj->Count++; in PrTreePruneWalk()
[all …]

Completed in 3 milliseconds