Lines Matching refs:bitmap_set
215 bitmap_set(bmap, 0, 9); in test_fill_set()
222 bitmap_set(bmap, 79, 19); in test_fill_set()
242 bitmap_set(bmap1, 0, 19); in test_copy()
246 bitmap_set(bmap2, 0, 23); in test_copy()
251 bitmap_set(bmap1, 0, 109); in test_copy()
506 bitmap_set(bmap1, start, nbits); in test_mem_optimisations()
552 bitmap_set(bits, 0, 1); /* 0x01 */ in test_for_each_set_clump8()
553 bitmap_set(bits, 9, 1); /* 0x02 */ in test_for_each_set_clump8()
554 bitmap_set(bits, 27, 3); /* 0x28 */ in test_for_each_set_clump8()
555 bitmap_set(bits, 35, 3); /* 0x28 */ in test_for_each_set_clump8()
556 bitmap_set(bits, 40, 4); /* 0x0F */ in test_for_each_set_clump8()
557 bitmap_set(bits, 48, 8); /* 0xFF */ in test_for_each_set_clump8()
558 bitmap_set(bits, 56, 1); /* 0x05 - part 1 */ in test_for_each_set_clump8()
559 bitmap_set(bits, 58, 1); /* 0x05 - part 2 */ in test_for_each_set_clump8()