Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1807 unsigned LineLength = 0; member
1837 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp544 unsigned LineLength = in getRangeLength() local
551 LineLength += 2; in getRangeLength()
556 LineLength -= Decoration.size(); in getRangeLength()
559 return LineLength; in getRangeLength()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp579 uint32_t LineLength = std::next(LineIter)->Addr - LineIter->Addr; in findLineNumbersByVA() local
584 LineSect, LineOff, LineLength, SrcFileId, Modi); in findLineNumbersByVA()