Searched refs:totalEqualBytes (Results 1 – 1 of 1) sorted by relevance
84 uint64_t totalEqualBytes = 0; in ReportSavings() local88 totalEqualBytes += identicalEntries[i].localEntry->datasize(); in ReportSavings()92 double savingPercent = (totalEqualBytes * 100.0f) / totalSize; in ReportSavings()94 fprintf(stderr, "%" PRIu64 " bytes are equal out of %" PRIu64 " (%.2f%%)\n", totalEqualBytes, in ReportSavings()