Searched refs:ebitmap_and (Results 1 - 5 of 5) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h81 extern int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2);
/external/selinux/libsepol/src/
H A Debitmap.c74 int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2) function
121 rc = ebitmap_and(dst, e1, &e3);
H A Dmodule_to_cil.c3388 ebitmap_and(&res, &sup_map, &sub_map);
3403 ebitmap_and(&res, &sup_map, &sub_map);
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c447 if (ebitmap_and(&word->inverse, &temp, &group->def) < 0)
531 if (ebitmap_and(&common, &s->cat, &l->cat) < 0)
546 if (ebitmap_and(&common, &c->mask, &l->cat) < 0)
552 if (ebitmap_and(&common, &c->cat, &l->cat) < 0)
1206 if (ebitmap_and(&clear, &tmp, &g->def) < 0) goto err;
1381 if (ebitmap_and(&bit_diff, &temp, &nothandled) < 0)
1385 if (ebitmap_and(&temp, &bit_diff, &unhandled) < 0)
/external/selinux/libsepol/cil/src/
H A Dcil_post.c918 rc = ebitmap_and(&tmp, &b1, &b2);

Completed in 1249 milliseconds