Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp386 uint64_t LineLength = std::min(4 - WordPos % 4, Size - WordPos); in dumpTracebackTable() local
388 Bytes.begin() + WordPos + LineLength, in dumpTracebackTable()
399 uint64_t LineLength = std::min(4 - Index % 4, Size - Index); in dumpTracebackTable() local
402 printRawData(Bytes.slice(Index, LineLength), Address + Index, OS, STI); in dumpTracebackTable()
407 Index += LineLength; in dumpTracebackTable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2093 unsigned LineLength = 0; member
2123 LineLength += N; in indent()
2130 LineLength = 0; in lineBreak()
2134 if (LineLength >= LengthToBreak) in maybeIndent()
2137 if (LineLength == 0) in maybeIndent()
2142 LineLength += S.size(); in write()
2241 LineLength += StringRef("stack addr").size(); in write()
2244 LineLength += StringRef("addr").size(); in write()
2248 LineLength += V->getName().size() + 2; in write()
2268 LineLength += Tmp.size(); in write()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp667 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 DSymbolCache.cpp584 uint32_t LineLength = std::next(LineIter)->Addr - LineIter->Addr; in findLineNumbersByVA() local
589 LineSect, LineOff, LineLength, SrcFileId, Modi); in findLineNumbersByVA()