Home
last modified time | relevance | path

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

/lib/
Dbitmap.c51 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
69 unsigned int k, lim = bits / BITS_PER_LONG; in __bitmap_or_equal() local
86 unsigned int k, lim = BITS_TO_LONGS(bits); in __bitmap_complement() local
106 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local
152 unsigned int lim = BITS_TO_LONGS(nbits); in __bitmap_shift_left() local
244 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_and() local
282 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_andnot() local
309 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local
324 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_subset() local
338 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_weight() local
Dvsprintf.c639 int lim = spec.precision; in string_nocheck() local