Searched refs:count2 (Results 1 – 1 of 1) sorted by relevance
1106 int count2 = 0; in TEST() local1108 while (count1 != expected_count2 || count2 != expected_count2) { in TEST()1114 if (count2 < expected_count2) { in TEST()1116 count2++; in TEST()1129 count2 = 0; in TEST()1148 ++count2; in TEST()1154 EXPECT_EQ(expected_count2, count2); in TEST()