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

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

Completed in 27 milliseconds