Home
last modified time | relevance | path

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

/include/linux/
Dbitmap.h445 return hweight_long(*src & BITMAP_LAST_WORD_MASK(nbits)); in bitmap_weight()
454 return hweight_long(*src1 & *src2 & BITMAP_LAST_WORD_MASK(nbits)); in bitmap_weight_and()
463 return hweight_long(*src1 & ~(*src2) & BITMAP_LAST_WORD_MASK(nbits)); in bitmap_weight_andnot()
Dbitops.h95 static __always_inline unsigned long hweight_long(unsigned long w) in hweight_long() function