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

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dasldebug.c436 UINT32 IndentLength; local
451 IndentLength = Level * DEBUG_SPACES_PER_INDENT;
453 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
460 DbgPrint (ASL_TREE_OUTPUT, "%*s", IndentLength, " ");

Completed in 120 milliseconds