Lines Matching defs:nbits

215 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1)))  argument
217 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
227 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
238 unsigned int nbits) in bitmap_copy()
252 const unsigned long *src, unsigned int nbits) in bitmap_copy_clear_tail()
273 #define bitmap_from_arr32(bitmap, buf, nbits) \ argument
276 #define bitmap_to_arr32(buf, bitmap, nbits) \ argument
289 #define bitmap_from_arr64(bitmap, buf, nbits) \ argument
291 #define bitmap_to_arr64(buf, bitmap, nbits) \ argument
296 const unsigned long *src2, unsigned int nbits) in bitmap_and()
304 const unsigned long *src2, unsigned int nbits) in bitmap_or()
313 const unsigned long *src2, unsigned int nbits) in bitmap_xor()
322 const unsigned long *src2, unsigned int nbits) in bitmap_andnot()
330 unsigned int nbits) in bitmap_complement()
346 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
368 unsigned int nbits) in bitmap_or_equal()
378 unsigned int nbits) in bitmap_intersects()
387 const unsigned long *src2, unsigned int nbits) in bitmap_subset()
395 static inline bool bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty()
403 static inline bool bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full()
412 unsigned int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight()
421 const unsigned long *src2, unsigned int nbits) in bitmap_weight_and()
429 unsigned int nbits) in bitmap_set()
445 unsigned int nbits) in bitmap_clear()
461 unsigned int shift, unsigned int nbits) in bitmap_shift_right()
470 unsigned int shift, unsigned int nbits) in bitmap_shift_left()
482 unsigned int nbits) in bitmap_replace()