Searched refs:totaldigits (Results 1 – 1 of 1) sorted by relevance
365 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local371 nchunks = nbits = totaldigits = c = 0; in __bitmap_parse()374 ndigits = totaldigits; in __bitmap_parse()394 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()413 totaldigits++; in __bitmap_parse()415 if (ndigits == totaldigits) in __bitmap_parse()519 int c, old_c, totaldigits, ndigits; in __bitmap_parselist() local523 totaldigits = c = 0; in __bitmap_parselist()532 ndigits = totaldigits; in __bitmap_parselist()558 if ((totaldigits != ndigits) && isspace(old_c)) in __bitmap_parselist()[all …]