Searched refs:LineLength (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslhex.c | 279 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 D | asldebug.c | 438 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()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | XCOFFDump.cpp | 386 uint64_t LineLength = std::min(4 - WordPos % 4, Size - WordPos); in dumpTracebackTable() 388 Bytes.begin() + WordPos + LineLength, in dumpTracebackTable() 399 uint64_t LineLength = std::min(4 - Index % 4, Size - Index); in dumpTracebackTable() 402 printRawData(Bytes.slice(Index, LineLength), Address + Index, OS, STI); in dumpTracebackTable() 407 Index += LineLength; in dumpTracebackTable() 387 uint64_t LineLength = std::min(4 - WordPos % 4, Size - WordPos); dumpTracebackTable() local 400 uint64_t LineLength = std::min(4 - Index % 4, Size - Index); dumpTracebackTable() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1251 unsigned LineLength = 0; in highlightLines() local 1260 appendStyle(LineRanges, T, StartCol, LineLength); in highlightLines() 1264 appendStyle(LineRanges, T, 0, LineLength); in highlightLines() 1270 LineLength = 0; in highlightLines() 1273 ++LineLength; in highlightLines()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 2191 unsigned LineLength = 0; member 2221 LineLength += N; in indent() 2228 LineLength = 0; in lineBreak() 2232 if (LineLength >= LengthToBreak) in maybeIndent() 2235 if (LineLength == 0) in maybeIndent() 2240 LineLength += S.size(); in write() 2339 LineLength += StringRef("stack addr").size(); in write() 2342 LineLength += StringRef("addr").size(); in write() 2346 LineLength += V->getName().size() + 2; in write() 2366 LineLength += Tmp.size(); in write()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.cpp | 667 unsigned LineLength = in getRemainingLength() local 671 LineLength += 2; in getRemainingLength() 677 LineLength -= Decoration.size(); in getRemainingLength() 680 return LineLength; in getRemainingLength()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 584 uint32_t LineLength = std::next(LineIter)->Addr - LineIter->Addr; in findLineNumbersByVA() local 589 LineSect, LineOff, LineLength, SrcFileId, Modi); in findLineNumbersByVA()
|