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

/freebsd-10.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c95 !ParserState->Scope->ParseScope.ArgCount)));
131 Scope->ParseScope.ArgCount = ACPI_VAR_ARGS;
149 * ArgCount - Fixed or variable number of args
162 UINT32 ArgCount)
179 Scope->ParseScope.ArgCount = ArgCount;
186 if (ArgCount == ACPI_VAR_ARGS)
211 * ArgCount - Count of objects in ArgList
224 UINT32 *ArgCount)
242 *ArgCount
158 AcpiPsPushScope( ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT *Op, UINT32 RemainingArgs, UINT32 ArgCount) argument
220 AcpiPsPopScope( ACPI_PARSE_STATE *ParserState, ACPI_PARSE_OBJECT **Op, UINT32 *ArgList, UINT32 *ArgCount) argument
[all...]
H A Dpsloop.c136 while (GET_CURRENT_ARG_TYPE (WalkState->ArgTypes) && !WalkState->ArgCount)
196 WalkState->ArgCount = 0;
244 WalkState->ArgCount = 0;
266 WalkState->ArgCount = 0;
459 &WalkState->ArgTypes, &WalkState->ArgCount);
514 * Start ArgCount at zero because we don't know if there are
517 WalkState->ArgCount = 0;
540 if (WalkState->ArgCount)
547 WalkState->ArgTypes, WalkState->ArgCount);
H A Dpsobject.c424 WalkState->ParserState.Scope->ParseScope.ArgCount--;
453 &WalkState->ArgTypes, &WalkState->ArgCount);
482 &WalkState->ArgTypes, &WalkState->ArgCount);
521 &WalkState->ArgTypes, &WalkState->ArgCount);
541 &WalkState->ArgTypes, &WalkState->ArgCount);
553 &WalkState->ArgTypes, &WalkState->ArgCount);
566 &WalkState->ArgTypes, &WalkState->ArgCount);
650 &WalkState->ArgTypes, &WalkState->ArgCount);
674 &WalkState->ArgCount);
H A Dpsargs.c239 * ArgCount - If the namepath points to a control method
310 WalkState->ArgCount = 1;
351 WalkState->ArgCount = MethodDesc->Method.ParamCount;
902 WalkState->ArgCount = 1;
911 WalkState->ArgCount = 1;
922 WalkState->ArgCount = ACPI_VAR_ARGS;
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c305 UINT32 ArgCount; local
311 ArgCount = AcpiUtGetArgumentTypes (Buffer,
323 ArgCount, ArgCount != 1 ? "s" : "");
327 if (ArgCount > 0)
373 UINT16 ArgCount; local
382 ArgCount = METHOD_GET_ARG_COUNT (ArgumentTypes);
383 if (ArgCount > METHOD_PREDEF_ARGS_MAX)
386 "in predefined info structure\n", ArgCount);
387 return (ArgCount);
[all...]
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp87 const unsigned ArgCount = F->getFunctionType()->getNumParams(); local
88 for (unsigned i = 0; i < ArgCount; ++i)
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c288 UINT16 ArgCount = 0; local
359 ArgCount++;
360 if (ArgCount >= PR_MAX_MACRO_ARGS)
429 (DefineInfo->ArgCount != ArgCount))
452 DefineInfo->ArgCount = ArgCount;
H A Dpreprocess.h100 UINT16 ArgCount; /* Macro arg count */ member in struct:pr_define_info
108 UINT8 ArgCount; /* Required # of args */ member in struct:pr_directive_info
H A Dprscan.c542 if (Gbl_DirectiveInfo[Directive].ArgCount == 1)
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsarguments.c72 UINT8 ArgCount; local
86 ArgCount = METHOD_GET_ARG_COUNT (ArgTypeList);
90 for (i = 0; ((i < ArgCount) && (i < Info->ParamCount)); i++)
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Dadwalk.c452 UINT32 ArgCount; local
485 ArgCount = AcpiDmInspectPossibleArgs (3, 1, NextOp);
486 AcpiOsPrintf ("/* A-CHILDREN: %u Actual %u */\n", ArgCount, AcpiDmCountChildren (Op));
488 if (ArgCount < 1)
496 AcpiDmAddToExternalList (ChildOp, ChildOp->Common.Value.String, ACPI_TYPE_METHOD, ArgCount);
516 ArgCount = AcpiDmInspectPossibleArgs (2, 1, NextOp);
517 if (ArgCount <= 1)
525 AcpiDmAddToExternalList (ChildOp, ChildOp->Common.Value.String, ACPI_TYPE_METHOD, ArgCount);
542 ArgCount = AcpiDmInspectPossibleArgs (0, 0, Op->Common.Next);
548 if (ArgCount
[all...]
H A Ddmextern.c451 /* Duplicate method, check that the Value (ArgCount) is the same */
558 * External (<Method namepath>, MethodObj, <ArgCount>)
572 UINT32 ArgCount; local
612 ArgCount = strtoul (Token, NULL, 0);
618 if (ArgCount > 7)
620 fprintf (stderr, "Invalid argument count (%u)\n", ArgCount);
627 Gbl_ExternalRefFilename, ArgCount, MethodName);
629 AcpiDmAddToExternalListFromFile (MethodName, ACPI_TYPE_METHOD, ArgCount | 0x80);
721 /* Duplicate method, check that the Value (ArgCount) is the same */
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacparser.h232 UINT32 *ArgCount);
239 UINT32 ArgCount);
H A Dacstruct.h103 UINT32 ArgCount; /* push for fixed or var args */ member in struct:acpi_walk_state
H A Daclocal.h695 UINT32 ArgCount; /* Number of fixed arguments */ member in struct:acpi_pscope_state
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c453 UINT8 ArgCount; local
493 ArgCount = METHOD_GET_ARG_COUNT (ArgTypeList);
501 for (i = 0; i < ArgCount; i++)
541 ParamObjects.Count = ArgCount;
/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsutils.c754 UINT32 ArgCount = 0; local
778 ArgCount++;
786 for (i = 0; i < ArgCount; i++)
815 AcpiDsObjStackPopAndDelete (ArgCount, WalkState);

Completed in 147 milliseconds