Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h88 extern int ebitmap_andnot(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit);
/external/selinux/mcstrans/src/
Dmcstrans.c441 if (ebitmap_andnot(&word->normal, &word->cat, &group->def, maxbit) < 0) in add_word()
1203 if (ebitmap_andnot(&set, &w->cat, &g->def, maxbit) < 0) goto err; in compute_raw_from_trans()
1212 if (ebitmap_andnot(&mraw->cat, &tmp, &clear, maxbit) < 0) goto err; in compute_raw_from_trans()
1405 if (ebitmap_andnot(&unhandled, &temp, &bit_diff, maxbit) < 0) in compute_trans_from_raw()
/external/selinux/libsepol/src/
Debitmap.c114 int ebitmap_andnot(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit) in ebitmap_andnot() function