Home
last modified time | relevance | path

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

/lib/
Dbitmap.c49 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local
50 for (k = 0; k < lim; ++k) in __bitmap_equal()
67 unsigned int k, lim = bits / BITS_PER_LONG; in __bitmap_or_equal() local
70 for (k = 0; k < lim; ++k) { in __bitmap_or_equal()
84 unsigned int k, lim = BITS_TO_LONGS(bits); in __bitmap_complement() local
85 for (k = 0; k < lim; ++k) in __bitmap_complement()
104 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() local
107 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 …]
Dvsprintf.c602 int lim = spec.precision; in string_nocheck() local
604 while (lim--) { in string_nocheck()