Home
last modified time | relevance | path

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

/lib/
Dbitmap.c380 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
386 nchunks = nbits = totaldigits = c = 0; in __bitmap_parse()
389 ndigits = totaldigits; in __bitmap_parse()
409 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()
428 totaldigits++; in __bitmap_parse()
430 if (ndigits == totaldigits) in __bitmap_parse()