Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dbitmap.c362 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
368 nchunks = nbits = totaldigits = c = 0; in __bitmap_parse()
390 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()
409 ndigits++; totaldigits++; in __bitmap_parse()
507 int c, old_c, totaldigits; in __bitmap_parselist() local
511 totaldigits = c = 0; in __bitmap_parselist()
535 if (totaldigits && c && isspace(old_c)) in __bitmap_parselist()
557 totaldigits++; in __bitmap_parselist()