Home
last modified time | relevance | path

Searched refs:popcount8 (Results 1 – 4 of 4) 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/llvm-project/llvm/test/Transforms/AggressiveInstCombine/
Dpopcount.ll4 ;int popcount8(unsigned char i) {
10 define signext i32 @popcount8(i8 zeroext %0) {
11 ; CHECK-LABEL: @popcount8(
/external/clang/test/Sema/
Dconstant-builtins-2.c140 char popcount8[__builtin_popcountll(0LL) == 0 ? 1 : -1]; variable
/external/llvm-project/clang/test/Sema/
Dconstant-builtins-2.c157 char popcount8[__builtin_popcountll(0LL) == 0 ? 1 : -1]; variable