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()
620 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32()
649 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr64()
762 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit_wrap()
785 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit()
814 expect_eq_bitmap(tmp, copy, 500); in test_for_each_set_bit_from()
837 expect_eq_bitmap(orig, copy, 500); in test_for_each_clear_bit()
866 expect_eq_bitmap(tmp, copy, 500); in test_for_each_clear_bit_from()
889 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bitrange()
911 expect_eq_bitmap(orig, copy, 500); in test_for_each_clear_bitrange()
940 expect_eq_bitmap(tmp, copy, 500); in test_for_each_set_bitrange_from()
970 expect_eq_bitmap(tmp, copy, 500); in test_for_each_clear_bitrange_from()
1027 expect_eq_bitmap(t->expected, out, t->nbits); in test_bitmap_cut()