Searched refs:expect_eq_bitmap (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_bitmap.c | 170 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) macro 284 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 288 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 292 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 296 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 480 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32() 618 expect_eq_bitmap(t->expected, out, t->nbits); in test_bitmap_cut()
|