Home
last modified time | relevance | path

Searched refs:c2cnt (Results 1 – 2 of 2) sorted by relevance

/dports/math/concorde/concorde/VERIFY/
H A Dverify.c823 int c2cnt = 0; in atom_doubleton() local
832 c2cnt++; in atom_doubleton()
838 else if (j == c2) c2cnt++; in atom_doubleton()
845 if (c1cnt == 1 && c2cnt == 1 && fcnt == nflipped) return 1; in atom_doubleton()
/dports/games/powder/powder118_src/
H A Dbuild.cpp2146 int c1cnt, c2cnt; in buildQix() local
2177 c2cnt = 0; in buildQix()
2181 c2cnt++; in buildQix()
2184 if (c2cnt > c1cnt) in buildQix()
2187 c1cnt = c2cnt; in buildQix()