Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dbitmap.c364 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
370 nchunks = nbits = totaldigits = c = 0; in __bitmap_parse()
373 ndigits = totaldigits; in __bitmap_parse()
393 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()
412 totaldigits++; in __bitmap_parse()
414 if (ndigits == totaldigits) in __bitmap_parse()
517 int c, old_c, totaldigits, ndigits; in __bitmap_parselist() local
521 totaldigits = c = 0; in __bitmap_parselist()
530 ndigits = totaldigits; in __bitmap_parselist()
556 if ((totaldigits != ndigits) && isspace(old_c)) in __bitmap_parselist()
[all …]