Searched refs:ebitmap_not (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 87 extern int ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit);
|
/external/selinux/libsepol/src/ |
D | ebitmap.c | 101 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/ |
D | cil_post.c | 1308 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/ |
D | mcstrans.c | 1361 if (ebitmap_not(¬handled, &handled, maxbit) < 0) in compute_trans_from_raw()
|