Searched refs:expect_eq_bitmap (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/lib/ |
D | test_bitmap.c | 171 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) macro 285 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 289 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 293 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 297 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 481 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32() 619 expect_eq_bitmap(t->expected, out, t->nbits); in test_bitmap_cut()
|