Home
last modified time | relevance | path

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

/lib/
Dbitmap.c50 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
65 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_complement() local
88 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local
134 unsigned int lim = BITS_TO_LONGS(nbits); in __bitmap_shift_left() local
159 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_and() local
197 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_andnot() local
212 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local
227 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_subset() local
241 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_weight() local
Dvsprintf.c586 size_t lim = spec.precision; in string() local