Lines Matching refs:DECLARE_BITMAP
178 DECLARE_BITMAP(bmap, 1024); in test_zero_clear()
207 DECLARE_BITMAP(bmap, 1024); in test_fill_set()
236 DECLARE_BITMAP(bmap1, 1024); in test_copy()
237 DECLARE_BITMAP(bmap2, 1024); in test_copy()
279 DECLARE_BITMAP(bmap, 1024); in test_replace()
362 DECLARE_BITMAP(bmap, 2048); in test_bitmap_parselist()
438 DECLARE_BITMAP(bmap, 2048); in test_bitmap_parse()
474 DECLARE_BITMAP(bmap2, EXP1_IN_BITS); in test_bitmap_arr32()
498 DECLARE_BITMAP(bmap1, 1024); in test_mem_optimisations()
499 DECLARE_BITMAP(bmap2, 1024); in test_mem_optimisations()
547 DECLARE_BITMAP(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()