Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/tests/
H A Dtest-ebitmap.c61 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
64 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
66 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
69 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
71 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
74 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
76 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
79 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
81 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
84 CU_ASSERT_FALSE(ebitmap_cmp( in test_ebitmap_cmp()
[all...]
/third_party/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h83 extern int ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2);
H A Dmls_types.h104 return ((l1->sens == l2->sens) && ebitmap_cmp(&l1->cat, &l2->cat)); in mls_level_eq()
/third_party/selinux/libsepol/src/
H A Debitmap.c247 if (ebitmap_cmp(e1, e2)) in ebitmap_hamming_distance()
257 int ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_cmp() function
H A Dmodule_to_cil.c934 if (ebitmap_cmp(&ts1->negset, &ts2->negset) == 0) in search_attr_list()
936 if (ebitmap_cmp(&ts1->types, &ts2->types) == 0) in search_attr_list()
943 if (ebitmap_cmp(&rs1->roles, &rs2->roles) == 0) in search_attr_list()
3612 if (!ebitmap_cmp(&res, &sub_map)) { in is_scope_superset()
3627 if (!ebitmap_cmp(&res, &sub_map)) { in is_scope_superset()
/third_party/selinux/libsepol/cil/src/
H A Dcil.c1539 rc = ebitmap_cmp(&elow, &ehigh); in cil_level_equals()

Completed in 11 milliseconds