Searched refs:hweight_long (Results 1 – 2 of 2) sorted by relevance
445 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()
94 static __always_inline unsigned long hweight_long(unsigned long w) in hweight_long() function
Completed in 5 milliseconds