Home
last modified time | relevance | path

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

/tools/include/linux/
Dbitmap.h13 int __bitmap_weight(const unsigned long *bitmap, int bits);
71 return __bitmap_weight(src, nbits); in bitmap_weight()
/tools/lib/
Dbitmap.c8 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() function