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

/freebsd-10-stable/sys/contrib/dev/acpica/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...]
/freebsd-10-stable/sys/contrib/dev/acpica/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;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1495 unsigned EndOfLine = 0; local
1499 Value.substr(Comma + 1).getAsInteger(10, EndOfLine))
1503 Opts.PrecompiledPreambleBytes.second = (EndOfLine != 0);

Completed in 107 milliseconds