Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dbitmap.c365 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
371 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() local
523 totaldigits = c = 0; in __bitmap_parselist()
532 ndigits = totaldigits; in __bitmap_parselist()
558 if ((totaldigits != ndigits) && isspace(old_c)) in __bitmap_parselist()
[all …]