Searched refs:ebitmap_cmp (Results 1 - 6 of 6) sorted by relevance
/third_party/selinux/libsepol/tests/ |
H A D | test-ebitmap.c | 61 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 D | ebitmap.h | 83 extern int ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2);
|
H A D | mls_types.h | 104 return ((l1->sens == l2->sens) && ebitmap_cmp(&l1->cat, &l2->cat)); in mls_level_eq()
|
/third_party/selinux/libsepol/src/ |
H A D | ebitmap.c | 247 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 D | module_to_cil.c | 934 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 D | cil.c | 1539 rc = ebitmap_cmp(&elow, &ehigh); in cil_level_equals()
|
Completed in 11 milliseconds