Home
last modified time | relevance | path

Searched refs:LineLength (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslhex.c279 UINT32 LineLength; in HxDoHexOutputC() local
311 LineLength = HxReadAmlOutputFile (FileData); in HxDoHexOutputC()
312 if (!LineLength) in HxDoHexOutputC()
319 for (i = 0; i < LineLength; i++) in HxDoHexOutputC()
339 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputC()
342 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputC()
348 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData); in HxDoHexOutputC()
351 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputC()
353 Offset += LineLength; in HxDoHexOutputC()
380 UINT32 LineLength; in HxDoHexOutputAsl() local
[all …]
H A Dasldebug.c438 UINT32 LineLength; in UtDumpParseOpName() local
453 LineLength = IndentLength + 1 + NameLength + 1 + DataLength; in UtDumpParseOpName()
454 PaddingLength = (DEBUG_MAX_LINE_LENGTH + 1) - LineLength; in UtDumpParseOpName()
469 if (LineLength > DEBUG_MAX_LINE_LENGTH) in UtDumpParseOpName()