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

/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbhistry.c68 static UINT16 AcpiGbl_NumHistory = 0; variable
127 if ((AcpiGbl_NumHistory == HISTORY_SIZE) &&
144 if (AcpiGbl_NumHistory < HISTORY_SIZE)
146 AcpiGbl_NumHistory++;
175 for (i = 0; i < AcpiGbl_NumHistory; i++)
251 for (i = 0; i < AcpiGbl_NumHistory; i++)

Completed in 23 milliseconds