Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslhex.c171 UINT32 LineLength; in HxDoHexOutputC() local
203 LineLength = HxReadAmlOutputFile (FileData); in HxDoHexOutputC()
204 if (!LineLength) in HxDoHexOutputC()
211 for (i = 0; i < LineLength; i++) in HxDoHexOutputC()
231 if (LineLength < HEX_TABLE_LINE_SIZE) in HxDoHexOutputC()
234 5 * (HEX_TABLE_LINE_SIZE - LineLength), " "); in HxDoHexOutputC()
240 LsDumpAsciiInComment (ASL_FILE_HEX_OUTPUT, LineLength, FileData); in HxDoHexOutputC()
243 HEX_TABLE_LINE_SIZE - LineLength + 1, " "); in HxDoHexOutputC()
245 Offset += LineLength; in HxDoHexOutputC()
272 UINT32 LineLength; in HxDoHexOutputAsl() local
[all …]
H A Dasldebug.c330 UINT32 LineLength; in UtDumpParseOpName() local
345 LineLength = IndentLength + 1 + NameLength + 1 + DataLength; in UtDumpParseOpName()
346 PaddingLength = (DEBUG_MAX_LINE_LENGTH + 1) - LineLength; in UtDumpParseOpName()
361 if (LineLength > DEBUG_MAX_LINE_LENGTH) in UtDumpParseOpName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1609 unsigned LineLength = 0; member
1639 LineLength += N; in indent()
1646 LineLength = 0; in lineBreak()
1650 if (LineLength >= LengthToBreak) in maybeIndent()
1653 if (LineLength == 0) in maybeIndent()
1658 LineLength += S.size(); in write()
1757 LineLength += StringRef("stack addr").size(); in write()
1760 LineLength += StringRef("addr").size(); in write()
1764 LineLength += V->getName().size() + 2; in write()
1784 LineLength += Tmp.size(); in write()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()