Searched refs:Depth (Results 1 – 9 of 9) sorted by relevance
/acpica-3.7.0/source/components/debugger/ |
D | dbinput.c | 635 UINT32 Depth; in AcpiDbGetNextToken() local 713 Depth = 1; in AcpiDbGetNextToken() 739 Depth++; /* A nested package declaration */ in AcpiDbGetNextToken() 743 Depth--; in AcpiDbGetNextToken() 744 if (Depth == 0) /* Found final package closing bracket */ in AcpiDbGetNextToken()
|
/acpica-3.7.0/source/compiler/ |
D | prmacros.c | 395 UINT32 Depth = 1; in PrAddMacro() local 408 Depth++; in PrAddMacro() 412 Depth--; in PrAddMacro() 420 if (Depth == 0) in PrAddMacro()
|
D | dtsubtable.c | 222 Subtable->Depth = ParentTable->Depth + 1; in DtInsertSubtable()
|
D | dtio.c | 1076 Subtable->Depth, Subtable->Name, Subtable->Length, Subtable->TotalLength, in DtDumpSubtableInfo() 1090 Subtable->Depth, Subtable->Name, (4 * Subtable->Depth), " ", in DtDumpSubtableTree()
|
D | dtcompiler.h | 240 UINT16 Depth; member
|
/acpica-3.7.0/source/components/executer/ |
D | exdump.c | 744 UINT32 Depth) in AcpiExDumpOperand() argument 786 if (Depth > 0) in AcpiExDumpOperand() 789 Depth, " ", Depth, ObjDesc, ObjDesc->Common.ReferenceCount)); in AcpiExDumpOperand() 894 ObjDesc->Package.Elements[Index], Depth + 1); in AcpiExDumpOperand() 947 AcpiExDumpOperand (ObjDesc->Field.RegionObj, Depth + 1); in AcpiExDumpOperand() 973 AcpiExDumpOperand (ObjDesc->BufferField.BufferObj, Depth + 1); in AcpiExDumpOperand()
|
/acpica-3.7.0/source/include/ |
D | acinterp.h | 671 UINT32 Depth);
|
/acpica-3.7.0/tests/aslts/doc/docs/ |
D | TestOfOperands | 205 Depth: 1,2,3,...,EXP_LEVELS
|
/acpica-3.7.0/documents/ |
D | changes.txt | 12575 defined method (Throttling Depth Limit.)
|