Home
last modified time | relevance | path

Searched refs:param_size (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c1286 int param_size; in GetAsconfVtags() local
1291 param_size = SCTP_SIZE32(ntohs(param->param_length)); in GetAsconfVtags()
1294 while((bytes_left >= param_size) && (bytes_left >= SN_VTAG_PARAM_SIZE)) { in GetAsconfVtags()
1313 bytes_left -= param_size; in GetAsconfVtags()
1318 param_size = SCTP_SIZE32(ntohs(param->param_length)); in GetAsconfVtags()
1348 int param_size; in AddGlobalIPAddresses() local
1375 param_size = SCTP_SIZE32(ntohs(param->param_length)); in AddGlobalIPAddresses()
1377 param_size = bytes_left+1; /* force skip loop */ in AddGlobalIPAddresses()
1397 while((bytes_left >= param_size) && (bytes_left >= sizeof(struct sctp_ipv4addr_param))) { in AddGlobalIPAddresses()
1439 bytes_left -= param_size; in AddGlobalIPAddresses()
[all …]
/freebsd/sys/sys/
H A Dthr.h75 int thr_new(struct thr_param *param, int param_size);
/freebsd/sys/dev/tws/
H A Dtws_cam.c82 u_int32_t param_size, void *data);
84 u_int32_t param_size, void *data);
773 u_int32_t param_size, void *data) in tws_set_param() argument
809 param->parameter_size_bytes = (u_int16_t)param_size; in tws_set_param()
810 memcpy(param->data, data, param_size); in tws_set_param()
820 u_int32_t param_size, void *data) in tws_get_param() argument
858 param->parameter_size_bytes = (u_int16_t)param_size; in tws_get_param()
866 memcpy(data, param->data, param_size); in tws_get_param()
H A Dtws_hdm.c54 u_int32_t param_id, u_int32_t param_size, void *data);
56 u_int32_t param_id, u_int32_t param_size, void *data);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp350 if (D->param_size() < 2) in create_call_once()
510 if (D->param_size() != 2) in create_dispatch_once()
594 if (D->param_size() != 2) in create_dispatch_sync()
621 if (D->param_size() != 3) in create_OSAtomicCompareAndSwap()
891 if (D->param_size() != 0) in getBody()
H A DCalledOnceCheck.cpp657 for (unsigned Index : llvm::seq<unsigned>(0u, Function->param_size())) { in findParamsToTrack()
1102 return Method && ParamIndex < Method->param_size() && in shouldBeCalledOnce()
H A DRetainSummaryManager.cpp756 if (isOSObjectDynamicCast(FName) && FD->param_size() >= 1) { in canEval()
758 } else if (isOSObjectRequiredCast(FName) && FD->param_size() >= 1) { in canEval()
/freebsd/sys/kern/
H A Dkern_thr.c142 if (uap->param_size < 0 || uap->param_size > sizeof(param)) in sys_thr_new()
145 if ((error = copyin(uap->param, &param, uap->param_size))) in sys_thr_new()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp67 return matchesImpl(FD, CE.getNumArgs(), FD->param_size()); in matchesAsWritten()
H A DMemRegion.cpp213 assert(Index < FD->param_size()); in getDecl()
216 assert(Index < BD->param_size()); in getDecl()
219 assert(Index < MD->param_size()); in getDecl()
222 assert(Index < CD->param_size()); in getDecl()
1051 if (Index < FD->param_size() && FD->parameters()[Index] == PVD) in getVarRegion()
1055 if (Index < BD->param_size() && BD->parameters()[Index] == PVD) in getVarRegion()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h162 size_t param_size() const { return parameters().size(); } in param_size() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h69 return cast<ObjCMethodDecl>(D)->param_size(); in getFunctionOrMethodNumParams()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp105 return getNonNullAttrsImpl(Call, Call.param_size()); in getNonNullAttrs()
H A DDynamicTypePropagation.cpp858 for (unsigned i = 0; i < Method->param_size(); i++) { in checkPreObjCMessage()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp98 const unsigned FirstNumParameters = FirstMethod->param_size(); in diagnoseSubMismatchMethodParameters()
99 const unsigned SecondNumParameters = SecondMethod->param_size(); in diagnoseSubMismatchMethodParameters()
1154 for (unsigned I = 0, N = FirstMethod->param_size(); I < N; ++I) { in diagnoseMismatch()
1702 assert(FirstFunction->param_size() == SecondFunction->param_size() && in diagnoseMismatch()
1705 size_t ParamSize = FirstFunction->param_size(); in diagnoseMismatch()
H A DODRHash.cpp430 ID.AddInteger(Method->param_size()); in VisitObjCMethodDecl()
736 ID.AddInteger(Function->param_size()); in AddFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp320 if (!FD || FD->param_size() != 3 || !FD->isMain()) in checkBeginFunction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DForwardDeclChecker.cpp259 for (unsigned i = 0; i < ArgCount && i < MethodDecl->param_size(); ++i) in visitObjCMessageExpr()
H A DRawPtrRefCallArgsChecker.cpp200 bool hasParam = i < MethodDecl->param_size(); in visitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp412 if (!Ctor || Ctor->param_size() != 1) in isCopyLikeConstructor()
1281 return CMD && isNormalAssignmentOperator(CMD) && CMD->param_size() == 1 && in isAssignmentOperatorLifetimeBound()
H A DCodeCompleteConsumer.cpp608 if (N < FD->param_size()) in getParamDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp222 if (MD->param_size()) in getSymbolInfo()
H A DIndexDecl.cpp163 bool isGetter = !D->param_size(); in handleObjCMethod()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5278 return N < Decl->param_size() && Decl->getParamDecl(N) == &Node; in AST_MATCHER_P()
5280 return N < Decl->param_size() && Decl->getParamDecl(N) == &Node; in AST_MATCHER_P()
5282 return N < Decl->param_size() && Decl->getParamDecl(N) == &Node; in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp934 Record.push_back(D->param_size()); in VisitFunctionDecl()
999 Record.push_back(D->param_size()); in VisitObjCMethodDecl()
1469 Record.push_back(D->param_size()); in VisitBlockDecl()

123