Lines Matching refs:DECLARE_BITMAP
195 DECLARE_BITMAP(bmap, 1024); in test_zero_clear()
224 DECLARE_BITMAP(bmap, 1024); in test_fill_set()
253 DECLARE_BITMAP(bmap1, 1024); in test_copy()
254 DECLARE_BITMAP(bmap2, 1024); in test_copy()
296 DECLARE_BITMAP(bmap, 1024); in test_replace()
418 DECLARE_BITMAP(bmap, 2048); in test_bitmap_parselist()
494 DECLARE_BITMAP(bmap, 2048); in test_bitmap_parse()
530 DECLARE_BITMAP(bmap2, EXP1_IN_BITS); in test_bitmap_arr32()
554 DECLARE_BITMAP(bmap1, 1024); in test_mem_optimisations()
555 DECLARE_BITMAP(bmap2, 1024); in test_mem_optimisations()
603 DECLARE_BITMAP(bits, CLUMP_EXP_NUMBITS); in test_for_each_set_clump8()