Searched refs:LineLength (Results 1 – 5 of 5) sorted by relevance
171 UINT32 LineLength; in HxDoHexOutputC() local203 LineLength = HxReadAmlOutputFile (FileData); in HxDoHexOutputC()204 if (!LineLength) in HxDoHexOutputC()211 for (i = 0; i < LineLength; i++) in HxDoHexOutputC()231 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputC()234 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputC()240 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData); in HxDoHexOutputC()243 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputC()245 Offset += LineLength; in HxDoHexOutputC()272 UINT32 LineLength; in HxDoHexOutputAsl() local[all …]
330 UINT32 LineLength; in UtDumpParseOpName() local345 LineLength = IndentLength + 1 + NameLength + 1 + DataLength; in UtDumpParseOpName()346 PaddingLength = (DEBUG_MAX_LINE_LENGTH + 1) - LineLength; in UtDumpParseOpName()361 if (LineLength > DEBUG_MAX_LINE_LENGTH) in UtDumpParseOpName()
1609 unsigned LineLength = 0; member1639 LineLength += N; in indent()1646 LineLength = 0; in lineBreak()1650 if (LineLength >= LengthToBreak) in maybeIndent()1653 if (LineLength == 0) in maybeIndent()1658 LineLength += S.size(); in write()1757 LineLength += StringRef("stack addr").size(); in write()1760 LineLength += StringRef("addr").size(); in write()1764 LineLength += V->getName().size() + 2; in write()1784 LineLength += Tmp.size(); in write()
544 unsigned LineLength = in getRangeLength() local551 LineLength += 2; in getRangeLength()556 LineLength -= Decoration.size(); in getRangeLength()559 return LineLength; in getRangeLength()
579 uint32_t LineLength = std::next(LineIter)->Addr - LineIter->Addr; in findLineNumbersByVA() local584 LineSect, LineOff, LineLength, SrcFileId, Modi); in findLineNumbersByVA()