Home
last modified time | relevance | path

Searched refs:IndentLength (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasldebug.c436 UINT32 IndentLength; in UtDumpParseOpName() local
451 IndentLength = Level * DEBUG_SPACES_PER_INDENT; in UtDumpParseOpName()
453 LineLength = IndentLength + 1 + NameLength + 1 + DataLength; in UtDumpParseOpName()
460 DbgPrint (ASL_TREE_OUTPUT, "%*s", IndentLength, " "); in UtDumpParseOpName()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp899 auto IndentLength = ValidatorName.size() + 13; in emitCompressInstEmitter() local
901 OS.indent(IndentLength) << "const MCSubtargetInfo &STI,\n"; in emitCompressInstEmitter()
902 OS.indent(IndentLength) << "unsigned PredicateIndex) {\n"; in emitCompressInstEmitter()
915 auto IndentLength = TargetName.size() + 35; in emitCompressInstEmitter() local
918 OS.indent(IndentLength) in emitCompressInstEmitter()
920 OS.indent(IndentLength) in emitCompressInstEmitter()