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

  /external/selinux/libsepol/include/sepol/policydb/
ebitmap.h 84 extern int ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit);
85 extern int ebitmap_andnot(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit);
  /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/libsepol/src/
ebitmap.c 101 int ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit)
105 for (i=0; i < maxbit; i++) {
114 int ebitmap_andnot(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit)
118 int rc = ebitmap_not(&e3, e2, maxbit);
  /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)
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)
    [all...]
  /external/libnetfilter_conntrack/include/libnetfilter_conntrack/
libnetfilter_conntrack.h 292 struct nfct_bitmask *nfct_bitmask_new(unsigned int maxbit);

Completed in 237 milliseconds