Home
last modified time | relevance | path

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

/external/libsepol/include/sepol/policydb/
Debitmap.h77 extern int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2);
/external/libsepol/src/
Debitmap.c18 int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_or() function
65 if (ebitmap_or(&tmp, dst, e1)) in ebitmap_union()
Dpolicydb.c1509 if (ebitmap_or(&dst->types, &a->types, &b->types)) { in type_set_or()
1512 if (ebitmap_or(&dst->negset, &a->negset, &b->negset)) { in type_set_or()
/external/checkpolicy/
Dpolicy_define.c1955 if (ebitmap_or(&new->dominates, &r1->dominates, &r2->dominates)) { in merge_roles_dom()
1959 if (ebitmap_or(&new->types.types, &r1->types.types, &r2->types.types)) { in merge_roles_dom()