Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.cpp498 unsigned LineLength = in getRangeLength() local
505 LineLength += 2; in getRangeLength()
510 LineLength -= Decoration.size(); in getRangeLength()
513 return LineLength; in getRangeLength()