Lines Matching refs:BIT_WORD
44 memset(addr, 0xff, BIT_WORD(size) * sizeof(long)); in bitmap_fill()
47 addr[BIT_WORD(size)] = BITMAP_LAST_WORD_MASK(tail); in bitmap_fill()
53 const unsigned int end = BIT_WORD(size); in bitmap_full()
74 const unsigned int end = BIT_WORD(size); in bitmap_empty()
99 map += BIT_WORD(start); in bitmap_set()
122 map += BIT_WORD(start); in bitmap_clear()
207 const unsigned int end = BIT_WORD(size); in bitmap_weight()
227 const unsigned int end = BIT_WORD(size); in bitmap_equal()
249 const unsigned end = BIT_WORD(size); in bitmap_subset()
271 const unsigned end = BIT_WORD(size); in bitmap_intersects()
334 const unsigned int end = BIT_WORD(size); in bitmap_from_arr32()
404 const unsigned int off = BIT_WORD(shift); in bitmap_shift_right()