Searched refs:expect_eq_bitmap (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | test_bitmap.c | 187 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) macro 302 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 306 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 310 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 314 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 537 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32() 675 expect_eq_bitmap(t->expected, out, t->nbits); in test_bitmap_cut()
|