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
312 if (!LineLength) in HxDoHexOutputC()
319 for (i = 0; i < LineLength; i++) in HxDoHexOutputC()
353 Offset += LineLength; in HxDoHexOutputC()
380 UINT32 LineLength; in HxDoHexOutputAsl() local
401 if (!LineLength) in HxDoHexOutputAsl()
442 Offset += LineLength; in HxDoHexOutputAsl()
468 UINT32 LineLength; in HxDoHexOutputAsm() local
488 if (!LineLength) in HxDoHexOutputAsm()
502 if ((i + 1) < LineLength) in HxDoHexOutputAsm()
[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()