Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c429 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 Dnseval.c270 Info->ParamCount = 0; in AcpiNsEvaluate()
273 while (Info->Parameters[Info->ParamCount]) in AcpiNsEvaluate()
275 Info->ParamCount++; in AcpiNsEvaluate()
280 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS) in AcpiNsEvaluate()
284 Info->ParamCount, ACPI_METHOD_NUM_ARGS)); in AcpiNsEvaluate()
286 Info->ParamCount = ACPI_METHOD_NUM_ARGS; in AcpiNsEvaluate()
302 Info->ParamCount, Info->Predefined); in AcpiNsEvaluate()
419 (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()
297 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckAcpiCompliance()
379 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckArgumentCount()
H A Dnsaccess.c280 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val); in AcpiNsRootInitialize()
287 NewNode->Value = ObjDesc->Method.ParamCount; in AcpiNsRootInitialize()
H A Dnsdump.c444 (UINT32) ObjDesc->Method.ParamCount, in AcpiNsDumpOneObject()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp199 unsigned ParamCount = CtorDecl->getNumParams(); in checkPostCall() local
205 if (CtorDecl->isCopyConstructor() && ParamCount == 1) { in checkPostCall()
224 if (ParamCount == 1 && CtorDecl->getParamDecl(0)->getType() == BoolTy) { in checkPostCall()
229 if (ParamCount == 2){ in checkPostCall()
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c881 UINT32 ParamCount; in AcpiDbCommandDispatch() local
895 ParamCount = AcpiDbGetLine (InputBuffer); in AcpiDbCommandDispatch()
911 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()
914 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch()
1060 if (ParamCount == 0) in AcpiDbCommandDispatch()
1069 else if (ParamCount == 2) in AcpiDbCommandDispatch()
H A Ddbmethod.c598 for (i = 0; i < ObjInfo->ParamCount; i++) in AcpiDbWalkForExecute()
605 ParamObjects.Count = ObjInfo->ParamCount; in AcpiDbWalkForExecute()
H A Ddbobject.c694 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount); in AcpiDbDecodeArguments()
H A Ddbexec.c490 if (ObjDesc->Method.ParamCount) in AcpiDbExecutionWalk()
H A Ddbdisply.c555 (UINT32) ObjDesc->Method.ParamCount, in AcpiDbDisplayMethodInfo()
/freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c560 UINT8 ParamCount; in AcpiDsLoad1EndOp() local
659 ParamCount = (UINT8) Op->Common.Value.Arg->Common.Next->Common.Value.Integer; in AcpiDsLoad1EndOp()
665 &Op->Common.Node, ParamCount); in AcpiDsLoad1EndOp()
671 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-12.1/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.c889 UINT32 ParamCount = 0; in AcpiDmXrefDescendingOp() local
1021 ParamCount = Object->Method.ParamCount; in AcpiDmXrefDescendingOp()
1032 ParamCount, ACPI_EXT_RESOLVED_REFERENCE); in AcpiDmXrefDescendingOp()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFormatVariadic.h92 formatv_object_base(StringRef Fmt, std::size_t ParamCount) in formatv_object_base() argument
94 Adapters.reserve(ParamCount); in formatv_object_base()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacstruct.h329 UINT16 ParamCount; /* Count of the input argument list */ member
H A Dacobject.h324 UINT8 ParamCount; member
/freebsd-12.1/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-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c626 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-12.1/contrib/llvm/include/llvm-c/
H A DCore.h1215 LLVMTypeRef *ParamTypes, unsigned ParamCount,
2420 size_t ParamCount);
2429 LLVMTypeRef *ParamTypes, size_t ParamCount);
2449 size_t ParamCount,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp635 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() argument
637 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMFunctionType()
2302 size_t ParamCount) { in LLVMGetIntrinsicDeclaration() argument
2303 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMGetIntrinsicDeclaration()
2316 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType() argument
2318 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicGetType()
2324 size_t ParamCount, in LLVMIntrinsicCopyOverloadedName() argument
2327 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); in LLVMIntrinsicCopyOverloadedName()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp791 uint32_t ParamCount = readVaruint32(Ctx); in parseTypeSection() local
792 Sig.Params.reserve(ParamCount); in parseTypeSection()
793 while (ParamCount--) { in parseTypeSection()

12