Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
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()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBitcastBuffer.cpp148 unsigned LineLength = 0;
155 LineLength += stream.str().size() + 1;
158 LineLength += 8 + 1;
165 for (unsigned I = 0; I != LineLength; ++I)
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp701 uint64_t LineLength = std::min(4 - WordPos % 4, Size - WordPos); in dumpTracebackTable() local
703 Bytes.begin() + WordPos + LineLength, in dumpTracebackTable()
714 uint64_t LineLength = std::min(4 - Index % 4, Size - Index); in dumpTracebackTable() local
717 printRawData(Bytes.slice(Index, LineLength), Address + Index, OS, STI); in dumpTracebackTable()
722 Index += LineLength; in dumpTracebackTable()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1248 unsigned LineLength = 0; in highlightLines() local
1257 appendStyle(LineRanges, T, StartCol, LineLength); in highlightLines()
1261 appendStyle(LineRanges, T, 0, LineLength); in highlightLines()
1267 LineLength = 0; in highlightLines()
1270 ++LineLength; in highlightLines()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp654 unsigned LineLength = in getRemainingLength() local
658 LineLength += 2; in getRemainingLength()
664 LineLength -= Decoration.size(); in getRemainingLength()
667 return LineLength; in getRemainingLength()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2402 unsigned LineLength = 0; member
2432 LineLength += N; in indent()
2439 LineLength = 0; in lineBreak()
2443 if (LineLength >= LengthToBreak) in maybeIndent()
2446 if (LineLength == 0) in maybeIndent()
2451 LineLength += S.size(); in write()
2549 LineLength += StringRef("stack addr").size(); in write()
2552 LineLength += StringRef("addr").size(); in write()
2556 LineLength += V->getName().size() + 2; in write()
2575 LineLength += Tmp.size(); in write()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp588 uint32_t LineLength = std::next(LineIter)->Addr - LineIter->Addr; in findLineNumbersByVA() local
593 LineSect, LineOff, LineLength, SrcFileId, Modi); in findLineNumbersByVA()