Searched refs:popcount8 (Results 1 – 2 of 2) sorted by relevance
119 static unsigned int popcount8(unsigned int w) in popcount8() function142 res += popcount8(*cp++); in ext2fs_bitcount()154 res += popcount8(*cp++); in ext2fs_bitcount()
140 char popcount8[__builtin_popcountll(0LL) == 0 ? 1 : -1]; variable