Searched refs:count3 (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/iokit/Tests/
H A DTestCollections.cpp719 int i, numSymbols, count1, count2, count3; local
750 count1 = count2 = count3 = 0;
755 count3 += (cache[i] == str);
759 TEST_ASSERT('I', "1g", count3 == numSymbols);
771 count1 = count2 = count3 = 0;
813 count1 = count2 = count3 = 0;
818 count3 += (cache[i] == str);
822 TEST_ASSERT('I', "2g", count3 == numSymbols);
827 count1 = count2 = count3 = 0;
877 count1 = count2 = count3
[all...]

Completed in 29 milliseconds