Searched refs:getCount (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestCollections.cpp63 TEST_ASSERT('A', "1b", !array1->getCount());
79 TEST_ASSERT('A', "1k", 1 == array1->getCount());
81 TEST_ASSERT('A', "1l", !array1->getCount());
98 TEST_ASSERT('A', "2b", numStrCache == (int) array1->getCount());
128 TEST_ASSERT('A', "3c", !array2->getCount());
130 TEST_ASSERT('A', "3e", array1->getCount() == array2->getCount());
134 TEST_ASSERT('A', "3f", numStrCache == (int) array2->getCount());
135 for (i = array2->getCount(); (str = array2->__takeObject(--i)); ) {
140 count += ((int) array2->getCount()
[all...]
H A DTests.cpp60 IOLog("\nCount %d\n", all->getCount() );
90 IOLog("del gc/, count now %d\n", all->getCount() );
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSCollection.h109 @function getCount
113 virtual unsigned int getCount() const = 0;
H A DOSArray.h136 @function getCount
140 virtual unsigned int getCount() const;
H A DOSOrderedSet.h114 @function getCount
118 virtual unsigned int getCount() const;
H A DOSSet.h147 @function getCount
151 virtual unsigned int getCount() const;
H A DOSDictionary.h173 @function getCount
177 virtual unsigned int getCount() const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitDebug.cpp78 IOLog("Count %d\n", all->getCount() );
135 dbugprintf("Count %d\n", all->getCount() );
H A DIOCatalogue.cpp269 cnt = arrayObj->getCount();
395 cnt = arrayObj->getCount();
550 togo = IONew(UInt32, prelinkedModules->getCount());
632 IODelete(togo, UInt32, prelinkedModules->getCount());
1085 count = array->getCount();
1113 if (doNubMatching && (set->getCount() > 0)) {
1177 if ( doNubMatching && (set->getCount() > 0) ) {
1445 if ( set->getCount() > 0 ) {
1498 if (!gIOCatalogROMMkexts || !gIOCatalogROMMkexts->getCount())
H A DIODeviceTreeSupport.cpp155 parent = (IORegistryEntry *)stack->getObject( stack->getCount() - 1);
157 stack->removeObject( stack->getCount() - 1);
174 } while( stack->getCount()
243 for( UInt32 i = 0; array && (i < array->getCount()); i++)
687 regEntry->getName(), mapped->getCount());
691 map = OSData::withData( local, mapped->getCount() * sizeof(UInt32),
H A DIOPMrootDomain.cpp634 for(i = 0; i < allowedPMSettings->getCount(); i++) {
1309 unsigned int arrayCount = arrayMember->getCount();
1427 count = arr->getCount();
3041 count = gPMHaltArray->getCount();
3048 count = gPMHaltArray->getCount();
3078 count = inner->getCount();
3091 count = inner->getCount();
3098 if (gPMHaltArray->getCount() == 0 || !numWorkers)
3103 gPMHaltDepth = gPMHaltArray->getCount() - 1;
3111 totalNodes, gPMHaltArray->getCount(), numWorker
[all...]
H A DIORegistryEntry.cpp899 index = stack->getCount();
1317 if( 0 == links->getCount())
1348 links = OSArray::withArray( links, links->getCount() );
1409 links = OSArray::withArray( links, links->getCount() );
1507 if( (!onlyChild) || (1 == links->getCount()))
1529 if( (!onlyParent) || (1 == links->getCount()))
1765 count = parents->getCount();
H A DIOCPU.cpp330 numCPUs = gIOCPUs->getCount();
549 return _cpuGroup->getCount();
H A DIOPlatformExpert.cpp512 numPowerTreeNodes = inSubTree->getCount ();
614 numChildren = children->getCount ();
H A DIOService.cpp634 count += set->getCount();
2054 TLOG("iokit terminate done, %d stops remain\n", gIOStopList->getCount());
2463 props = OSDictionary::withDictionary( match, match->getCount());
2937 if( matches->getCount() && (kIOReturnSuccess == getResources()))
4083 if( done == table->getCount()) {
4405 count = array->getCount();
4657 numSources = array->getCount();
H A DIOHibernateIO.cpp381 for (idx = vars->pollers->getCount() - 1; idx >= 0; idx--)
402 for (idx = vars->pollers->getCount() - 1; idx >= 0; idx--)
668 major, minor, vars->blockSize, vars->pollers->getCount());
669 if (vars->pollers->getCount() < kIOHibernateMinPollersNeeded)
H A DIONVRAM.cpp1618 for (int i = array->getCount() - 3;
H A DIOServicePM.cpp3020 if (children->getCount() == 0)
3055 if (fNotifyChildArray->getCount())
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp79 if (members->getCount() < inCapacity)
165 unsigned int OSSet::getCount() const function in class:OSSet
268 if ( count != aSet->getCount() )
H A DOSArray.cpp177 unsigned int OSArray::getCount() const { return count; } function in class:OSArray
257 unsigned int otherCount = otherArray->getCount();
319 if ( count != anArray->getCount() )
H A DOSDictionary.cpp250 unsigned int OSDictionary::getCount() const { return count; } function in class:OSDictionary
460 keysCount = keys->getCount();
461 if ( (count < keysCount) || (srcDict->getCount() < keysCount) )
495 if ( count != srcDict->getCount() )
H A DOSOrderedSet.cpp115 unsigned int OSOrderedSet::getCount() const { return count; } function in class:OSOrderedSet
303 if ( count != anOrderedSet->getCount() )
H A DOSMetaClass.cpp875 classDict = OSDictionary::withCapacity(sAllClassesDict->getCount());
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkext.cpp606 for (index = 0; index < dependencyList->getCount(); index += 2) {
H A Dcatalogue.cpp552 mergeInto->getCount() + 1);
564 mergeFrom->getCount() + 1);

Completed in 158 milliseconds

12