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

12

/freebsd-11-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.c264 Info->ParamCount = 0;
267 while (Info->Parameters[Info->ParamCount])
269 Info->ParamCount++;
274 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS)
278 Info->ParamCount, ACPI_METHOD_NUM_ARGS));
280 Info->ParamCount = ACPI_METHOD_NUM_ARGS;
296 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++)
297 AmlParamCount = Node->Object->Method.ParamCount;
379 AmlParamCount = Node->Object->Method.ParamCount;
H A Dnsxfname.c407 UINT8 ParamCount= 0; local
442 ParamCount = Node->Object->Method.ParamCount;
635 Info->ParamCount = ParamCount;
788 MethodObj->Method.ParamCount = (UINT8)
H A Dnsaccess.c280 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val);
287 NewNode->Value = ObjDesc->Method.ParamCount;
H A Dnsdump.c442 (UINT32) ObjDesc->Method.ParamCount,
/freebsd-11-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-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c881 UINT32 ParamCount; local
895 ParamCount = AcpiDbGetLine (InputBuffer);
911 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
914 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
1056 if (ParamCount == 0)
1065 else if (ParamCount == 2)
H A Ddbmethod.c601 for (i = 0; i < ObjInfo->ParamCount; i++)
608 ParamObjects.Count = ObjInfo->ParamCount;
H A Ddbobject.c670 AcpiUtGetNodeName (Node), Node->Object->Method.ParamCount);
H A Ddbexec.c490 if (ObjDesc->Method.ParamCount)
H A Ddbdisply.c555 (UINT32) ObjDesc->Method.ParamCount,
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c562 UINT8 ParamCount; local
661 * Therefore, ParamCount will be 0.
663 ParamCount = (UINT8) Op->Common.Value.Arg->Common.Next->Common.Value.Integer;
669 &Op->Common.Node, ParamCount);
675 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount,
H A Ddsmethod.c727 for (i = 0; i < ObjDesc->Method.ParamCount; i++)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h91 formatv_object_base(StringRef Fmt, std::size_t ParamCount) argument
93 Adapters.reserve(ParamCount);
/freebsd-11-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.c889 UINT32 ParamCount = 0; local
1021 ParamCount = Object->Method.ParamCount;
1032 ParamCount, ACPI_EXT_RESOLVED_REFERENCE);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacstruct.h326 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.h1386 UINT8 ParamCount; /* If a method, required parameter count */ member in struct:acpi_device_info
/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c457 Node, MethodDesc->Method.ParamCount));
461 WalkState->ArgCount = MethodDesc->Method.ParamCount;
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c628 ObjDesc->Method.ParamCount = (UINT8)
H A Dexdump.c255 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Method.ParamCount), "Parameter Count"},
985 ObjDesc->Method.ParamCount,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1220 LLVMTypeRef *ParamTypes, unsigned ParamCount,
2439 size_t ParamCount);
2448 LLVMTypeRef *ParamTypes, size_t ParamCount);
2468 size_t ParamCount,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp643 LLVMTypeRef *ParamTypes, unsigned ParamCount,
645 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); local
2326 size_t ParamCount) {
2327 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
2340 LLVMTypeRef *ParamTypes, size_t ParamCount) {
2342 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
2348 size_t ParamCount,
2351 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
642 LLVMFunctionType(LLVMTypeRef ReturnType, LLVMTypeRef *ParamTypes, unsigned ParamCount, LLVMBool IsVarArg) argument

Completed in 308 milliseconds

12