Home
last modified time | relevance | path

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

/dports/games/powder/powder118_src/
H A Dbuild.cpp2146 int c1cnt, c2cnt; in buildQix() local
2147 c1cnt = 0; in buildQix()
2164 c1cnt = 0; in buildQix()
2168 c1cnt++; in buildQix()
2184 if (c2cnt > c1cnt) in buildQix()
2187 c1cnt = c2cnt; in buildQix()
/dports/math/concorde/concorde/VERIFY/
H A Dverify.c822 int c1cnt = 0; in atom_doubleton() local
828 c1cnt++; in atom_doubleton()
837 if (j == c1) c1cnt++; in atom_doubleton()
845 if (c1cnt == 1 && c2cnt == 1 && fcnt == nflipped) return 1; in atom_doubleton()