HomeSort by relevance Sort by last modified time
    Searched full:totalset (Results 1 - 1 of 1) sorted by null

  /dalvik/vm/analysis/
ReduceConstants.c 750 int totalMax, totalSet;
753 totalMax = totalSet = 0;
757 totalSet += setCount;
762 totalSet += setCount;
767 totalSet += setCount;
772 totalSet += setCount;
775 printf("TOTAL %d of %d (%.1f%% unused -- %.1fK)\n", totalSet, totalMax,
776 ((totalMax - totalSet) * 100.0f) / totalMax,
777 (totalMax - totalSet) / 256.0f);
    [all...]

Completed in 23 milliseconds