Lines Matching refs:totaldigits
362 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
368 nchunks = nbits = totaldigits = c = 0; in __bitmap_parse()
371 ndigits = totaldigits; in __bitmap_parse()
391 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()
410 totaldigits++; in __bitmap_parse()
412 if (ndigits == totaldigits) in __bitmap_parse()
509 int c, old_c, totaldigits, ndigits; in __bitmap_parselist() local
513 totaldigits = c = 0; in __bitmap_parselist()
519 ndigits = totaldigits; in __bitmap_parselist()
545 if ((totaldigits != ndigits) && isspace(old_c)) in __bitmap_parselist()
564 totaldigits++; in __bitmap_parselist()
566 if (ndigits == totaldigits) in __bitmap_parselist()