Searched refs:popcount32 (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dbitops.c125 static unsigned int popcount32(unsigned int w) function
147 res += popcount32(*p++);
/external/strace/
H A Dsignal.c158 popcount32(const uint32_t *a, unsigned int size) function
201 if (popcount32(mask, size) >= size * 32 * 2 / 3) {
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c221 static Int popcount32 ( UInt x ) function
2650 if (firstcond == 0xE && popcount32(mask) != 1)
19232 if (popcount32(regList) < 2) valid = False;
19239 if (popcount32(regList) < 2) valid = False;

Completed in 604 milliseconds