HomeSort by: relevance | last modified time | path
    Searched defs:EndOfLine (Results 1 - 3 of 3) 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;
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 1429 char *EndOfLine;
1436 EndOfLine = AsSkipUntilChar (SubBuffer, '\n');
1437 if (!EndOfLine)
1443 if ((EndOfLine - SubBuffer) > 80)
1450 SubBuffer = EndOfLine + 1;

Completed in 14 milliseconds