HomeSort by: relevance | last modified time | path
    Searched refs:EndOfLine (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
acgetline.c 174 UINT32 EndOfLine,
210 * PARAMETERS: EndOfLine - Current end-of-line index
222 UINT32 EndOfLine,
228 if (CursorPosition < EndOfLine)
232 for (i = 0; i < (EndOfLine - CursorPosition); i++)
240 for (; EndOfLine > 0; EndOfLine--)
276 UINT32 EndOfLine = 0;
293 if (EndOfLine >= (BufferLength - 1))
305 if (EndOfLine == CursorPosition
    [all...]
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixxf.c 656 UINT32 EndOfLine;
661 for (EndOfLine = 0; ; EndOfLine++)
663 if (EndOfLine >= BufferLength)
678 Buffer[EndOfLine] = (char) InputChar;
683 Buffer[EndOfLine] = 0;
689 *BytesRead = EndOfLine;

Completed in 13 milliseconds