Searched refs:e5not (Results 1 - 1 of 1) sorted by relevance
/third_party/selinux/libsepol/tests/ |
H A D | test-ebitmap.c | 740 ebitmap_t e5not; in test_ebitmap_not() local 745 ebitmap_init(&e5not); in test_ebitmap_not() 754 CU_ASSERT_EQUAL(ebitmap_set_bit(&e5not, bit, 1), 0); in test_ebitmap_not() 756 CU_ASSERT_EQUAL(ebitmap_set_bit(&e5not, bit, 0), 0); in test_ebitmap_not() 762 CU_ASSERT(ebitmap_cmp(&dst, &e5not)); in test_ebitmap_not() 771 CU_ASSERT_FALSE(ebitmap_cmp(&dst, &e5not)); in test_ebitmap_not() 773 CU_ASSERT_EQUAL(ebitmap_set_bit(&e5not, 317, 1), 0); in test_ebitmap_not() 774 CU_ASSERT(ebitmap_cmp(&dst, &e5not)); in test_ebitmap_not() 783 CU_ASSERT(ebitmap_cmp(&dst, &e5not)); in test_ebitmap_not() 788 ebitmap_destroy(&e5not); in test_ebitmap_not() [all...] |
Completed in 2 milliseconds