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

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2626 int nextProgressIndex = archIndex*100+(40*dylibIndex)/dylibCount; local
2627 if ( nextProgressIndex != progressIndex )
2628 fprintf(stdout, "%3u/%u\n", nextProgressIndex, archCount*100);
2629 progressIndex = nextProgressIndex;

Completed in 75 milliseconds