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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp1682 int removedCount = 0; local
1689 ++removedCount;
1695 if ( removedCount != 0 ) {
1713 if ( removedCount > 0 ) {
1716 *d = d[removedCount];
1718 for(int i=0; i < removedCount; ++i)
1726 if ( removedCount > 0 )

Completed in 136 milliseconds