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

/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Dacgetline.c68 UINT32 EndOfLine,
106 * PARAMETERS: EndOfLine - Current end-of-line index
118 UINT32 EndOfLine,
124 if (CursorPosition < EndOfLine)
128 for (i = 0; i < (EndOfLine - CursorPosition); i++)
136 for (; EndOfLine > 0; EndOfLine--)
172 UINT32 EndOfLine = 0; local
189 if (EndOfLine >= (BufferLength - 1))
201 if (EndOfLine
117 AcpiAcClearLine( UINT32 EndOfLine, UINT32 CursorPosition) argument
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c524 UINT32 EndOfLine; local
529 for (EndOfLine = 0; ; EndOfLine++)
531 if (EndOfLine >= BufferLength)
546 Buffer[EndOfLine] = (char) InputChar;
551 Buffer[EndOfLine] = 0;
557 *BytesRead = EndOfLine;

Completed in 50 milliseconds