Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/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()