Home | History | Annotate | Download | only in stage2

Lines Matching defs:popcount

329     int popcount;
359 popcount = 0;
369 * 'popcount' shows the highest parameter number in the string. We would
403 if (lastpop > popcount)
404 popcount = lastpop;
446 if (popcount < 2)
447 popcount = 2;
457 for (i = 0; i < max(popcount, number); i++) {
478 if (popcount == 0) {
479 popcount = number;