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

  /src/sys/external/bsd/acpica/dist/compiler/
aslhex.c 279 UINT32 LineLength;
311 LineLength = HxReadAmlOutputFile (FileData);
312 if (!LineLength)
319 for (i = 0; i < LineLength; i++)
339 if (LineLength < HEX_TABLE_LINE_SIZE)
342 5 * (HEX_TABLE_LINE_SIZE - LineLength), " ");
348 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData);
351 HEX_TABLE_LINE_SIZE - LineLength + 1, " ");
353 Offset += LineLength;
380 UINT32 LineLength;
    [all...]
asldebug.c 438 UINT32 LineLength;
453 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
454 PaddingLength = (DEBUG_MAX_LINE_LENGTH + 1) - LineLength;
469 if (LineLength > DEBUG_MAX_LINE_LENGTH)

Completed in 34 milliseconds