Searched refs:ParamCount (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c402 Info->ParamCount = (UINT16) ExternalParams->Count;
406 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS)
410 Info->ParamCount, ACPI_METHOD_NUM_ARGS));
412 Info->ParamCount = ACPI_METHOD_NUM_ARGS;
420 ((ACPI_SIZE) Info->ParamCount + 1) * sizeof (void *));
429 for (i = 0; i < Info->ParamCount; i++)
439 Info->Parameters[Info->ParamCount] = NULL;
455 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount)
459 Info->ParamCount,
[all...]
H A Dnseval.c263 Info->ParamCount = 0;
266 while (Info->Parameters[Info->ParamCount])
268 Info->ParamCount++;
273 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS)
277 Info->ParamCount, ACPI_METHOD_NUM_ARGS));
279 Info->ParamCount = ACPI_METHOD_NUM_ARGS;
295 Info->ParamCount, Info->Predefined);
412 (void) AcpiNsCheckReturnValue (Info->Node, Info, Info->ParamCount,
H A Dnsarguments.c203 for (i = 0; ((i < ArgCount) && (i < Info->ParamCount)); i++)
299 AmlParamCount = Node->Object->Method.ParamCount;
381 AmlParamCount = Node->Object->Method.ParamCount;
H A Dnsxfname.c408 UINT8 ParamCount= 0; local
443 ParamCount = Node->Object->Method.ParamCount;
623 Info->ParamCount = ParamCount;
776 MethodObj->Method.ParamCount = (UINT8)
H A Dnsaccess.c316 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val);
323 NewNode->Value = ObjDesc->Method.ParamCount;
H A Dnsdump.c444 (UINT32) ObjDesc->Method.ParamCount,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp198 unsigned ParamCount = CtorDecl->getNumParams(); local
204 if (CtorDecl->isCopyConstructor() && ParamCount == 1) {
223 if (ParamCount == 1 && CtorDecl->getParamDecl(0)->getType() == BoolTy) {
228 if (ParamCount == 2){
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c901 UINT32 ParamCount; local
915 ParamCount = AcpiDbGetLine (InputBuffer);
930 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
933 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
1101 if (ParamCount == 0)
1110 else if (ParamCount == 2)
H A Ddbmethod.c595 for (i = 0; i < ObjInfo->ParamCount; i++)
602 ParamObjects.Count = ObjInfo->ParamCount;
H A Ddbobject.c692 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount);
H A Ddbdisply.c557 (UINT32) ObjDesc->Method.ParamCount,
H A Ddbexec.c491 if (ObjDesc->Method.ParamCount)
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c198 UINT8 ParamCount = ASL_EXTERNAL_METHOD_UNKNOWN_PARAMS; local
209 ParamCount = 0;
238 ParamCount = MtProcessParameterTypeList (TypeOp->Asl.Child, ParamTypes);
250 ArgCountOp->Asl.Value.Integer = ParamCount;
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c558 UINT8 ParamCount; local
677 * Therefore, ParamCount will be 0.
679 ParamCount = (UINT8) Op->Common.Value.Arg->Common.Next->Common.Value.Integer;
685 &Op->Common.Node, ParamCount);
691 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount,
H A Ddsmethod.c729 for (i = 0; i < ObjDesc->Method.ParamCount; i++)
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmextern.c1162 * ParamCount - Value to be used for Method
1175 UINT32 ParamCount)
1187 ObjDesc->Method.ParamCount = (UINT8) ParamCount;
1213 * ParamCount - External method parameter count
1228 UINT32 ParamCount)
1241 AcpiDmCreateSubobjectForExternal (Type, &Node, ParamCount);
1172 AcpiDmCreateSubobjectForExternal( UINT8 Type, ACPI_NAMESPACE_NODE **Node, UINT32 ParamCount) argument
1225 AcpiDmAddOneExternalToNamespace( char *Path, UINT8 Type, UINT32 ParamCount) argument
H A Dadwalk.c900 UINT32 ParamCount = 0; local
1032 ParamCount = Object->Method.ParamCount;
1043 ParamCount, ACPI_EXT_RESOLVED_REFERENCE);
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacstruct.h329 UINT16 ParamCount; /* Count of the input argument list */ member in struct:acpi_evaluate_info
H A Dacobject.h324 UINT8 ParamCount; member in struct:acpi_object_method
H A Dactypes.h1395 UINT8 ParamCount; /* If a method, required parameter count */ member in struct:acpi_device_info
/freebsd-13-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c457 Node, MethodDesc->Method.ParamCount));
461 WalkState->ArgCount = MethodDesc->Method.ParamCount;
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c626 ObjDesc->Method.ParamCount = (UINT8)
H A Dexdump.c255 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
985 ObjDesc->Method.ParamCount,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1228 LLVMTypeRef *ParamTypes, unsigned ParamCount,
2447 size_t ParamCount);
2456 LLVMTypeRef *ParamTypes, size_t ParamCount);
2476 size_t ParamCount,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp650 LLVMTypeRef *ParamTypes, unsigned ParamCount,
652 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); local
2337 size_t ParamCount) {
2338 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
2351 LLVMTypeRef *ParamTypes, size_t ParamCount) {
2353 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
2359 size_t ParamCount,
2362 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
649 LLVMFunctionType(LLVMTypeRef ReturnType, LLVMTypeRef *ParamTypes, unsigned ParamCount, LLVMBool IsVarArg) argument

Completed in 107 milliseconds

12