Searched refs:ebitmap_or (Results 1 – 4 of 4) sorted by relevance
/external/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 77 extern int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2);
|
/external/libsepol/src/ |
D | ebitmap.c | 18 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()
|
D | policydb.c | 1509 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/ |
D | policy_define.c | 1955 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()
|