Home | History | Annotate | Download | only in src

Lines Matching refs:extra

47 	size_t extra;
54 * correspond to the first logical bit in the group, so extra bits
58 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK))
60 if (extra != 0)
61 bitmap[binfo->levels[1].group_offset - 1] >>= extra;
65 extra = (BITMAP_GROUP_NBITS - (group_count &
67 if (extra != 0)
68 bitmap[binfo->levels[i+1].group_offset - 1] >>= extra;
95 size_t extra;
98 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK))
100 if (extra != 0)
101 bitmap[binfo->ngroups - 1] >>= extra;