Lines Matching refs:ebitmap_not
690 CU_ASSERT_EQUAL(ebitmap_not(&dst1, &e3, 10), 0); in test_ebitmap_not()
694 CU_ASSERT_EQUAL(ebitmap_not(&dst2, &dst1, 10), 0); in test_ebitmap_not()
704 CU_ASSERT_EQUAL(ebitmap_not(&dst1, &e1, 11), 0); in test_ebitmap_not()
706 CU_ASSERT_EQUAL(ebitmap_not(&dst2, &dst1, 11), 0); in test_ebitmap_not()
716 CU_ASSERT_EQUAL(ebitmap_not(&dst, &e1, 8), 0); in test_ebitmap_not()
726 CU_ASSERT_EQUAL(ebitmap_not(&dst, &e1, 12), 0); in test_ebitmap_not()
761 CU_ASSERT_EQUAL(ebitmap_not(&dst, &e5, 317), 0); in test_ebitmap_not()
770 CU_ASSERT_EQUAL(ebitmap_not(&dst, &e5, 318), 0); in test_ebitmap_not()
782 CU_ASSERT_EQUAL(ebitmap_not(&dst, &e5, 319), 0); in test_ebitmap_not()
999 CU_ASSERT_EQUAL(ebitmap_not(&dst_not1, &e1, length), 0); in test_ebitmap__random_impl()
1002 CU_ASSERT_EQUAL(ebitmap_not(&dst_not2, &dst_not1, length), 0); in test_ebitmap__random_impl()
1076 ADD_TEST(ebitmap_not); in ebitmap_add_tests()