Lines Matching refs:expect_eq_bitmap
189 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) macro
345 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace()
349 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace()
353 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace()
357 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace()
614 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32()
641 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr64()
750 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit_wrap()
773 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit()
802 expect_eq_bitmap(tmp, copy, 500); in test_for_each_set_bit_from()
825 expect_eq_bitmap(orig, copy, 500); in test_for_each_clear_bit()
854 expect_eq_bitmap(tmp, copy, 500); in test_for_each_clear_bit_from()
877 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bitrange()
899 expect_eq_bitmap(orig, copy, 500); in test_for_each_clear_bitrange()
928 expect_eq_bitmap(tmp, copy, 500); in test_for_each_set_bitrange_from()
958 expect_eq_bitmap(tmp, copy, 500); in test_for_each_clear_bitrange_from()
1015 expect_eq_bitmap(t->expected, out, t->nbits); in test_bitmap_cut()