Searched refs:bitmap3 (Results 1 – 1 of 1) sorted by relevance
658 let bitmap3 = bitmap & bitmap2; in test_alloc_bitmap_bitand_128() localVariable660 assert_eq!(bitmap3.len(), 128); in test_alloc_bitmap_bitand_128()661 assert_eq!(bitmap3.size(), 16); in test_alloc_bitmap_bitand_128()662 assert_eq!(bitmap3.first_index(), Some(0)); in test_alloc_bitmap_bitand_128()663 assert_eq!(bitmap3.first_false_index(), Some(2)); in test_alloc_bitmap_bitand_128()664 assert_eq!(bitmap3.last_index(), Some(67)); in test_alloc_bitmap_bitand_128()