Home
last modified time | relevance | path

Searched refs:popcount8 (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dbitops.c119 static unsigned int popcount8(unsigned int w) in popcount8() function
142 res += popcount8(*cp++); in ext2fs_bitcount()
154 res += popcount8(*cp++); in ext2fs_bitcount()
/external/clang/test/Sema/
Dconstant-builtins-2.c140 char popcount8[__builtin_popcountll(0LL) == 0 ? 1 : -1]; variable