Home | History | Annotate | Download | only in src

Lines Matching refs:maxbit

49 static unsigned int maxbit=0;
200 if (low >= maxbit)
201 maxbit = low + 1;
441 if (ebitmap_andnot(&word->normal, &word->cat, &group->def, maxbit) < 0)
1203 if (ebitmap_andnot(&set, &w->cat, &g->def, maxbit) < 0) goto err;
1212 if (ebitmap_andnot(&mraw->cat, &tmp, &clear, maxbit) < 0) goto err;
1361 if (ebitmap_not(&nothandled, &handled, maxbit) < 0)
1405 if (ebitmap_andnot(&unhandled, &temp, &bit_diff, maxbit) < 0)