Lines Matching defs:nbits
24 #define BITMAP_LAST_WORD_MASK(nbits) \ argument
30 #define small_const_nbits(nbits) \ argument
33 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
43 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
53 static inline int bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty()
61 static inline int bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full()
69 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight()
77 const unsigned long *src2, int nbits) in bitmap_or()
123 static inline unsigned long *bitmap_alloc(int nbits) in bitmap_alloc()
155 const unsigned long *src2, unsigned int nbits) in bitmap_and()
171 const unsigned long *src2, unsigned int nbits) in bitmap_equal()