Home | History | Annotate | Download | only in parser

Lines Matching refs:ArgCount

202              !ParserState->Scope->ParseScope.ArgCount)));
238 Scope->ParseScope.ArgCount = ACPI_VAR_ARGS;
256 * ArgCount - Fixed or variable number of args
269 UINT32 ArgCount)
286 Scope->ParseScope.ArgCount = ArgCount;
293 if (ArgCount == ACPI_VAR_ARGS)
318 * ArgCount - Count of objects in ArgList
331 UINT32 *ArgCount)
349 *ArgCount = Scope->ParseScope.ArgCount;
362 *ArgCount = 0;
366 "Popped Op %p Args %X\n", *Op, *ArgCount));