| /freebsd-12.1/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 | 270 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 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() 297 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckAcpiCompliance() 379 AmlParamCount = Node->Object->Method.ParamCount; in AcpiNsCheckArgumentCount()
|
| H A D | nsaccess.c | 280 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val); in AcpiNsRootInitialize() 287 NewNode->Value = ObjDesc->Method.ParamCount; in AcpiNsRootInitialize()
|
| H A D | nsdump.c | 444 (UINT32) ObjDesc->Method.ParamCount, in AcpiNsDumpOneObject()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 199 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 D | dbinput.c | 881 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 D | dbmethod.c | 598 for (i = 0; i < ObjInfo->ParamCount; i++) in AcpiDbWalkForExecute() 605 ParamObjects.Count = ObjInfo->ParamCount; in AcpiDbWalkForExecute()
|
| H A D | dbobject.c | 694 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount); in AcpiDbDecodeArguments()
|
| H A D | dbexec.c | 490 if (ObjDesc->Method.ParamCount) in AcpiDbExecutionWalk()
|
| H A D | dbdisply.c | 555 (UINT32) ObjDesc->Method.ParamCount, in AcpiDbDisplayMethodInfo()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dswload.c | 560 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 D | dsmethod.c | 729 for (i = 0; i < ObjDesc->Method.ParamCount; i++) in AcpiDsCallControlMethod()
|
| /freebsd-12.1/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 | 889 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 D | FormatVariadic.h | 92 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 D | acstruct.h | 329 UINT16 ParamCount; /* Count of the input argument list */ member
|
| H A D | acobject.h | 324 UINT8 ParamCount; member
|
| /freebsd-12.1/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-12.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | excreate.c | 626 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-12.1/contrib/llvm/include/llvm-c/ |
| H A D | Core.h | 1215 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 D | Core.cpp | 635 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 D | WasmObjectFile.cpp | 791 uint32_t ParamCount = readVaruint32(Ctx); in parseTypeSection() local 792 Sig.Params.reserve(ParamCount); in parseTypeSection() 793 while (ParamCount--) { in parseTypeSection()
|