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

/barrelfish-2018-10-04/lib/acpica/source/common/
H A Dacgetline.c140 UINT32 EndOfLine,
178 * PARAMETERS: EndOfLine - Current end-of-line index
190 UINT32 EndOfLine,
196 if (CursorPosition < EndOfLine)
200 for (i = 0; i < (EndOfLine - CursorPosition); i++)
208 for (; EndOfLine > 0; EndOfLine--)
244 UINT32 EndOfLine = 0; local
261 if (EndOfLine >= (BufferLength - 1))
273 if (EndOfLine
189 AcpiAcClearLine( UINT32 EndOfLine, UINT32 CursorPosition) argument
[all...]
/barrelfish-2018-10-04/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c596 UINT32 EndOfLine; local
601 for (EndOfLine = 0; ; EndOfLine++)
603 if (EndOfLine >= BufferLength)
618 Buffer[EndOfLine] = (char) InputChar;
623 Buffer[EndOfLine] = 0;
629 *BytesRead = EndOfLine;

Completed in 89 milliseconds