Home
last modified time | relevance | path

Searched refs:e_seq (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/graphviz/graphviz-2.44.1/lib/cgraph/
H A Dedge.c32 dtrestore(g->e_seq, sn->out_seq); in agfstout()
33 e = (Agedge_t *) dtfirst(g->e_seq); in agfstout()
34 sn->out_seq = dtextract(g->e_seq); in agfstout()
49 dtrestore(g->e_seq, sn->out_seq); in agnxtout()
51 sn->out_seq = dtextract(g->e_seq); in agnxtout()
63 dtrestore(g->e_seq, sn->in_seq); in agfstin()
65 sn->in_seq = dtextract(g->e_seq); in agfstin()
79 dtrestore(g->e_seq, sn->in_seq); in agnxtin()
81 sn->in_seq = dtextract(g->e_seq); in agnxtin()
198 ins(g->e_seq, &sn->out_seq, out); in installedge()
[all …]
H A Dgraph.c75 g->e_seq = agdtopen(g, g == agroot(g)? &Ag_mainedge_seq_disc : &Ag_subedge_seq_disc, Dttree); in agopen1()
127 assert(dtsize(g->e_seq) == 0); in agclose()
128 if (agdtclose(g, g->e_seq)) return FAILURE; in agclose()
218 if (want_out) rv = cnt(g->e_seq,&(sn->out_seq)); in agcountuniqedges()
220 if (!want_out) rv += cnt(g->e_seq,&(sn->in_seq)); /* cheap */ in agcountuniqedges()
236 if (want_out) rv += cnt(g->e_seq,&(sn->out_seq)); in agdegree()
237 if (want_in) rv += cnt(g->e_seq,&(sn->in_seq)); in agdegree()
H A Dflatten.c30 agflatten_elist(g->e_seq, tmp, flag); in agflatten_edges()
32 agflatten_elist(g->e_seq, tmp, flag); in agflatten_edges()
H A Dcgraph.h245 Dict_t *e_seq, *e_id; /* holders for edge sets */ member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/blastdb_format/
H A Dseq_formatter.cpp98 m_OtherFields |= (1 << e_seq); in x_DataRequired()
172 m_Out << other_fields[e_seq]; in x_Print()
321 if (m_OtherFields & (1 << e_seq)) { in Write()
322 x_GetSeq(oid, config, other_fields[e_seq]); in Write()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/blastdb_format/
H A Dseq_formatter.cpp98 m_OtherFields |= (1 << e_seq); in x_DataRequired()
172 m_Out << other_fields[e_seq]; in x_Print()
321 if (m_OtherFields & (1 << e_seq)) { in Write()
322 x_GetSeq(oid, config, other_fields[e_seq]); in Write()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SeqIO/game/
H A DgameHandler.pm193 sub e_seq { subroutine
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/blast/blastdb_format/
H A Dseq_formatter.hpp103 e_seq = 0, enumerator
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/blast/blastdb_format/
H A Dseq_formatter.hpp103 e_seq = 0, enumerator
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtrans-mem.c1681 gimple_seq n_seq, e_seq; in lower_transaction() local
1684 e_seq = NULL; in lower_transaction()
1690 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1694 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1696 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtrans-mem.c1681 gimple_seq n_seq, e_seq; in lower_transaction() local
1684 e_seq = NULL; in lower_transaction()
1690 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1694 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1696 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtrans-mem.c1692 gimple_seq n_seq, e_seq; in lower_transaction() local
1695 e_seq = NULL; in lower_transaction()
1701 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1705 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1707 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtrans-mem.c1678 gimple_seq n_seq, e_seq; in lower_transaction() local
1681 e_seq = NULL; in lower_transaction()
1687 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1691 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1693 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1692 gimple_seq n_seq, e_seq; in lower_transaction() local
1695 e_seq = NULL; in lower_transaction()
1701 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1705 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1707 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtrans-mem.c1681 gimple_seq n_seq, e_seq; in lower_transaction() local
1684 e_seq = NULL; in lower_transaction()
1690 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1694 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1696 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1692 gimple_seq n_seq, e_seq; in lower_transaction() local
1695 e_seq = NULL; in lower_transaction()
1701 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1705 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1707 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtrans-mem.c1679 gimple_seq n_seq, e_seq; in lower_transaction() local
1682 e_seq = NULL; in lower_transaction()
1688 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1692 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1694 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtrans-mem.c1645 gimple_seq n_seq, e_seq; in lower_transaction() local
1648 e_seq = NULL; in lower_transaction()
1654 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1658 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1660 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1692 gimple_seq n_seq, e_seq; in lower_transaction() local
1695 e_seq = NULL; in lower_transaction()
1701 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1705 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1707 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c1692 gimple_seq n_seq, e_seq; in lower_transaction() local
1695 e_seq = NULL; in lower_transaction()
1701 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1705 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1707 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtrans-mem.c1558 gimple_seq n_seq, e_seq; in lower_transaction() local
1561 e_seq = NULL; in lower_transaction()
1567 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1571 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1573 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtrans-mem.c1681 gimple_seq n_seq, e_seq; in lower_transaction() local
1684 e_seq = NULL; in lower_transaction()
1690 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1694 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1696 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtrans-mem.c1678 gimple_seq n_seq, e_seq; in lower_transaction() local
1681 e_seq = NULL; in lower_transaction()
1687 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1691 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1693 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtrans-mem.c1692 gimple_seq n_seq, e_seq; in lower_transaction() local
1695 e_seq = NULL; in lower_transaction()
1701 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1705 gimple_seq_add_stmt (&e_seq, g); in lower_transaction()
1707 g = gimple_build_eh_else (n_seq, e_seq); in lower_transaction()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtrans-mem.c1678 gimple_seq n_seq, e_seq;
1681 e_seq = NULL;
1687 gimple_seq_add_stmt (&e_seq, g);
1691 gimple_seq_add_stmt (&e_seq, g);
1693 g = gimple_build_eh_else (n_seq, e_seq);

12