__const_hweight64   21 include/asm-generic/bitops/const_hweight.h #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32))
__const_hweight64   21 tools/include/asm-generic/bitops/const_hweight.h #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32))