Lines Matching refs:ebitmap_and
429 CU_ASSERT_EQUAL(ebitmap_and(&dst, &e1, &e1), 0); in test_ebitmap_and()
438 CU_ASSERT_EQUAL(ebitmap_and(&dst, &e2, &e2), 0); in test_ebitmap_and()
447 CU_ASSERT_EQUAL(ebitmap_and(&dst, &e1, &e2), 0); in test_ebitmap_and()
456 CU_ASSERT_EQUAL(ebitmap_and(&dst, &e3, &e3), 0); in test_ebitmap_and()
465 CU_ASSERT_EQUAL(ebitmap_and(&dst, &e1, &e3), 0); in test_ebitmap_and()
474 CU_ASSERT_EQUAL(ebitmap_and(&dst, &e2, &e3), 0); in test_ebitmap_and()
483 CU_ASSERT_EQUAL(ebitmap_and(&dst, &e4, &e4), 0); in test_ebitmap_and()
492 CU_ASSERT_EQUAL(ebitmap_and(&dst, &e3, &e4), 0); in test_ebitmap_and()
529 CU_ASSERT_EQUAL(ebitmap_and(&dst, &e5, &e6), 0); in test_ebitmap_and()
989 CU_ASSERT_EQUAL(ebitmap_and(&dst_and, &e1, &e2), 0); in test_ebitmap__random_impl()
1074 ADD_TEST(ebitmap_and); in ebitmap_add_tests()