popcount
__strong_alias(popcount, popcount32)
unsigned int popcount(unsigned int) __constfunc;
if (boot->SecPerClust == 0 || popcount(boot->SecPerClust) != 1) {
if (popcount(sc->sc_mptargets) != 1) {
popcount(MIPSNN_CFG1_MS_MASK);
arg_base = popcount(fp->vax_regs);
arg_base = popcount(tmp_frame->vax_regs);
if ((popcount(data[i]) & 1) == 1) {
unsigned int popcount(unsigned int) __constfunc;
c += popcount(*p);
ATF_CHECK_EQ(r, popcount(i));
ATF_CHECK_EQ(popcount(0xffffffff), 32);