Searched refs:expected_bitmap (Results 1 – 3 of 3) sorted by relevance
499 let mut expected_bitmap = [0_u8; 128]; in test_new_switches_config() localVariable500 expected_bitmap[0] = 0b11111111u8; in test_new_switches_config()501 expected_bitmap[1] = 0b11111111u8; in test_new_switches_config()502 expected_bitmap[2] = 0b1u8; in test_new_switches_config()503 assert_eq!(events[&EV_SW].bitmap, expected_bitmap); in test_new_switches_config()
207 uint32_t expected_bitmap = 0; // Free page. in TryPartitionPage() local210 if (!phdr->header_bitmap.compare_exchange_strong(expected_bitmap, next_bitmap, in TryPartitionPage()
2169 const char* expected_bitmap = []() { in TEST_F() local2189 CompareBitmap(bitmap.get(), 612, 792, expected_bitmap); in TEST_F()