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

  /src/sys/external/bsd/acpica/dist/compiler/
aslhex.c 171 UINT32 LineLength;
203 LineLength = HxReadAmlOutputFile (FileData);
204 if (!LineLength)
211 for (i = 0; i < LineLength; i++)
231 if (LineLength < HEX_TABLE_LINE_SIZE)
234 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
240 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData);
243 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
245 Offset += LineLength;
272 UINT32 LineLength;
    [all...]
asldebug.c 330 UINT32 LineLength;
345 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
346 PaddingLength = (DEBUG_MAX_LINE_LENGTH + 1) - LineLength;
361 if (LineLength > DEBUG_MAX_LINE_LENGTH)

Completed in 15 milliseconds