Searched defs:Element (Results 1 – 3 of 3) sorted by relevance
207 typedef struct Element { /* double-linked list data type */ struct 208 struct Element *right; argument 209 struct Element *left; argument 211 } Element; typedef
351 ACPI_DEBUG_MEM_BLOCK *Element; in AcpiUtFindAllocation() local 415 ACPI_DEBUG_MEM_BLOCK *Element; AcpiUtTrackAllocation() local 651 ACPI_DEBUG_MEM_BLOCK *Element; AcpiUtDumpAllocations() local [all...]
39 public abstract class Element implements Property, PropertyWalk class