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

/xnu-2782.1.97/iokit/Tests/
H A DTestCollections.cpp489 int i, numSymbols, count1, count2; local
547 count1 = count2 = 0;
549 count1 += (symCache[i]->getRetainCount() == 3);
550 TEST_ASSERT('D', "2b", count1 == numSymbols);
566 count1 = count2 = 0;
568 count1 += (symCache[i]->getRetainCount() == 1);
571 TEST_ASSERT('D', "2g", count1 == numSymbols);
591 count1 = count2 = 0;
593 count1 += (symCache[i]->getRetainCount() == 3);
596 TEST_ASSERT('D', "3b", count1
719 int i, numSymbols, count1, count2, count3; local
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOUserClient.h80 IOByteCount count1; member in struct:IOExternalMethod
88 IOByteCount count1; member in struct:IOExternalAsyncMethod
/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp3641 if( *outputCount != method->count1)
3875 if( *outputCount != method->count1)
3985 if( (kIOUCVariableStructureSize != method->count1)
3986 && (*outputCount != method->count1))
4058 if( (kIOUCVariableStructureSize != method->count1)
4059 && (*outputCount != method->count1))
4157 if( (kIOUCVariableStructureSize != method->count1)
4158 && (inputStructCount != method->count1))
4234 if( (kIOUCVariableStructureSize != method->count1)
4235 && (inputStructCount != method->count1))
[all...]

Completed in 38 milliseconds