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

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Dasldebug.c209 UINT32 IndentLength; local
224 IndentLength = Level * DEBUG_SPACES_PER_INDENT;
226 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
233 DbgPrint (ASL_TREE_OUTPUT, "%*s", IndentLength, " ");

Completed in 106 milliseconds