Home
last modified time | relevance | path

Searched refs:theCount (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSDictionary.cpp113 unsigned int theCount, in initWithObjects() argument
116 unsigned int newCapacity = theCount; in initWithObjects()
123 if (theCount > theCapacity) { in initWithObjects()
134 for (unsigned int i = 0; i < theCount; i++) { in initWithObjects()
148 unsigned int theCount, in initWithObjects() argument
151 unsigned int newCapacity = theCount; in initWithObjects()
158 if (theCount > theCapacity) { in initWithObjects()
169 for (unsigned int i = 0; i < theCount; i++) { in initWithObjects()
H A DOSArray.cpp82 unsigned int theCount, in initWithObjects() argument
88 initCapacity = theCount; in initWithObjects()
89 } else if (theCount > theCapacity) { in initWithObjects()
99 for (unsigned int i = 0; i < theCount; i++) { in initWithObjects()