Searched refs:nwrong (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/games/arithmetic/ |
| H A D | arithmetic.c | 100 static int nright, nwrong; variable 168 if (nright + nwrong > 0) { in showstats() 170 nright, nwrong, (int)(100L * nright / (nright + nwrong))); in showstats() 256 ++nwrong; in problem()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-devirt.cc | 3648 int nwrong = 0, nok = 0, nexternal = 0, nartificial = 0; in ipa_devirt() local 3783 nwrong++; in ipa_devirt() 3955 nmultiple, noverwritable, nspeculated, nok, nwrong, in ipa_devirt()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-devirt.c | 3624 int nwrong = 0, nok = 0, nexternal = 0, nartificial = 0; 3759 nwrong++; 3931 nmultiple, noverwritable, nspeculated, nok, nwrong,
|