Lines Matching refs:lim
10 unsigned int k, w = 0, lim = bits/BITS_PER_LONG; in __bitmap_weight() local
12 for (k = 0; k < lim; k++) in __bitmap_weight()
64 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_and() local
67 for (k = 0; k < lim; k++) in __bitmap_and()
78 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
79 for (k = 0; k < lim; ++k) in __bitmap_equal()
93 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local
94 for (k = 0; k < lim; ++k) in __bitmap_intersects()
148 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_andnot() local
151 for (k = 0; k < lim; k++) in __bitmap_andnot()
162 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_subset() local
163 for (k = 0; k < lim; ++k) in __bitmap_subset()