Searched refs:ebitmap_xor (Results 1 – 4 of 4) sorted by relevance
/third_party/selinux/libsepol/tests/ |
D | test-ebitmap.c | 567 CU_ASSERT_EQUAL(ebitmap_xor(&dst1, &e1, &e1), 0); in test_ebitmap_xor() 569 CU_ASSERT_EQUAL(ebitmap_xor(&dst2, &dst1, &e1), 0); in test_ebitmap_xor() 579 CU_ASSERT_EQUAL(ebitmap_xor(&dst, &e2, &e2), 0); in test_ebitmap_xor() 588 CU_ASSERT_EQUAL(ebitmap_xor(&dst, &e3, &e3), 0); in test_ebitmap_xor() 597 CU_ASSERT_EQUAL(ebitmap_xor(&dst, &e4, &e4), 0); in test_ebitmap_xor() 606 CU_ASSERT_EQUAL(ebitmap_xor(&dst, &e1, &e2), 0); in test_ebitmap_xor() 615 CU_ASSERT_EQUAL(ebitmap_xor(&dst, &e2, &e4), 0); in test_ebitmap_xor() 654 CU_ASSERT_EQUAL(ebitmap_xor(&dst, &e5, &e6), 0); in test_ebitmap_xor() 993 CU_ASSERT_EQUAL(ebitmap_xor(&dst_xor1, &e1, &e2), 0); in test_ebitmap__random_impl() 996 CU_ASSERT_EQUAL(ebitmap_xor(&dst_xor2, &dst_xor1, &e2), 0); in test_ebitmap__random_impl() [all …]
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | ebitmap.h | 87 extern int ebitmap_xor(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2);
|
/third_party/selinux/libsepol/src/ |
D | ebitmap.c | 117 int ebitmap_xor(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2) in ebitmap_xor() function 249 rc = ebitmap_xor(&tmp, e1, e2); in ebitmap_hamming_distance()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_post.c | 1367 rc = ebitmap_xor(&tmp, &b1, &b2); in __cil_expr_to_bitmap()
|