Lines Matching refs:bitmap_set
216 bitmap_set(bmap, 0, 9); in test_fill_set()
223 bitmap_set(bmap, 79, 19); in test_fill_set()
243 bitmap_set(bmap1, 0, 19); in test_copy()
247 bitmap_set(bmap2, 0, 23); in test_copy()
252 bitmap_set(bmap1, 0, 109); in test_copy()
507 bitmap_set(bmap1, start, nbits); in test_mem_optimisations()
553 bitmap_set(bits, 0, 1); /* 0x01 */ in test_for_each_set_clump8()
554 bitmap_set(bits, 9, 1); /* 0x02 */ in test_for_each_set_clump8()
555 bitmap_set(bits, 27, 3); /* 0x28 */ in test_for_each_set_clump8()
556 bitmap_set(bits, 35, 3); /* 0x28 */ in test_for_each_set_clump8()
557 bitmap_set(bits, 40, 4); /* 0x0F */ in test_for_each_set_clump8()
558 bitmap_set(bits, 48, 8); /* 0xFF */ in test_for_each_set_clump8()
559 bitmap_set(bits, 56, 1); /* 0x05 - part 1 */ in test_for_each_set_clump8()
560 bitmap_set(bits, 58, 1); /* 0x05 - part 2 */ in test_for_each_set_clump8()