Searched refs:AcpiGbl_LoHistory (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbhistry.c67 static UINT16 AcpiGbl_LoHistory = 0; variable
128 (AcpiGbl_NextHistoryIndex == AcpiGbl_LoHistory))
130 AcpiGbl_LoHistory++;
131 if (AcpiGbl_LoHistory >= HISTORY_SIZE)
133 AcpiGbl_LoHistory = 0;
171 HistoryIndex = AcpiGbl_LoHistory;
250 HistoryIndex = AcpiGbl_LoHistory;

Completed in 21 milliseconds