Home
last modified time | relevance | path

Searched refs:ParamCount (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c402 Info->ParamCount = (UINT16) ExternalParams->Count; in ACPI_EXPORT_SYMBOL()
406 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS) in ACPI_EXPORT_SYMBOL()
410 Info->ParamCount, ACPI_METHOD_NUM_ARGS)); in ACPI_EXPORT_SYMBOL()
412 Info->ParamCount = ACPI_METHOD_NUM_ARGS; in ACPI_EXPORT_SYMBOL()
420 ((ACPI_SIZE) Info->ParamCount + 1) * sizeof (void *)); in ACPI_EXPORT_SYMBOL()
429 for (i = 0; i < Info->ParamCount; i++) in ACPI_EXPORT_SYMBOL()
439 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
455 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount) in ACPI_EXPORT_SYMBOL()
459 Info->ParamCount, in ACPI_EXPORT_SYMBOL()
460 Info->ObjDesc->Method.ParamCount)); in ACPI_EXPORT_SYMBOL()
[all …]
H A Dnseval.c263 Info->ParamCount = 0; in AcpiNsEvaluate()
266 while (Info->Parameters[Info->ParamCount]) in AcpiNsEvaluate()
268 Info->ParamCount++; in AcpiNsEvaluate()
273 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS) in AcpiNsEvaluate()
277 Info->ParamCount, ACPI_METHOD_NUM_ARGS)); in AcpiNsEvaluate()
279 Info->ParamCount = ACPI_METHOD_NUM_ARGS; in AcpiNsEvaluate()
295 Info->ParamCount, Info->Predefined); in AcpiNsEvaluate()
412 (void) AcpiNsCheckReturnValue (Info->Node, Info, Info->ParamCount, in AcpiNsEvaluate()
H A Dnsxfname.c408 UINT8 ParamCount= 0; in AcpiGetObjectInfo() local
443 ParamCount = Node->Object->Method.ParamCount; in AcpiGetObjectInfo()
623 Info->ParamCount = ParamCount; in AcpiGetObjectInfo()
776 MethodObj->Method.ParamCount = (UINT8) in ACPI_EXPORT_SYMBOL()
H A Dnsarguments.c203 for (i = 0; ((i < ArgCount) && (i < Info->ParamCount)); i++) in AcpiNsCheckArgumentTypes()
299 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckAcpiCompliance()
381 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckArgumentCount()
H A Dnsaccess.c315 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val); in AcpiNsRootInitialize()
322 NewNode->Value = ObjDesc->Method.ParamCount; in AcpiNsRootInitialize()
H A Dnsdump.c444 (UINT32) ObjDesc->Method.ParamCount, in AcpiNsDumpOneObject()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp114 size_t ParamCount) const { in matchesImpl()
136 RequiredParams.value_or(ParamCount) <= ParamCount); in matchesImpl()
141 RequiredParams.value_or(ParamCount) != ParamCount) in matchesImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp514 unsigned ParamCount; in DiagnoseName() local
517 ParamCount = Method->getSelector().getNumArgs(); in DiagnoseName()
518 Params = Method->parameters().slice(0, ParamCount); in DiagnoseName()
522 ParamCount = F->getNumParams(); in DiagnoseName()
535 if (ParamCount == 0) { in DiagnoseName()
540 ParamCount -= 1; in DiagnoseName()
550 if (SwiftParamCount == ParamCount) { in DiagnoseName()
552 } else if (SwiftParamCount > ParamCount) { in DiagnoseName()
553 ParamCountValid = IsSingleParamInit && ParamCount == 0; in DiagnoseName()
566 ParamCountValid = SwiftParamCount + MaybeOutParamCount >= ParamCount; in DiagnoseName()
[all …]
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c904 UINT32 ParamCount; in AcpiDbCommandDispatch() local
918 ParamCount = AcpiDbGetLine (InputBuffer); in AcpiDbCommandDispatch()
933 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()
936 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch()
1104 if (ParamCount == 0) in AcpiDbCommandDispatch()
1113 else if (ParamCount == 2) in AcpiDbCommandDispatch()
H A Ddbmethod.c595 for (i = 0; i < ObjInfo->ParamCount; i++) in AcpiDbEvaluateObject()
602 ParamObjects.Count = ObjInfo->ParamCount; in AcpiDbEvaluateObject()
H A Ddbobject.c692 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount); in AcpiDbDecodeArguments()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c558 UINT8 ParamCount; in AcpiDsLoad1EndOp() local
679 ParamCount = (UINT8) Op->Common.Value.Arg->Common.Next->Common.Value.Integer; in AcpiDsLoad1EndOp()
685 &Op->Common.Node, ParamCount); in AcpiDsLoad1EndOp()
691 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount, in AcpiDsLoad1EndOp()
H A Ddsmethod.c729 for (i = 0; i < ObjDesc->Method.ParamCount; i++) in AcpiDsCallControlMethod()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c198 UINT8 ParamCount = ASL_EXTERNAL_METHOD_UNKNOWN_PARAMS; in ExDoExternal() local
209 ParamCount = 0; in ExDoExternal()
238 ParamCount = MtProcessParameterTypeList (TypeOp->Asl.Child, ParamTypes); in ExDoExternal()
250 ArgCountOp->Asl.Value.Integer = ParamCount; in ExDoExternal()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmextern.c1175 UINT32 ParamCount) in AcpiDmCreateSubobjectForExternal() argument
1187 ObjDesc->Method.ParamCount = (UINT8) ParamCount; in AcpiDmCreateSubobjectForExternal()
1228 UINT32 ParamCount) in AcpiDmAddOneExternalToNamespace() argument
1241 AcpiDmCreateSubobjectForExternal (Type, &Node, ParamCount); in AcpiDmAddOneExternalToNamespace()
H A Dadwalk.c900 UINT32 ParamCount = 0; in AcpiDmXrefDescendingOp() local
1032 ParamCount = Object->Method.ParamCount; in AcpiDmXrefDescendingOp()
1043 ParamCount, ACPI_EXT_RESOLVED_REFERENCE); in AcpiDmXrefDescendingOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h471 uint32_t ParamCount; member
475 sys::swapByteOrder(ParamCount); in swapBytes()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacstruct.h329 UINT16 ParamCount; /* Count of the input argument list */ member
H A Dacobject.h325 UINT8 ParamCount; member
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h186 size_t ParamCount) const;
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c457 Node, MethodDesc->Method.ParamCount)); in AcpiPsGetNextNamepath()
461 WalkState->ArgCount = MethodDesc->Method.ParamCount; in AcpiPsGetNextNamepath()
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c627 ObjDesc->Method.ParamCount = (UINT8) in AcpiExCreateMethod()
H A Dexdump.c255 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
985 ObjDesc->Method.ParamCount, in AcpiExDumpOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1394 LLVMTypeRef *ParamTypes, unsigned ParamCount,
2797 size_t ParamCount);
2806 LLVMTypeRef *ParamTypes, size_t ParamCount);
2818 size_t ParamCount,
2834 size_t ParamCount,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp766 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
768 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()
2454 size_t ParamCount) { in LLVMGetIntrinsicDeclaration() argument
2455 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMGetIntrinsicDeclaration()
2468 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType() argument
2470 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicGetType()
2476 size_t ParamCount, in LLVMIntrinsicCopyOverloadedName() argument
2479 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName()
2487 size_t ParamCount, in LLVMIntrinsicCopyOverloadedName2() argument
2490 ArrayRef<Type *> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName2()

12