OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hweight_long
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
bitmap.c
21
w +=
hweight_long
(bitmap[k]);
24
w +=
hweight_long
(bitmap[k] & BITMAP_LAST_WORD_MASK(bits));
/external/linux-tools-perf/util/include/linux/
bitmap.h
37
return
hweight_long
(*src & BITMAP_LAST_WORD_MASK(nbits));
bitops.h
39
static inline unsigned long
hweight_long
(unsigned long w)
function
/external/kernel-headers/original/linux/
bitops.h
29
static inline unsigned long
hweight_long
(unsigned long w)
function
bitmap.h
251
return
hweight_long
(*src & BITMAP_LAST_WORD_MASK(nbits));
Completed in 92 milliseconds