Home
last modified time | relevance | path

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

/acpica-3.7.0/source/components/debugger/
Ddbinput.c635 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/
Dprmacros.c395 UINT32 Depth = 1; in PrAddMacro() local
408 Depth++; in PrAddMacro()
412 Depth--; in PrAddMacro()
420 if (Depth == 0) in PrAddMacro()
Ddtsubtable.c222 Subtable->Depth = ParentTable->Depth + 1; in DtInsertSubtable()
Ddtio.c1076 Subtable->Depth, Subtable->Name, Subtable->Length, Subtable->TotalLength, in DtDumpSubtableInfo()
1090 Subtable->Depth, Subtable->Name, (4 * Subtable->Depth), " ", in DtDumpSubtableTree()
Ddtcompiler.h240 UINT16 Depth; member
/acpica-3.7.0/source/components/executer/
Dexdump.c744 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/
Dacinterp.h671 UINT32 Depth);
/acpica-3.7.0/tests/aslts/doc/docs/
DTestOfOperands205 Depth: 1,2,3,...,EXP_LEVELS
/acpica-3.7.0/documents/
Dchanges.txt12575 defined method (Throttling Depth Limit.)