Home
last modified time | relevance | path

Searched refs:popcount32 (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dbitops.c126 static unsigned int popcount32(unsigned int w) in popcount32() function
148 res += popcount32(*p++); in ext2fs_bitcount()
/external/strace/
Dsignal.c149 popcount32(const uint32_t *a, unsigned int size) in popcount32() function
193 if (popcount32(mask, size) >= size * (4 * 8) * 2 / 3) { in sprintsigmask_n()
DChangeLog24854 (popcount32, sprintsigmask_n): New functions.
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c221 static Int popcount32 ( UInt x ) in popcount32() function
2650 if (firstcond == 0xE && popcount32(mask) != 1) in compute_ITSTATE()
19337 if (popcount32(regList) < 2) valid = False; in disInstr_THUMB_WRK()
19344 if (popcount32(regList) < 2) valid = False; in disInstr_THUMB_WRK()