Searched refs:bitmap2 (Results 1 – 1 of 1) sorted by relevance
652 let mut bitmap2 = AllocBitmap::new(128); in test_alloc_bitmap_bitand_128() localVariable654 bitmap2.set(0, true); in test_alloc_bitmap_bitand_128()655 bitmap2.set(1, true); in test_alloc_bitmap_bitand_128()656 bitmap2.set(67, true); in test_alloc_bitmap_bitand_128()658 let bitmap3 = bitmap & bitmap2; in test_alloc_bitmap_bitand_128()672 let mut bitmap2 = AllocBitmap::new(128); in test_alloc_bitmap_bitand_assign_128() localVariable674 bitmap2.set(0, true); in test_alloc_bitmap_bitand_assign_128()675 bitmap2.set(1, true); in test_alloc_bitmap_bitand_assign_128()676 bitmap2.set(67, true); in test_alloc_bitmap_bitand_assign_128()678 bitmap.bitand_assign(&bitmap2); in test_alloc_bitmap_bitand_assign_128()