Home
last modified time | relevance | path

Searched refs:ebitmap_not (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h87 extern int ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit);
/external/selinux/libsepol/src/
Debitmap.c101 int ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit) in ebitmap_not() function
118 int rc = ebitmap_not(&e3, e2, maxbit); in ebitmap_andnot()
/external/selinux/libsepol/cil/src/
Dcil_post.c1308 rc = ebitmap_not(&tmp, &b1, max); in __cil_expr_to_bitmap()
1345 rc = ebitmap_not(&tmp, &b1, max); in __cil_expr_to_bitmap()
/external/selinux/mcstrans/src/
Dmcstrans.c1361 if (ebitmap_not(&nothandled, &handled, maxbit) < 0) in compute_trans_from_raw()