Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/debugger/
A Ddbhistry.c55 #define HISTORY_SIZE 40 macro
66 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE];
127 if ((AcpiGbl_NumHistory == HISTORY_SIZE) && in AcpiDbAddToHistory()
131 if (AcpiGbl_LoHistory >= HISTORY_SIZE) in AcpiDbAddToHistory()
138 if (AcpiGbl_NextHistoryIndex >= HISTORY_SIZE) in AcpiDbAddToHistory()
144 if (AcpiGbl_NumHistory < HISTORY_SIZE) in AcpiDbAddToHistory()
185 if (HistoryIndex >= HISTORY_SIZE) in AcpiDbDisplayHistory()
263 if (HistoryIndex >= HISTORY_SIZE) in AcpiDbGetHistoryByIndex()

Completed in 3 milliseconds