__const_hweight32 21 include/asm-generic/bitops/const_hweight.h #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) __const_hweight32 28 include/asm-generic/bitops/const_hweight.h #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) __const_hweight32 36 include/asm-generic/bitops/const_hweight.h #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) __const_hweight32 21 tools/include/asm-generic/bitops/const_hweight.h #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) __const_hweight32 28 tools/include/asm-generic/bitops/const_hweight.h #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) __const_hweight32 36 tools/include/asm-generic/bitops/const_hweight.h #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))