Home
last modified time | relevance | path

Searched refs:totalsites (Results 1 – 6 of 6) sorted by relevance

/dports/ftp/omi/omi/
H A Dstt.h23 unsigned totalsites; // total number of mirrored sites member
H A Dstt.c169 if (os->totalsites != 1 || os->totalpairs != 1) in stats_report()
172 os->totalsites, os->totalpairs); in stats_report()
H A Domi.c1198 globalstats.totalsites++; in mirror_site()
1230 if ((cc->debug & DEBUG_STATISTICS && cs->totalsites > 1) || in main()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dmigration.h641 long totalsites; //for snp data member
H A Doptions.c466 options->totalsites = 0; in init_options()
4075 options->totalsites = atol ((char *) tmp); in booleancheck()
H A Dtree.c1259 if (options->totalsites>0) in makevalues()
1261 invsites = options->totalsites - seq->oldsite; in makevalues()