Home
last modified time | relevance | path

Searched refs:new_cl (Results 1 – 25 of 110) sorted by relevance

12345

/dports/net/cvsync/cvsync-0.24.19/cvscan/
H A Dcollection.c83 struct collection *cl, *new_cl; in collection_lookup() local
95 if ((new_cl = malloc(sizeof(*new_cl))) == NULL) { in collection_lookup()
99 (void)memcpy(new_cl, cl, sizeof(*new_cl)); in collection_lookup()
101 new_cl->cl_next = NULL; in collection_lookup()
103 return (new_cl); in collection_lookup()
/dports/misc/otter/otter-3.3f/source/
H A Dhot.c280 void hot_inference(struct clause *new_cl) in hot_inference() argument
282 if (new_cl->heat_level < Parms[HEAT].val) { in hot_inference()
289 bin_res(new_cl); in hot_inference()
292 hyper_res(new_cl); in hot_inference()
295 neg_hyper_res(new_cl); in hot_inference()
298 ur_res(new_cl); in hot_inference()
304 hot_mark_clash_cl(new_cl, 1); in hot_inference()
305 para_into(new_cl); in hot_inference()
306 hot_mark_clash_cl(new_cl, 0); in hot_inference()
310 para_from(new_cl); in hot_inference()
/dports/net/cvsync/cvsync-0.24.19/cvsyncd/
H A Dcollection.c77 struct collection *cl, *new_cl; in collection_lookup() local
89 if ((new_cl = cvsync_memdup(cl, sizeof(*cl))) == NULL) { in collection_lookup()
94 new_cl->cl_next = NULL; in collection_lookup()
96 return (new_cl); in collection_lookup()
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dcomment-list.cc40 comment_list *new_cl = new comment_list (); in dup() local
43 new_cl->append (elt); in dup()
45 return new_cl; in dup()
/dports/games/cgoban/cgoban-1.9.14/wmslib/src/but/
H A Di_finder.c136 ButCol *new_cl = win->cols; in but_addToTable() local
144 assert(MAGIC(&new_cl[i])); in but_addToTable()
145 if (new_cl[i].startX == x1) in but_addToTable()
154 MAGIC_SET(&new_cl[i]); in but_addToTable()
155 new_cl[i].rows = NULL; in but_addToTable()
165 new_cl[dest--].startX = x2; in but_addToTable()
171 new_cl[dest].startX = x1; in but_addToTable()
175 assert(MAGIC(&new_cl[dest])); in but_addToTable()
177 if ((new_cl[dest].startX < x2) && (new_cl[dest].startX >= x1)) in but_addToTable()
180 if (win->cols != new_cl) { in but_addToTable()
[all …]
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dxchaff_solver.cpp180 int new_cl; in add_clause() local
190 new_cl = _clauses.size(); in add_clause()
191 _clauses.resize(new_cl + 1); in add_clause()
194 new_cl = _unused_clause_idx_queue.front(); in add_clause()
198 clause(new_cl).init(lit_pool_end(), n_lits); in add_clause()
225 if (clause(new_cl).num_lits() > 1) { in add_clause()
228 CClause & cl = clause(new_cl); in add_clause()
285 int lit = find_unit_literal(new_cl); in add_clause()
287 queue_implication(lit, new_cl); in add_clause()
290 _conflicts.push_back(new_cl); in add_clause()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/lifetime/
H A Dbrowser_shutdown.cc305 base::CommandLine new_cl(old_cl.GetProgram()); in ShutdownPostThreadsStop()
317 new_cl.AppendSwitch(switches::kNoStartupWindow); in ShutdownPostThreadsStop()
329 new_cl.AppendArgNative(arg); in ShutdownPostThreadsStop()
335 new_cl.AppendSwitchNative(it.first, it.second); in ShutdownPostThreadsStop()
337 upgrade_util::RelaunchChromeBrowser(new_cl); in ShutdownPostThreadsStop()
/dports/security/suricata/suricata-6.0.4/libhtp/htp/
H A Dhtp_response_generic.c287 int64_t existing_cl, new_cl; in htp_process_response_header_generic() local
290 new_cl = htp_parse_content_length(h->value, NULL); in htp_process_response_header_generic()
291 if ((existing_cl == -1) || (new_cl == -1) || (existing_cl != new_cl)) { in htp_process_response_header_generic()
H A Dhtp_request_generic.c97 int64_t new_cl = htp_parse_content_length(h->value, NULL); in htp_process_request_header_generic() local
99 if ((existing_cl == -1) || (new_cl == -1) || (existing_cl != new_cl)) { in htp_process_request_header_generic()
/dports/devel/libhtp/libhtp-0.5.33/htp/
H A Dhtp_response_generic.c287 int64_t existing_cl, new_cl; in htp_process_response_header_generic() local
290 new_cl = htp_parse_content_length(h->value, NULL); in htp_process_response_header_generic()
291 if ((existing_cl == -1) || (new_cl == -1) || (existing_cl != new_cl)) { in htp_process_response_header_generic()
H A Dhtp_request_generic.c97 int64_t new_cl = htp_parse_content_length(h->value, NULL); in htp_process_request_header_generic() local
99 if ((existing_cl == -1) || (new_cl == -1) || (existing_cl != new_cl)) { in htp_process_request_header_generic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dbrowser_process_impl.cc1413 auto new_cl = std::make_unique<base::CommandLine>(old_cl->GetProgram()); in RestartBackgroundInstance() local
1424 new_cl->AppendSwitch(switch_name); in RestartBackgroundInstance()
1426 new_cl->AppendSwitchNative(switch_name, switch_value); in RestartBackgroundInstance()
1435 if (!new_cl->HasSwitch(switch_to_add)) in RestartBackgroundInstance()
1436 new_cl->AppendSwitch(switch_to_add); in RestartBackgroundInstance()
1440 new_cl->AppendArg(switches::kPrefetchArgumentBrowserBackground); in RestartBackgroundInstance()
1446 upgrade_util::SetNewCommandLine(std::move(new_cl)); in RestartBackgroundInstance()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dsch_api.c1927 unsigned long new_cl; member
1955 arg.cl = a->new_cl; in tc_bind_class_walker()
1964 unsigned long new_cl) in tc_bind_tclass() argument
1973 args.new_cl = new_cl; in tc_bind_tclass()
1981 unsigned long new_cl) in tc_bind_tclass() argument
1997 unsigned long new_cl; in tc_ctl_tclass() local
2110 new_cl = cl; in tc_ctl_tclass()
2113 err = cops->change(q, clid, portid, tca, &new_cl, extack); in tc_ctl_tclass()
2115 tclass_notify(net, skb, n, q, new_cl, RTM_NEWTCLASS); in tc_ctl_tclass()
2117 if (cl != new_cl) in tc_ctl_tclass()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dsch_api.c1927 unsigned long new_cl; member
1955 arg.cl = a->new_cl; in tc_bind_class_walker()
1964 unsigned long new_cl) in tc_bind_tclass() argument
1973 args.new_cl = new_cl; in tc_bind_tclass()
1981 unsigned long new_cl) in tc_bind_tclass() argument
1997 unsigned long new_cl; in tc_ctl_tclass() local
2110 new_cl = cl; in tc_ctl_tclass()
2113 err = cops->change(q, clid, portid, tca, &new_cl, extack); in tc_ctl_tclass()
2115 tclass_notify(net, skb, n, q, new_cl, RTM_NEWTCLASS); in tc_ctl_tclass()
2117 if (cl != new_cl) in tc_ctl_tclass()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dsch_api.c1927 unsigned long new_cl; member
1955 arg.cl = a->new_cl; in tc_bind_class_walker()
1964 unsigned long new_cl) in tc_bind_tclass() argument
1973 args.new_cl = new_cl; in tc_bind_tclass()
1981 unsigned long new_cl) in tc_bind_tclass() argument
1997 unsigned long new_cl; in tc_ctl_tclass() local
2110 new_cl = cl; in tc_ctl_tclass()
2113 err = cops->change(q, clid, portid, tca, &new_cl, extack); in tc_ctl_tclass()
2115 tclass_notify(net, skb, n, q, new_cl, RTM_NEWTCLASS); in tc_ctl_tclass()
2117 if (cl != new_cl) in tc_ctl_tclass()
[all …]
/dports/www/nginx-full/nginx-upstream-fair-10ecdcf/
H A Dngx_http_upstream_fair_module.c1288 ngx_chain_t *new_cl; local
1321 new_cl = ngx_alloc_chain_link(pool);
1322 if (!new_cl) {
1326 new_cl->buf = b;
1327 new_cl->next = NULL;
1332 cl->next = new_cl;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/flags_ui/
H A Dflags_state.cc304 base::CommandLine new_cl(current_cl->GetProgram()); in DidModifyOriginListFlag() local
311 new_cl.AppendSwitch(switch_name); in DidModifyOriginListFlag()
313 new_cl.AppendSwitchNative(switch_name, switch_value); in DidModifyOriginListFlag()
317 *current_cl = new_cl; in DidModifyOriginListFlag()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/flags_ui/
H A Dflags_state.cc312 base::CommandLine new_cl(current_cl->GetProgram()); in DidModifyOriginListFlag() local
319 new_cl.AppendSwitch(switch_name); in DidModifyOriginListFlag()
321 new_cl.AppendSwitchNative(switch_name, switch_value); in DidModifyOriginListFlag()
325 *current_cl = new_cl; in DidModifyOriginListFlag()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfsclone.c1822 s64 new_cl; local
1828 new_cl = 0;
1866 gap_to_cluster(cl - new_cl);
1867 new_cl = cl + 1;
1888 if (new_cl) {
1889 gap_to_cluster(-new_cl);
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dpp.c1708 const char new_cl = tolower (ARCH_INDEX(old_c)); local
1711 const char new_cl = tolower (old_c); local
1728 if (old_c != new_cl)
1730 input_buf[0] = new_cl;
/dports/math/R/R-4.1.2/src/main/
H A Dattrib.c331 SEXP new_cl; in copyMostAttribNoTs() local
333 PROTECT(new_cl = allocVector(STRSXP, l - 1)); in copyMostAttribNoTs()
336 SET_STRING_ELT(new_cl, j++, STRING_ELT(cl, i)); in copyMostAttribNoTs()
337 installAttrib(ans, TAG(s), new_cl); in copyMostAttribNoTs()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dattrib.c331 SEXP new_cl; in copyMostAttribNoTs() local
333 PROTECT(new_cl = allocVector(STRSXP, l - 1)); in copyMostAttribNoTs()
336 SET_STRING_ELT(new_cl, j++, STRING_ELT(cl, i)); in copyMostAttribNoTs()
337 installAttrib(ans, TAG(s), new_cl); in copyMostAttribNoTs()
/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_socket_tcp.c5840 ngx_chain_t *cl, *new_cl, **ll; local
5854 new_cl = ngx_http_lua_chain_get_free_buf(r->connection->log, r->pool,
5858 if (new_cl == NULL) {
5862 b = new_cl->buf;
5867 new_cl, (int) (b->last - b->pos), (int) (b->last - b->pos), b->pos);
5877 *ll = new_cl;
5878 new_cl->next = u->buf_in;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dloopopts.cpp1874 CountedLoopNode* new_cl = old_new[cl->_idx]->as_CountedLoop(); in clone_outer_loop() local
1875 CountedLoopEndNode* new_cle = new_cl->as_CountedLoop()->loopexit_or_null(); in clone_outer_loop()
1898 set_idom(new_cl, new_l, dd); in clone_outer_loop()
1911 new_cl->set_req(LoopNode::EntryControl, new_l); in clone_outer_loop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dloopopts.cpp1874 CountedLoopNode* new_cl = old_new[cl->_idx]->as_CountedLoop(); in clone_outer_loop() local
1875 CountedLoopEndNode* new_cle = new_cl->as_CountedLoop()->loopexit_or_null(); in clone_outer_loop()
1898 set_idom(new_cl, new_l, dd); in clone_outer_loop()
1911 new_cl->set_req(LoopNode::EntryControl, new_l); in clone_outer_loop()

12345