Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/common/
A Dacgetline.c345 if (!CurrentCommandIndex) in AcpiOsGetLine()
352 if (CurrentCommandIndex > PreviousCommandIndex) in AcpiOsGetLine()
354 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
372 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
373 CurrentCommandIndex--; in AcpiOsGetLine()
385 if (CurrentCommandIndex < PreviousCommandIndex) in AcpiOsGetLine()
387 CurrentCommandIndex = PreviousCommandIndex; in AcpiOsGetLine()
392 if ((CurrentCommandIndex + 1) > MaxCommandIndex) in AcpiOsGetLine()
396 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
400 PreviousCommandIndex = CurrentCommandIndex; in AcpiOsGetLine()
[all …]

Completed in 3 milliseconds