Home
last modified time | relevance | path

Searched refs:optinfo (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Doptdfa.pas210 DFASetDiff(l,n.successor.optinfo^.life,n.optinfo^.def);
262 DFASetDiff(l,node.successor.optinfo^.life,node.optinfo^.def)
264 DFASetDiff(l,resultnode.optinfo^.life,node.optinfo^.def)
405 node.optinfo^.life:=tstatementnode(node).statement.optinfo^.life;
504 node.optinfo^.def:=resultnode.optinfo^.def;
515 node.optinfo^.use:=resultnode.optinfo^.use;
516 node.optinfo^.life:=node.optinfo^.use;
616 resultnode.optinfo^.life:=resultnode.optinfo^.use;
853 if not(DFASetIn(node.optinfo^.life,nodetosearch.optinfo^.index)) then
859 touchesnode:=DFASetIn(node.optinfo^.use,nodetosearch.optinfo^.index) or
[all …]
H A Doptutils.pas75 node.optinfo^.index:=p.optinfo^.index;
80 node.optinfo^.index:=i;
129 …if assigned(n.optinfo) and ((n.optinfo^.life<>nil) or (n.optinfo^.use<>nil) or (n.optinfo^.def<>ni…
134 PrintDFASet(text(arg^),n.optinfo^.def);
136 PrintDFASet(text(arg^),n.optinfo^.use);
341 if assigned(n.optinfo) then
342 DFASetIncludeSet(sum,n.optinfo^.def);
350 if not assigned(p.optinfo^.defsum) then
354 p.optinfo^.defsum:=sum;
391 n.optinfo^.executionweight:=weight;
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Doptdfa.pas210 DFASetDiff(l,n.successor.optinfo^.life,n.optinfo^.def);
262 DFASetDiff(l,node.successor.optinfo^.life,node.optinfo^.def)
264 DFASetDiff(l,resultnode.optinfo^.life,node.optinfo^.def)
405 node.optinfo^.life:=tstatementnode(node).statement.optinfo^.life;
504 node.optinfo^.def:=resultnode.optinfo^.def;
515 node.optinfo^.use:=resultnode.optinfo^.use;
516 node.optinfo^.life:=node.optinfo^.use;
616 resultnode.optinfo^.life:=resultnode.optinfo^.use;
853 if not(DFASetIn(node.optinfo^.life,nodetosearch.optinfo^.index)) then
859 touchesnode:=DFASetIn(node.optinfo^.use,nodetosearch.optinfo^.index) or
[all …]
H A Doptutils.pas75 node.optinfo^.index:=p.optinfo^.index;
80 node.optinfo^.index:=i;
129 …if assigned(n.optinfo) and ((n.optinfo^.life<>nil) or (n.optinfo^.use<>nil) or (n.optinfo^.def<>ni…
134 PrintDFASet(text(arg^),n.optinfo^.def);
136 PrintDFASet(text(arg^),n.optinfo^.use);
341 if assigned(n.optinfo) then
342 DFASetIncludeSet(sum,n.optinfo^.def);
350 if not assigned(p.optinfo^.defsum) then
354 p.optinfo^.defsum:=sum;
391 n.optinfo^.executionweight:=weight;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Doptdfa.pas210 DFASetDiff(l,n.successor.optinfo^.life,n.optinfo^.def);
262 DFASetDiff(l,node.successor.optinfo^.life,node.optinfo^.def)
264 DFASetDiff(l,resultnode.optinfo^.life,node.optinfo^.def)
405 node.optinfo^.life:=tstatementnode(node).statement.optinfo^.life;
504 node.optinfo^.def:=resultnode.optinfo^.def;
515 node.optinfo^.use:=resultnode.optinfo^.use;
516 node.optinfo^.life:=node.optinfo^.use;
616 resultnode.optinfo^.life:=resultnode.optinfo^.use;
853 if not(DFASetIn(node.optinfo^.life,nodetosearch.optinfo^.index)) then
859 touchesnode:=DFASetIn(node.optinfo^.use,nodetosearch.optinfo^.index) or
[all …]
H A Doptutils.pas75 node.optinfo^.index:=p.optinfo^.index;
80 node.optinfo^.index:=i;
129 …if assigned(n.optinfo) and ((n.optinfo^.life<>nil) or (n.optinfo^.use<>nil) or (n.optinfo^.def<>ni…
134 PrintDFASet(text(arg^),n.optinfo^.def);
136 PrintDFASet(text(arg^),n.optinfo^.use);
341 if assigned(n.optinfo) then
342 DFASetIncludeSet(sum,n.optinfo^.def);
350 if not assigned(p.optinfo^.defsum) then
354 p.optinfo^.defsum:=sum;
391 n.optinfo^.executionweight:=weight;
[all …]
/dports/net/dhcp6/wide-dhcpv6-20080615.2/
H A Dcommon.c1314 dhcp6_init_options(optinfo) in dhcp6_init_options() argument
1317 memset(optinfo, 0, sizeof(*optinfo));
1346 dhcp6_clear_options(optinfo) in dhcp6_clear_options() argument
1381 free(optinfo->ifidopt_id);
1647 optinfo->authrdm = *cp++;
1648 memcpy(&optinfo->authrd, cp, sizeof(optinfo->authrd));
1658 optinfo->authflags |=
1710 optinfo->rapidcommit = 1;
2163 sprint_auth(optinfo) in sprint_auth() argument
2197 switch (optinfo->authrdm) {
[all …]
H A Ddhcp6c.c1046 if (optinfo == NULL)
1278 optinfo.rapidcommit = 1;
1284 optinfo.elapsed_time = 0;
1371 optinfo.authproto, optinfo.authalgorithm,
1547 optinfo->pref);
1646 if (dhcp6_copy_options(&newserver->optinfo, optinfo)) {
1824 !optinfo->rapidcommit) {
2021 optinfo->authrdm);
2081 optinfo->authalgorithm,
2119 set_auth(ev, optinfo) in set_auth() argument
[all …]
H A Ddhcp6s.c863 struct dhcp6_optinfo optinfo; local
964 dhcp6_init_options(&optinfo);
966 optend, &optinfo) < 0) {
1044 struct dhcp6_optinfo optinfo; local
1065 optend, &optinfo) < 0) {
1078 len = optinfo.relaymsg_len;
1099 if (optinfo.ifidopt_id &&
3516 optinfo->authrdm,
3555 optinfo->authrd)) {
3602 optinfo->authproto, optinfo->authalgorithm,
[all …]
H A Ddhcp6c_script.c76 client6_script(scriptpath, state, optinfo) in client6_script() argument
79 struct dhcp6_optinfo *optinfo;
119 for (v = TAILQ_FIRST(&optinfo->dnsname_list); v;
130 for (v = TAILQ_FIRST(&optinfo->sipname_list); v;
139 for (v = TAILQ_FIRST(&optinfo->nisname_list); v;
200 for (v = TAILQ_FIRST(&optinfo->dns_list); v;
220 for (v = TAILQ_FIRST(&optinfo->ntp_list); v;
258 for (v = TAILQ_FIRST(&optinfo->sip_list); v;
295 for (v = TAILQ_FIRST(&optinfo->nis_list); v;
332 for (v = TAILQ_FIRST(&optinfo->nisp_list); v;
[all …]
/dports/science/bagel/bagel-1.2.2/src/opt/
H A Dcompute_opt.cc46 for (int iter = 1; iter != optinfo()->maxiter(); ++iter) { in compute_optimize()
52 if (optinfo()->internal() && iter != 1) { in compute_optimize()
53 if (optinfo()->redundant()) in compute_optimize()
65 if (optinfo()->internal()) { in compute_optimize()
66 if (optinfo()->redundant()) in compute_optimize()
69 …bmat_ = current_->compute_internal_coordinate(bmat_[0], optinfo()->bonds(), optinfo()->opttype()->… in compute_optimize()
90 if (optinfo()->internal()) { in compute_optimize()
91 if (optinfo()->redundant()) in compute_optimize()
112 if (optinfo()->internal()) { in compute_optimize()
113 if (optinfo()->redundant()) in compute_optimize()
[all …]
H A Dcompute_mep.cc45 if (optinfo()->mep_direction() < 0) in compute_mep()
50 if (optinfo()->internal()) { in compute_mep()
51 if (optinfo()->redundant()) in compute_mep()
72 if (optinfo()->internal()) { in compute_mep()
73 if (optinfo()->redundant()) in compute_mep()
114 if (optinfo()->redundant()) in compute_mep()
125 if (optinfo()->internal()) { in compute_mep()
126 if (optinfo()->redundant()) in compute_mep()
143 if (optinfo()->internal()) { in compute_mep()
144 if (optinfo()->redundant()) in compute_mep()
[all …]
H A Dget_grad.cc51 …cgrad1 = make_shared<GradFile>(*eval1.compute("force", make_shared<GradInfo>(optinfo(), optinfo()-… in get_mecigrad()
55 …cgrad2 = make_shared<GradFile>(*eval1.compute("force", make_shared<GradInfo>(optinfo(), optinfo()-… in get_mecigrad()
61 …cgrad1 = make_shared<GradFile>(*eval1.compute("force", make_shared<GradInfo>(optinfo(), optinfo()-… in get_mecigrad()
65 …cgrad2 = make_shared<GradFile>(*eval1.compute("force", make_shared<GradInfo>(optinfo(), optinfo()-… in get_mecigrad()
73 if (optinfo()->qmmm()) { in get_mecigrad()
111 *out = optinfo()->thielc3() * (*xf * optinfo()->thielc4() + *xg * (1.0 - optinfo()->thielc4())); in get_mecigrad()
311 if (optinfo()->qmmm()) { in get_mdcigrad()
362 *out = optinfo()->thielc3() * (*xf * optinfo()->thielc4() + *xg * (1.0 - optinfo()->thielc4())); in get_mdcigrad()
372 bool numerical = optinfo()->numerical(); in get_grad_energy()
449 if (optinfo()->qmmm()) { in get_grad_energy()
[all …]
H A Dopt.cc75 …size_ = optinfo()->internal() ? (optinfo()->redundant()? bmat_red_[0]->ndim() : bmat_[0]->mdim()) … in compute()
83 if (optinfo()->hess_approx()) { in compute()
85 if (optinfo()->internal() && !optinfo()->redundant()) { in compute()
97 if (optinfo()->internal()) { in compute()
98 if (optinfo()->redundant()) in compute()
106 if (optinfo()->opttype()->is_mep()) { in compute()
107 if (optinfo()->mep_direction() == 0) { in compute()
124 if (optinfo()->opttype()->is_energy() || optinfo()->opttype()->is_transition()) { in print_header()
128 } else if (optinfo()->opttype()->is_mdci()) { in print_header()
132 } else if (optinfo()->opttype()->is_conical()) { in print_header()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/netfilter/
H A Dip6t_hbh.c84 optinfo->hdrlen, hdrlen, in hbh_mt6()
85 (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
86 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
89 ret = (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
90 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
95 if (!(optinfo->flags & IP6T_OPTS_OPTS)) { in hbh_mt6()
99 pr_debug("#%d ", optinfo->optsnr); in hbh_mt6()
112 (optinfo->opts[temp] & 0xFF00) >> 8); in hbh_mt6()
129 spec_len = optinfo->opts[temp] & 0x00FF; in hbh_mt6()
147 temp < optinfo->optsnr - 1) { in hbh_mt6()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/netfilter/
H A Dip6t_hbh.c84 optinfo->hdrlen, hdrlen, in hbh_mt6()
85 (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
86 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
89 ret = (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
90 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
95 if (!(optinfo->flags & IP6T_OPTS_OPTS)) { in hbh_mt6()
99 pr_debug("#%d ", optinfo->optsnr); in hbh_mt6()
112 (optinfo->opts[temp] & 0xFF00) >> 8); in hbh_mt6()
129 spec_len = optinfo->opts[temp] & 0x00FF; in hbh_mt6()
147 temp < optinfo->optsnr - 1) { in hbh_mt6()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/netfilter/
H A Dip6t_hbh.c84 optinfo->hdrlen, hdrlen, in hbh_mt6()
85 (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
86 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
89 ret = (!(optinfo->flags & IP6T_OPTS_LEN) || in hbh_mt6()
90 ((optinfo->hdrlen == hdrlen) ^ in hbh_mt6()
95 if (!(optinfo->flags & IP6T_OPTS_OPTS)) { in hbh_mt6()
99 pr_debug("#%d ", optinfo->optsnr); in hbh_mt6()
112 (optinfo->opts[temp] & 0xFF00) >> 8); in hbh_mt6()
129 spec_len = optinfo->opts[temp] & 0x00FF; in hbh_mt6()
147 temp < optinfo->optsnr - 1) { in hbh_mt6()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Doptinfo-emit-json.cc139 optrecord_json_writer::add_record (const optinfo *optinfo) in add_record() argument
141 json::object *obj = optinfo_to_json (optinfo); in add_record()
146 if (optinfo->get_kind () == OPTINFO_KIND_SCOPE) in add_record()
331 optrecord_json_writer::optinfo_to_json (const optinfo *optinfo) in optinfo_to_json() argument
336 impl_location_to_json (optinfo->get_impl_location ())); in optinfo_to_json()
342 for (unsigned i = 0; i < optinfo->num_items (); i++) in optinfo_to_json()
344 const optinfo_item *item = optinfo->get_item (i); in optinfo_to_json()
395 if (optinfo->get_pass ()) in optinfo_to_json()
398 profile_count count = optinfo->get_count (); in optinfo_to_json()
404 location_t loc = optinfo->get_location_t (); in optinfo_to_json()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Doptinfo-emit-json.cc139 optrecord_json_writer::add_record (const optinfo *optinfo) in add_record() argument
141 json::object *obj = optinfo_to_json (optinfo); in add_record()
146 if (optinfo->get_kind () == OPTINFO_KIND_SCOPE) in add_record()
331 optrecord_json_writer::optinfo_to_json (const optinfo *optinfo) in optinfo_to_json() argument
336 impl_location_to_json (optinfo->get_impl_location ())); in optinfo_to_json()
342 for (unsigned i = 0; i < optinfo->num_items (); i++) in optinfo_to_json()
344 const optinfo_item *item = optinfo->get_item (i); in optinfo_to_json()
395 if (optinfo->get_pass ()) in optinfo_to_json()
398 profile_count count = optinfo->get_count (); in optinfo_to_json()
404 location_t loc = optinfo->get_location_t (); in optinfo_to_json()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Doptinfo-emit-json.cc139 optrecord_json_writer::add_record (const optinfo *optinfo) in add_record() argument
141 json::object *obj = optinfo_to_json (optinfo); in add_record()
146 if (optinfo->get_kind () == OPTINFO_KIND_SCOPE) in add_record()
331 optrecord_json_writer::optinfo_to_json (const optinfo *optinfo) in optinfo_to_json() argument
336 impl_location_to_json (optinfo->get_impl_location ())); in optinfo_to_json()
342 for (unsigned i = 0; i < optinfo->num_items (); i++) in optinfo_to_json()
344 const optinfo_item *item = optinfo->get_item (i); in optinfo_to_json()
395 if (optinfo->get_pass ()) in optinfo_to_json()
398 profile_count count = optinfo->get_count (); in optinfo_to_json()
404 location_t loc = optinfo->get_location_t (); in optinfo_to_json()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Doptinfo-emit-json.cc139 optrecord_json_writer::add_record (const optinfo *optinfo) in add_record() argument
141 json::object *obj = optinfo_to_json (optinfo); in add_record()
146 if (optinfo->get_kind () == OPTINFO_KIND_SCOPE) in add_record()
331 optrecord_json_writer::optinfo_to_json (const optinfo *optinfo) in optinfo_to_json() argument
336 impl_location_to_json (optinfo->get_impl_location ())); in optinfo_to_json()
342 for (unsigned i = 0; i < optinfo->num_items (); i++) in optinfo_to_json()
344 const optinfo_item *item = optinfo->get_item (i); in optinfo_to_json()
395 if (optinfo->get_pass ()) in optinfo_to_json()
398 profile_count count = optinfo->get_count (); in optinfo_to_json()
404 location_t loc = optinfo->get_location_t (); in optinfo_to_json()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Doptinfo-emit-json.cc139 optrecord_json_writer::add_record (const optinfo *optinfo) in add_record() argument
141 json::object *obj = optinfo_to_json (optinfo); in add_record()
146 if (optinfo->get_kind () == OPTINFO_KIND_SCOPE) in add_record()
331 optrecord_json_writer::optinfo_to_json (const optinfo *optinfo) in optinfo_to_json() argument
336 impl_location_to_json (optinfo->get_impl_location ())); in optinfo_to_json()
342 for (unsigned i = 0; i < optinfo->num_items (); i++) in optinfo_to_json()
344 const optinfo_item *item = optinfo->get_item (i); in optinfo_to_json()
395 if (optinfo->get_pass ()) in optinfo_to_json()
398 profile_count count = optinfo->get_count (); in optinfo_to_json()
404 location_t loc = optinfo->get_location_t (); in optinfo_to_json()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Doptinfo-emit-json.cc139 optrecord_json_writer::add_record (const optinfo *optinfo) in add_record() argument
141 json::object *obj = optinfo_to_json (optinfo); in add_record()
146 if (optinfo->get_kind () == OPTINFO_KIND_SCOPE) in add_record()
331 optrecord_json_writer::optinfo_to_json (const optinfo *optinfo) in optinfo_to_json() argument
336 impl_location_to_json (optinfo->get_impl_location ())); in optinfo_to_json()
342 for (unsigned i = 0; i < optinfo->num_items (); i++) in optinfo_to_json()
344 const optinfo_item *item = optinfo->get_item (i); in optinfo_to_json()
395 if (optinfo->get_pass ()) in optinfo_to_json()
398 profile_count count = optinfo->get_count (); in optinfo_to_json()
404 location_t loc = optinfo->get_location_t (); in optinfo_to_json()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Doptinfo-emit-json.cc139 optrecord_json_writer::add_record (const optinfo *optinfo) in add_record() argument
141 json::object *obj = optinfo_to_json (optinfo); in add_record()
146 if (optinfo->get_kind () == OPTINFO_KIND_SCOPE) in add_record()
331 optrecord_json_writer::optinfo_to_json (const optinfo *optinfo) in optinfo_to_json() argument
336 impl_location_to_json (optinfo->get_impl_location ())); in optinfo_to_json()
342 for (unsigned i = 0; i < optinfo->num_items (); i++) in optinfo_to_json()
344 const optinfo_item *item = optinfo->get_item (i); in optinfo_to_json()
395 if (optinfo->get_pass ()) in optinfo_to_json()
398 profile_count count = optinfo->get_count (); in optinfo_to_json()
404 location_t loc = optinfo->get_location_t (); in optinfo_to_json()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Doptinfo-emit-json.cc139 optrecord_json_writer::add_record (const optinfo *optinfo) in add_record() argument
141 json::object *obj = optinfo_to_json (optinfo); in add_record()
146 if (optinfo->get_kind () == OPTINFO_KIND_SCOPE) in add_record()
331 optrecord_json_writer::optinfo_to_json (const optinfo *optinfo) in optinfo_to_json() argument
336 impl_location_to_json (optinfo->get_impl_location ())); in optinfo_to_json()
342 for (unsigned i = 0; i < optinfo->num_items (); i++) in optinfo_to_json()
344 const optinfo_item *item = optinfo->get_item (i); in optinfo_to_json()
395 if (optinfo->get_pass ()) in optinfo_to_json()
398 profile_count count = optinfo->get_count (); in optinfo_to_json()
404 location_t loc = optinfo->get_location_t (); in optinfo_to_json()
[all …]

12345678910>>...16