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

/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c339 * 'popcount' shows the highest parameter number in the string. We would like
344 analyze(const char *string, char *p_is_s[NUM_PARM], int *popcount) argument
354 *popcount = 0;
397 if (lastpop > *popcount)
398 *popcount = lastpop;
465 int popcount; local
488 number = analyze(cp, p_is_s, &popcount);
492 for (i = 0; i < max(popcount, number); i++) {
513 if (popcount == 0) {
514 popcount
[all...]
/osnet-11/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 22 milliseconds