• Home
  • Raw
  • Download

Lines Matching defs:nbits

233 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1)))  argument
240 #define small_const_nbits(nbits) \ argument
243 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
249 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
256 unsigned int nbits) in bitmap_copy()
266 const unsigned long *src, unsigned int nbits) in bitmap_copy_clear_tail()
283 #define bitmap_from_arr32(bitmap, buf, nbits) \ argument
286 #define bitmap_to_arr32(buf, bitmap, nbits) \ argument
292 const unsigned long *src2, unsigned int nbits) in bitmap_and()
300 const unsigned long *src2, unsigned int nbits) in bitmap_or()
309 const unsigned long *src2, unsigned int nbits) in bitmap_xor()
318 const unsigned long *src2, unsigned int nbits) in bitmap_andnot()
326 unsigned int nbits) in bitmap_complement()
342 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
364 unsigned int nbits) in bitmap_or_equal()
373 const unsigned long *src2, unsigned int nbits) in bitmap_intersects()
382 const unsigned long *src2, unsigned int nbits) in bitmap_subset()
390 static inline int bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty()
398 static inline int bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full()
406 static __always_inline int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight()
414 unsigned int nbits) in bitmap_set()
428 unsigned int nbits) in bitmap_clear()
442 unsigned int shift, unsigned int nbits) in bitmap_shift_right()
451 unsigned int shift, unsigned int nbits) in bitmap_shift_left()
463 unsigned int nbits) in bitmap_replace()