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

/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbhistry.c168 UINT16 HistoryIndex; local
171 HistoryIndex = AcpiGbl_LoHistory;
177 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command)
180 AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum,
181 AcpiGbl_HistoryBuffer[HistoryIndex].Command);
184 HistoryIndex++;
185 if (HistoryIndex >= HISTORY_SIZE)
187 HistoryIndex = 0;
245 UINT16 HistoryIndex; local
250 HistoryIndex
[all...]

Completed in 27 milliseconds