popcount32
#ifndef popcount32 // might be a builtin
__strong_alias(popcount, popcount32)
__strong_alias(popcountl, popcount32)
return popcount32((uint32_t)(v >> 32)) +
popcount32((uint32_t)(v & 0xffffffffULL));
unsigned int popcount32(__uint32_t) __constfunc;
u_int priorities = 1 << popcount32(pmr);
sc->sc_gic_lines += popcount32(valid);
const u_int ppis = popcount32(sc->sc_gic_valid_lines[0] >> 16);
const u_int sgis = popcount32(sc->sc_gic_valid_lines[0] & 0xffff);
const int bits = popcount32(bitmask);
switch (popcount32(xor)) {
n = popcount32(mask);
"abc"[i], popcount32(pinmask[i]));
if (popcount32(*(uint32_t *)correction_code) == 11) {
if (popcount32(*(uint32_t *)correction_code) == 1) {
nchips = popcount32(spi_present_mask);
count += popcount32(kcp->bits[j]);
unsigned int popcount32(uint32_t) __constfunc;
return popcount32(info->PixelInformation.RedMask) +
popcount32(info->PixelInformation.GreenMask) +
popcount32(info->PixelInformation.BlueMask);