Searched refs:ebitmap_or (Results 1 - 6 of 6) sorted by relevance
/third_party/selinux/libsepol/tests/ |
H A D | test-ebitmap.c | 327 CU_ASSERT_EQUAL(ebitmap_or(&dst, &e1, &e1), 0); in test_ebitmap_or() 336 CU_ASSERT_EQUAL(ebitmap_or(&dst, &e2, &e2), 0); in test_ebitmap_or() 345 CU_ASSERT_EQUAL(ebitmap_or(&dst, &e1, &e2), 0); in test_ebitmap_or() 354 CU_ASSERT_EQUAL(ebitmap_or(&dst, &e3, &e3), 0); in test_ebitmap_or() 363 CU_ASSERT_EQUAL(ebitmap_or(&dst, &e3, &e4), 0); in test_ebitmap_or() 372 CU_ASSERT_EQUAL(ebitmap_or(&dst, &e4, &e4), 0); in test_ebitmap_or() 985 CU_ASSERT_EQUAL(ebitmap_or(&dst_or, &e1, &e2), 0); in test_ebitmap__random_impl() 1073 ADD_TEST(ebitmap_or); in ebitmap_add_tests()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | ebitmap.h | 84 extern int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2);
|
/third_party/selinux/libsepol/src/ |
H A 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()
|
H A D | policydb.c | 1768 if (ebitmap_or(&dst->types, &a->types, &b->types)) { in type_set_or() 1771 if (ebitmap_or(&dst->negset, &a->negset, &b->negset)) { in type_set_or()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_post.c | 1363 rc = ebitmap_or(&tmp, &b1, &b2); in __cil_expr_to_bitmap() 1390 rc = ebitmap_or(&tmp, &b1, &b2); in __cil_expr_to_bitmap()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_define.c | 2875 if (ebitmap_or(&new->dominates, &r1->dominates, &r2->dominates)) { in merge_roles_dom() 2880 if (ebitmap_or(&new->types.types, &r1->types.types, &r2->types.types)) { in merge_roles_dom()
|
Completed in 16 milliseconds