Home
last modified time | relevance | path

Searched refs:ebitmap_andnot (Results 1 – 3 of 3) sorted by relevance

/third_party/selinux/libsepol/tests/
Dtest-ebitmap.c830 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e1, &e1, 1024), 0); in test_ebitmap_andnot()
839 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e2, &e2, 1024), 0); in test_ebitmap_andnot()
848 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e1, &e2, 1024), 0); in test_ebitmap_andnot()
857 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e3, &e3, 1024), 0); in test_ebitmap_andnot()
866 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e1, &e3, 1024), 0); in test_ebitmap_andnot()
875 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e2, &e12, 1024), 0); in test_ebitmap_andnot()
884 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e4, &e4, 1024), 0); in test_ebitmap_andnot()
893 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e3, &e4, 1024), 0); in test_ebitmap_andnot()
932 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e5, &e6, 317), 0); in test_ebitmap_andnot()
941 CU_ASSERT_EQUAL(ebitmap_andnot(&dst, &e5, &e6, 318), 0); in test_ebitmap_andnot()
[all …]
/third_party/selinux/libsepol/include/sepol/policydb/
Debitmap.h89 extern int ebitmap_andnot(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2, unsigned int ma…
/third_party/selinux/libsepol/src/
Debitmap.c216 int ebitmap_andnot(ebitmap_t *dst, const ebitmap_t *e1, const ebitmap_t *e2, unsigned int maxbit) in ebitmap_andnot() function