Home
last modified time | relevance | path

Searched defs:nbits (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/include/linux/
Dbitmap.h14 #define BITMAP_LAST_WORD_MASK(nbits) \ argument
20 #define small_const_nbits(nbits) \ argument
23 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
33 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight()
41 const unsigned long *src2, int nbits) in bitmap_or()