Searched defs:popcount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c330 int popcount; local
360 popcount = 0;
370 * 'popcount' shows the highest parameter number in the string. We would
404 if (lastpop > popcount)
405 popcount = lastpop;
447 if (popcount < 2)
448 popcount = 2;
458 for (i = 0; i < max(popcount, number); i++) {
479 if (popcount == 0) {
480 popcount
[all...]

Completed in 68 milliseconds