Lines Matching defs:nbits

225 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1)))  argument
232 #define small_const_nbits(nbits) \ argument
235 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
241 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
248 unsigned int nbits) in bitmap_copy()
258 const unsigned long *src, unsigned int nbits) in bitmap_copy_clear_tail()
275 #define bitmap_from_arr32(bitmap, buf, nbits) \ argument
278 #define bitmap_to_arr32(buf, bitmap, nbits) \ argument
284 const unsigned long *src2, unsigned int nbits) in bitmap_and()
292 const unsigned long *src2, unsigned int nbits) in bitmap_or()
301 const unsigned long *src2, unsigned int nbits) in bitmap_xor()
310 const unsigned long *src2, unsigned int nbits) in bitmap_andnot()
318 unsigned int nbits) in bitmap_complement()
334 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
356 unsigned int nbits) in bitmap_or_equal()
365 const unsigned long *src2, unsigned int nbits) in bitmap_intersects()
374 const unsigned long *src2, unsigned int nbits) in bitmap_subset()
382 static inline int bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty()
390 static inline int bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full()
398 static __always_inline int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight()
406 unsigned int nbits) in bitmap_set()
420 unsigned int nbits) in bitmap_clear()
434 unsigned int shift, unsigned int nbits) in bitmap_shift_right()
443 unsigned int shift, unsigned int nbits) in bitmap_shift_left()
455 unsigned int nbits) in bitmap_replace()