| /freebsd-14.2/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsxfeval.c | 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() 466 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount) in ACPI_EXPORT_SYMBOL() 470 Info->ParamCount, in ACPI_EXPORT_SYMBOL() 475 Info->ParamCount = Info->ObjDesc->Method.ParamCount; in ACPI_EXPORT_SYMBOL() 482 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL() 498 for (i = 0; i < Info->ParamCount; i++) in ACPI_EXPORT_SYMBOL() 516 if (Info->ParamCount) in ACPI_EXPORT_SYMBOL() [all …]
|
| H A D | nseval.c | 263 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 D | nsxfname.c | 408 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 D | nsarguments.c | 203 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 D | nsaccess.c | 315 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val); in AcpiNsRootInitialize() 322 NewNode->Value = ObjDesc->Method.ParamCount; in AcpiNsRootInitialize()
|
| H A D | nsdump.c | 444 (UINT32) ObjDesc->Method.ParamCount, in AcpiNsDumpOneObject()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallDescription.cpp | 79 size_t ParamCount) const { in matchesImpl() 87 (!RequiredParams || *RequiredParams <= ParamCount); in matchesImpl() 108 [](size_t ArgCount, size_t ParamCount, in matchesImpl() 112 !CD.RequiredParams || *CD.RequiredParams == ParamCount; in matchesImpl() 144 if (!ExactMatchArgAndParamCounts(ArgCount, ParamCount, *this)) in matchesImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 197 unsigned ParamCount = CtorDecl->getNumParams(); in checkPostCall() local 203 if (CtorDecl->isCopyConstructor() && ParamCount == 1) { in checkPostCall() 222 if (ParamCount == 1 && CtorDecl->getParamDecl(0)->getType() == BoolTy) { in checkPostCall() 227 if (ParamCount == 2){ in checkPostCall()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbinput.c | 901 UINT32 ParamCount; in AcpiDbCommandDispatch() local 915 ParamCount = AcpiDbGetLine (InputBuffer); in AcpiDbCommandDispatch() 930 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch() 933 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch() 1101 if (ParamCount == 0) in AcpiDbCommandDispatch() 1110 else if (ParamCount == 2) in AcpiDbCommandDispatch()
|
| H A D | dbmethod.c | 595 for (i = 0; i < ObjInfo->ParamCount; i++) in AcpiDbEvaluateObject() 602 ParamObjects.Count = ObjInfo->ParamCount; in AcpiDbEvaluateObject()
|
| H A D | dbobject.c | 692 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount); in AcpiDbDecodeArguments()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dswload.c | 558 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()
|
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | aslexternal.c | 198 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-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | VFABIDemangler.h | 132 unsigned ParamCount = Shape.Parameters.size(); in getParamIndexForOptionalMask() local 133 for (unsigned i = 0; i < ParamCount; ++i) in getParamIndexForOptionalMask()
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmextern.c | 1175 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 D | adwalk.c | 900 UINT32 ParamCount = 0; in AcpiDmXrefDescendingOp() local 1032 ParamCount = Object->Method.ParamCount; in AcpiDmXrefDescendingOp() 1043 ParamCount, ACPI_EXT_RESOLVED_REFERENCE); in AcpiDmXrefDescendingOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainer.h | 451 uint32_t ParamCount; member 455 sys::swapByteOrder(ParamCount); in swapBytes()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acstruct.h | 329 UINT16 ParamCount; /* Count of the input argument list */ member
|
| H A D | acobject.h | 325 UINT8 ParamCount; member
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallDescription.h | 159 size_t ParamCount) const;
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/parser/ |
| H A D | psargs.c | 457 Node, MethodDesc->Method.ParamCount)); in AcpiPsGetNextNamepath() 461 WalkState->ArgCount = MethodDesc->Method.ParamCount; in AcpiPsGetNextNamepath()
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/executer/ |
| H A D | excreate.c | 627 ObjDesc->Method.ParamCount = (UINT8) in AcpiExCreateMethod()
|
| H A D | exdump.c | 255 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"}, 985 ObjDesc->Method.ParamCount, in AcpiExDumpOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1345 LLVMTypeRef *ParamTypes, unsigned ParamCount, 2631 size_t ParamCount); 2640 LLVMTypeRef *ParamTypes, size_t ParamCount); 2652 size_t ParamCount, 2668 size_t ParamCount,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 738 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument 740 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType() 2327 size_t ParamCount) { in LLVMGetIntrinsicDeclaration() argument 2328 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMGetIntrinsicDeclaration() 2341 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType() argument 2343 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicGetType() 2349 size_t ParamCount, in LLVMIntrinsicCopyOverloadedName() argument 2352 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName() 2360 size_t ParamCount, in LLVMIntrinsicCopyOverloadedName2() argument 2363 ArrayRef<Type *> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName2()
|