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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSArray.cpp257 unsigned int otherCount = otherArray->getCount(); local
258 unsigned int newCount = count + otherCount;
260 if (!otherCount)
268 for (unsigned int i = 0; i < otherCount; i++) {

Completed in 19 milliseconds