HomeSort by relevance Sort by last modified time
    Searched defs:maxbit (Results 1 - 2 of 2) sorted by null

  /external/libnetfilter_conntrack/src/conntrack/
labels.c 224 unsigned int maxbit = 0; local
255 if (maxbit < bit)
256 maxbit = bit;
264 map->namecount = maxbit + 1;
  /external/selinux/mcstrans/src/
mcstrans.c 49 static unsigned int maxbit=0; variable
200 if (low >= maxbit)
201 maxbit = low + 1;
441 if (ebitmap_andnot(&word->normal, &word->cat, &group->def, maxbit) < 0)
1202 if (ebitmap_andnot(&set, &w->cat, &g->def, maxbit) < 0) goto err;
1211 if (ebitmap_andnot(&mraw->cat, &tmp, &clear, maxbit) < 0) goto err;
1360 if (ebitmap_not(&nothandled, &handled, maxbit) < 0)
1404 if (ebitmap_andnot(&unhandled, &temp, &bit_diff, maxbit) < 0)
    [all...]

Completed in 3240 milliseconds