Lines Matching defs:nbits
25 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument
27 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
37 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
47 static inline int bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty()
55 static inline int bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full()
63 static inline int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight()
71 const unsigned long *src2, unsigned int nbits) in bitmap_or()
117 static inline unsigned long *bitmap_zalloc(int nbits) in bitmap_zalloc()
149 const unsigned long *src2, unsigned int nbits) in bitmap_and()
165 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
176 const unsigned long *src2, unsigned int nbits) in bitmap_intersects()