Home
last modified time | relevance | path

Searched refs:newps (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/mercurial/mercurial-6.0/hgext/
H A Drebase.py1698 newps = [nullrev, nullrev] # new parents
1704 newps[0] = dests[0]
1736 for j, x in enumerate(newps[:i]):
1742 newps[j] = np
1749 newps[i] = np
1754 if newps[1] != nullrev and oldps[0] == newps[0]:
1756 newps.reverse()
1765 if set(newps) == set(oldps) and dest not in newps:
1850 if newps[i] != nullrev:
1851 newps[0], newps[i] = newps[i], newps[0]
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Tex/
H A Dconservative_totex.cpp327 array<path> newps= latex_get_metadata_snippets (news, false); in latex_merge_metadata() local
328 if (N(oldps) > 0 && N(newps) == 1) { in latex_merge_metadata()
332 return news (0, newps[0][0]) * accum * news (newps[0][1], N(news)); in latex_merge_metadata()
353 array<path> newps= latex_get_metadata_snippets (news, true); in latex_merge_abstract() local
354 if (N(oldps) > 0 && N(newps) == 1) { in latex_merge_abstract()
358 return news (0, newps[0][0]) * accum * news (newps[0][1], N(news)); in latex_merge_abstract()
H A Dlatex_tools.cpp471 array<path> newps= latex_get_metadata_snippets (news, abs_flag); in latex_unchanged_metadata() local
472 if (N(oldps) != N(newps)) return false; in latex_unchanged_metadata()
474 if (olds (oldps[i][0], oldps[i][1]) != news (newps[i][0], newps[i][1])) in latex_unchanged_metadata()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdkafka_admin.c1576 rd_kafka_NewPartitions_t *newps; in rd_kafka_NewPartitions_new() local
1586 newps = rd_malloc(sizeof(*newps) + tsize); in rd_kafka_NewPartitions_new()
1587 newps->total_cnt = new_total_cnt; in rd_kafka_NewPartitions_new()
1588 newps->topic = newps->data; in rd_kafka_NewPartitions_new()
1589 memcpy(newps->topic, topic, tsize); in rd_kafka_NewPartitions_new()
1592 rd_list_init(&newps->replicas, 0, rd_list_destroy_free); in rd_kafka_NewPartitions_new()
1595 return newps; in rd_kafka_NewPartitions_new()
1625 rd_list_destroy(&newps->replicas); in rd_kafka_NewPartitions_destroy()
1626 rd_free(newps); in rd_kafka_NewPartitions_destroy()
1638 rd_kafka_NewPartitions_destroy(newps[i]); in rd_kafka_NewPartitions_destroy_array()
[all …]
/dports/games/q2pro/q2pro/source/
H A Dsv_ents.c146 playerStateEx_t *oldps, *newps; in SV_EmitPacketPlayers() local
160 oldps = newps = NULL; in SV_EmitPacketPlayers()
166 newps = &svs.playerStates[i]; in SV_EmitPacketPlayers()
167 newnum = newps->number; in SV_EmitPacketPlayers()
182 MSG_WriteDeltaPlayerstate_Packet( oldps, newps, flags ); in SV_EmitPacketPlayers()
190 MSG_WriteDeltaPlayerstate_Packet( NULL, newps, flags | MSG_PS_FORCE ); in SV_EmitPacketPlayers()
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdkafka_admin.c2047 rd_kafka_NewPartitions_t *newps; in rd_kafka_NewPartitions_new() local
2057 newps = rd_malloc(sizeof(*newps) + tsize); in rd_kafka_NewPartitions_new()
2058 newps->total_cnt = new_total_cnt; in rd_kafka_NewPartitions_new()
2059 newps->topic = newps->data; in rd_kafka_NewPartitions_new()
2060 memcpy(newps->topic, topic, tsize); in rd_kafka_NewPartitions_new()
2063 rd_list_init(&newps->replicas, 0, rd_list_destroy_free); in rd_kafka_NewPartitions_new()
2066 return newps; in rd_kafka_NewPartitions_new()
2096 rd_list_destroy(&newps->replicas); in rd_kafka_NewPartitions_destroy()
2097 rd_free(newps); in rd_kafka_NewPartitions_destroy()
2109 rd_kafka_NewPartitions_destroy(newps[i]); in rd_kafka_NewPartitions_destroy_array()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdkafka_admin.c2038 rd_kafka_NewPartitions_t *newps;
2048 newps = rd_malloc(sizeof(*newps) + tsize);
2049 newps->total_cnt = new_total_cnt;
2050 newps->topic = newps->data;
2051 memcpy(newps->topic, topic, tsize);
2054 rd_list_init(&newps->replicas, 0, rd_list_destroy_free);
2057 return newps;
2087 rd_list_destroy(&newps->replicas);
2088 rd_free(newps);
2100 rd_kafka_NewPartitions_destroy(newps[i]);
[all …]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DGeometryEvaluator.cc576 shared_ptr<PolySet> newps; in visit() local
577 if (res.isConst()) newps.reset(new PolySet(*ps)); in visit()
578 else newps = dynamic_pointer_cast<PolySet>(res.ptr()); in visit()
579 newps->setConvexity(node.convexity); in visit()
580 geom = newps; in visit()
724 shared_ptr<PolySet> newps; in visit() local
725 if (res.isConst()) newps.reset(new PolySet(*ps)); in visit()
726 else newps = dynamic_pointer_cast<PolySet>(res.ptr()); in visit()
727 newps->transform(node.matrix); in visit()
728 geom = newps; in visit()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DGeometryEvaluator.cc576 shared_ptr<PolySet> newps; in visit() local
577 if (res.isConst()) newps.reset(new PolySet(*ps)); in visit()
578 else newps = dynamic_pointer_cast<PolySet>(res.ptr()); in visit()
579 newps->setConvexity(node.convexity); in visit()
580 geom = newps; in visit()
724 shared_ptr<PolySet> newps; in visit() local
725 if (res.isConst()) newps.reset(new PolySet(*ps)); in visit()
726 else newps = dynamic_pointer_cast<PolySet>(res.ptr()); in visit()
727 newps->transform(node.matrix); in visit()
728 geom = newps; in visit()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DSet.hs114 appendPSFL (PatchSet ts ps) newps = PatchSet ts (ps +<<+ newps)
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DRepair.hs131 BrokenPatches tree newps -> do
133 HashedRepo.writeTentativeInventory (repoCache repo) (compress ? opts) newps
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/btyacc/
H A Dcode_debug.c259 YYLTYPE *newps; in yygrowstack() local
285 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
286 if (newps == 0) in yygrowstack()
289 data->p_base = newps; in yygrowstack()
290 data->p_mark = newps + i; in yygrowstack()
H A Derr_syntax11.tab.c397 YYLTYPE *newps; in yygrowstack() local
423 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
424 if (newps == 0) in yygrowstack()
427 data->p_base = newps; in yygrowstack()
428 data->p_mark = newps + i; in yygrowstack()
H A Derr_syntax20.tab.c395 YYLTYPE *newps; in yygrowstack() local
421 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
422 if (newps == 0) in yygrowstack()
425 data->p_base = newps; in yygrowstack()
426 data->p_mark = newps + i; in yygrowstack()
H A Derr_syntax18.tab.c400 YYLTYPE *newps; in yygrowstack() local
426 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
427 if (newps == 0) in yygrowstack()
430 data->p_base = newps; in yygrowstack()
431 data->p_mark = newps + i; in yygrowstack()
H A Drename_debug.c259 YYLTYPE *newps; in yygrowstack() local
285 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
286 if (newps == 0) in yygrowstack()
289 data->p_base = newps; in yygrowstack()
290 data->p_mark = newps + i; in yygrowstack()
H A Dcode_error.code.c373 YYLTYPE *newps; in yygrowstack() local
399 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
400 if (newps == 0) in yygrowstack()
403 data->p_base = newps; in yygrowstack()
404 data->p_mark = newps + i; in yygrowstack()
H A Derror.tab.c396 YYLTYPE *newps; in yygrowstack() local
422 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
423 if (newps == 0) in yygrowstack()
426 data->p_base = newps; in yygrowstack()
427 data->p_mark = newps + i; in yygrowstack()
H A Derr_syntax10.tab.c391 YYLTYPE *newps; in yygrowstack() local
417 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
418 if (newps == 0) in yygrowstack()
421 data->p_base = newps; in yygrowstack()
422 data->p_mark = newps + i; in yygrowstack()
H A Derr_syntax12.tab.c403 YYLTYPE *newps; in yygrowstack() local
429 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
430 if (newps == 0) in yygrowstack()
433 data->p_base = newps; in yygrowstack()
434 data->p_mark = newps + i; in yygrowstack()
H A Dempty.tab.c392 YYLTYPE *newps; in yygrowstack() local
418 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
419 if (newps == 0) in yygrowstack()
422 data->p_base = newps; in yygrowstack()
423 data->p_mark = newps + i; in yygrowstack()
H A Dcalc3.tab.c498 YYLTYPE *newps; in yygrowstack() local
524 newps = (YYLTYPE *)realloc(data->p_base, newsize * sizeof(*newps)); in yygrowstack()
525 if (newps == 0) in yygrowstack()
528 data->p_base = newps; in yygrowstack()
529 data->p_mark = newps + i; in yygrowstack()
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dsdp.c203 size_t newps= ((offs + ps * (np + 1)) * group_by_site_factor); in UdmMakeNodeQueryString() local
229 if (newps) in UdmMakeNodeQueryString()
232 UdmDSTRAppendf(dstr, "%d", (int) newps); in UdmMakeNodeQueryString()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DWUTSET.lsp299 (|newps| (|List| P)) (|lics| (|List| P)) (|cs| ($))
364 (LETT |newps|
370 (LETT |newps|
371 (SPADCALL |newps| (QREFELT $ 12)))
372 (LETT |newps|
373 (SPADCALL (ELT $ 51) |newps|
378 (SPADCALL |newps|
/dports/science/gabedit/GabeditSrc251_300720/src/MultiGrid/
H A DPoissonMG.c88 PoissonMG * newps = g_malloc(sizeof(PoissonMG)); in getCopyPoissonMG() local
89 newps->potential = getNewGridMGFromOldGrid(ps->potential); in getCopyPoissonMG()
90 newps->source = getNewGridMGFromOldGrid(ps->source); in getCopyPoissonMG()
91 newps->diag = ps->diag ; in getCopyPoissonMG()
93 newps->condition = ps->condition ; in getCopyPoissonMG()
94 newps->setBoundary = ps->setBoundary; in getCopyPoissonMG()
95 return newps; in getCopyPoissonMG()

123