Home
last modified time | relevance | path

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

/lib/
Dbitmap.c363 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
369 nchunks = nbits = totaldigits = c = 0; in __bitmap_parse()
415 if (nchunks == 0 && chunk == 0) in __bitmap_parse()
420 nchunks++; in __bitmap_parse()
421 nbits += (nchunks == 1) ? nbits_to_hold_value(chunk) : CHUNKSZ; in __bitmap_parse()