Lines Matching defs:numOfSlots
59 int numOfSlots = 0;
63 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
73 int numOfSlots = 1;
77 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
87 int numOfSlots = 1;
91 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
101 int numOfSlots = 2;
105 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
115 int numOfSlots = 3;
119 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
198 int numOfSlots = 0;
202 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
213 int numOfSlots = 0;
217 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
229 int numOfSlots = 1;
233 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
245 int numOfSlots = 2;
249 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
261 int numOfSlots = 3;
265 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);