Searched refs:hweight_long (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/util/
H A Dbitmap.c21 w += hweight_long(bitmap[k]);
24 w += hweight_long(bitmap[k] & BITMAP_LAST_WORD_MASK(bits));
/external/linux-tools-perf/util/include/linux/
H A Dbitmap.h37 return hweight_long(*src & BITMAP_LAST_WORD_MASK(nbits));
H A Dbitops.h39 static inline unsigned long hweight_long(unsigned long w) function
/external/kernel-headers/original/linux/
H A Dbitops.h29 static inline unsigned long hweight_long(unsigned long w) function
H A Dbitmap.h251 return hweight_long(*src & BITMAP_LAST_WORD_MASK(nbits));

Completed in 508 milliseconds