Searched refs:LineLength (Results 1 – 5 of 5) sorted by relevance
279 UINT32 LineLength; in HxDoHexOutputC() local312 if (!LineLength) in HxDoHexOutputC()319 for (i = 0; i < LineLength; i++) in HxDoHexOutputC()353 Offset += LineLength; in HxDoHexOutputC()380 UINT32 LineLength; in HxDoHexOutputAsl() local401 if (!LineLength) in HxDoHexOutputAsl()442 Offset += LineLength; in HxDoHexOutputAsl()468 UINT32 LineLength; in HxDoHexOutputAsm() local488 if (!LineLength) in HxDoHexOutputAsm()502 if ((i + 1) < LineLength) in HxDoHexOutputAsm()[all …]
438 UINT32 LineLength; in UtDumpParseOpName() local453 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()
1807 unsigned LineLength = 0; member1837 LineLength += N; in indent()1844 LineLength = 0; in lineBreak()1848 if (LineLength >= LengthToBreak) in maybeIndent()1851 if (LineLength == 0) in maybeIndent()1856 LineLength += S.size(); in write()1955 LineLength += StringRef("stack addr").size(); in write()1958 LineLength += StringRef("addr").size(); in write()1962 LineLength += V->getName().size() + 2; in write()1982 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()