Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Ddtutils.c732 ChildTable = NULL; in DtSetTableLength()
743 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtSetTableLength()
744 if (ChildTable) in DtSetTableLength()
751 if (ChildTable->Child) in DtSetTableLength()
754 ChildTable = NULL; in DtSetTableLength()
767 ChildTable = ParentTable; in DtSetTableLength()
813 ChildTable = NULL; in DtWalkTableTree()
824 ChildTable = DtGetNextSubtable (ParentTable, ChildTable); in DtWalkTableTree()
825 if (ChildTable) in DtWalkTableTree()
829 if (ChildTable->Child) in DtWalkTableTree()
[all …]
A Ddtsubtable.c110 DT_SUBTABLE *ChildTable; in DtInsertSubtable() local
127 ChildTable = ParentTable->Child; in DtInsertSubtable()
128 while (ChildTable->Peer) in DtInsertSubtable()
130 ChildTable = ChildTable->Peer; in DtInsertSubtable()
135 ChildTable->Peer = Subtable; in DtInsertSubtable()
229 DT_SUBTABLE *ChildTable) in DtGetNextSubtable() argument
234 if (!ChildTable) in DtGetNextSubtable()
243 return (ChildTable->Peer); in DtGetNextSubtable()
A Ddtcompiler.h262 DT_SUBTABLE *ChildTable);

Completed in 5 milliseconds