Searched refs:EndOfLine (Results 1 – 3 of 3) sorted by relevance
174 UINT32 EndOfLine,222 UINT32 EndOfLine, in AcpiAcClearLine() argument228 if (CursorPosition < EndOfLine) in AcpiAcClearLine()232 for (i = 0; i < (EndOfLine - CursorPosition); i++) in AcpiAcClearLine()240 for (; EndOfLine > 0; EndOfLine--) in AcpiAcClearLine()276 UINT32 EndOfLine = 0; in AcpiOsGetLine() local293 if (EndOfLine >= (BufferLength - 1)) in AcpiOsGetLine()305 if (EndOfLine == CursorPosition) in AcpiOsGetLine()308 Buffer[EndOfLine] = (char) InputChar; in AcpiOsGetLine()310 EndOfLine++; in AcpiOsGetLine()[all …]
656 UINT32 EndOfLine; in AcpiOsGetLine() local661 for (EndOfLine = 0; ; EndOfLine++) in AcpiOsGetLine()663 if (EndOfLine >= BufferLength) in AcpiOsGetLine()678 Buffer[EndOfLine] = (char) InputChar; in AcpiOsGetLine()683 Buffer[EndOfLine] = 0; in AcpiOsGetLine()689 *BytesRead = EndOfLine; in AcpiOsGetLine()
1429 char *EndOfLine; in AsCountLines() local1436 EndOfLine = AsSkipUntilChar (SubBuffer, '\n'); in AsCountLines()1437 if (!EndOfLine) in AsCountLines()1443 if ((EndOfLine - SubBuffer) > 80) in AsCountLines()1450 SubBuffer = EndOfLine + 1; in AsCountLines()