Searched defs:nbits (Results 1 – 1 of 1) sorted by relevance
18 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument19 #define small_const_nbits(nbits) \ argument90 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()188 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()199 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) in bitmap_empty()208 const unsigned long *src2, unsigned int nbits) in bitmap_or()216 static inline int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight()224 unsigned int nbits) in bitmap_set()238 unsigned int nbits) in bitmap_clear()
Completed in 3 milliseconds