Home
last modified time | relevance | path

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

/include/linux/
A Dbitmap.h40 w += hweight_long(bitmap[k]); in __bitmap_weight()
43 w += hweight_long(bitmap[k] & BITMAP_LAST_WORD_MASK(bits)); in __bitmap_weight()
219 return hweight_long(*src & BITMAP_LAST_WORD_MASK(nbits)); in bitmap_weight()
A Dbitops.h146 static inline unsigned long hweight_long(unsigned long w) in hweight_long() function

Completed in 9 milliseconds