Home
last modified time | relevance | path

Searched refs:othercnt (Results 1 – 5 of 5) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/chanserv/
H A Dcount.c41 int othercnt = 0; in cs_cmd_count() local
97 othercnt++; in cs_cmd_count()
101 chan, vopcnt, aopcnt, sopcnt, akickcnt, othercnt); in cs_cmd_count()
104 chan, vopcnt, hopcnt, aopcnt, sopcnt, akickcnt, othercnt); in cs_cmd_count()
110 othercnt = 0; in cs_cmd_count()
116 othercnt++; in cs_cmd_count()
119 "%c:%d ", (char) i, othercnt); in cs_cmd_count()
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dvalgrindreport.pl183 $othercnt{$embassy}++;
221 foreach $e(sort(keys(%othercnt))) {
222 printf " %3d %s\n", $othercnt{$e}, $e;
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dnowakowskittfinstr.c2658 int othercnt = ct->edge.othercnt; in optimize_edge() local
2661 if (othercnt == 0) in optimize_edge()
2665 ct->edge.othercnt = ++othercnt; in optimize_edge()
2673 while((next < othercnt) && (i = findoffs(others+next, othercnt-next, in optimize_edge()
2682 while((next < othercnt) && (i = findoffs(others+next, othercnt-next, in optimize_edge()
2711 int othercnt = ct->edge.othercnt; in optimize_blue() local
2718 if (othercnt == 0) in optimize_blue()
2787 int othercnt = ct->edge.othercnt; in optimize_strongpts_step1() local
2791 if (othercnt == 0) in optimize_strongpts_step1()
2849 int othercnt = ct->edge.othercnt; in optimize_strongpts_step2() local
[all …]
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dedutil.c2617 Int4 numpnt, i, tpos, len, intcnt, othercnt; in SeqLocCopyRegion() local
2787 othercnt = 0; in SeqLocCopyRegion()
2793 othercnt++; in SeqLocCopyRegion()
2795 if ((intcnt + othercnt) > 1) in SeqLocCopyRegion()
2802 if (othercnt == 0) in SeqLocCopyRegion()
2931 othercnt = 0; /* use for exclued points */ in SeqLocCopyRegion()
2937 othercnt++; in SeqLocCopyRegion()
2950 if (othercnt) in SeqLocCopyRegion()
H A Dgather.c409 Int4 numpnt, i, tpos, intcnt, othercnt; in SeqLocReMap() local
436 othercnt = 0; /* use for exclued points */ in SeqLocReMap()
447 othercnt++; in SeqLocReMap()
710 othercnt = 0; in SeqLocReMap()
716 othercnt++; in SeqLocReMap()
718 if ((intcnt + othercnt) > 1) in SeqLocReMap()
725 if (othercnt == 0) in SeqLocReMap()