Searched refs:lim (Results 1 – 2 of 2) sorted by relevance
49 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local50 for (k = 0; k < lim; ++k) in __bitmap_equal()67 unsigned int k, lim = bits / BITS_PER_LONG; in __bitmap_or_equal() local70 for (k = 0; k < lim; ++k) { in __bitmap_or_equal()84 unsigned int k, lim = BITS_TO_LONGS(bits); in __bitmap_complement() local85 for (k = 0; k < lim; ++k) in __bitmap_complement()104 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local107 for (k = 0; off + k < lim; ++k) { in __bitmap_shift_right()114 if (!rem || off + k + 1 >= lim) in __bitmap_shift_right()118 if (off + k + 1 == lim - 1) in __bitmap_shift_right()[all …]
602 int lim = spec.precision; in string_nocheck() local604 while (lim--) { in string_nocheck()