Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/common/
A Dacgetline.c169 UINT32 PreviousCommandIndex = MaxCommandIndex; in AcpiOsGetLine() local
352 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()
354 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
372 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
385 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()
387 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
396 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
400 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()

Completed in 2 milliseconds