Searched refs:ebitmap_or (Results 1 - 6 of 6) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h79 extern int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2);
/external/selinux/libsepol/src/
H A Debitmap.c18 int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2) function
65 if (ebitmap_or(&tmp, dst, e1))
H A Dpolicydb.c1588 if (ebitmap_or(&dst->types, &a->types, &b->types)) {
1591 if (ebitmap_or(&dst->negset, &a->negset, &b->negset)) {
/external/selinux/libsepol/cil/src/
H A Dcil_post.c916 rc = ebitmap_or(&tmp, &b1, &b2);
943 rc = ebitmap_or(&tmp, &b1, &b2);
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c1379 if (ebitmap_or(&temp, &w->normal, &w->inverse) < 0)
/external/selinux/checkpolicy/
H A Dpolicy_define.c2715 if (ebitmap_or(&new->dominates, &r1->dominates, &r2->dominates)) {
2720 if (ebitmap_or(&new->types.types, &r1->types.types, &r2->types.types)) {

Completed in 173 milliseconds