Home
last modified time | relevance | path

Searched defs:lim (Results 1 – 1 of 1) sorted by relevance

/lib/
Dbitmap.c49 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
64 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_complement() local
87 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local
133 unsigned int lim = BITS_TO_LONGS(nbits); in __bitmap_shift_left() local
158 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_and() local
196 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_andnot() local
211 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local
226 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_subset() local
240 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_weight() local