Home
last modified time | relevance | path

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

/include/linux/
Dbitops.h77 static __always_inline unsigned long hweight_long(unsigned long w) in hweight_long() function
Dbitmap.h405 return hweight_long(*src & BITMAP_LAST_WORD_MASK(nbits)); in bitmap_weight()