Searched refs:total_bytes (Results 1 – 4 of 4) sorted by relevance
176 size_t total_bytes = start + bytes; local184 if (current >= start && current + sizeof(uintptr_t) <= total_bytes) {
384 int64_t total_bytes = 0; in ReportSuccessfulUpdateMetrics() local399 total_bytes += num_bytes_downloaded[i]; in ReportSuccessfulUpdateMetrics()403 mbs = total_bytes / kNumBytesInOneMiB; in ReportSuccessfulUpdateMetrics()
687 int64_t total_bytes = 0; in CollectAndReportSuccessfulUpdateMetrics() local708 total_bytes += bytes; in CollectAndReportSuccessfulUpdateMetrics()715 download_overhead_percentage = (total_bytes - successful_bytes) * 100ULL / in CollectAndReportSuccessfulUpdateMetrics()
121 const size_t total_bytes) { in RemoveIdenticalBlockRanges() argument157 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize)) in RemoveIdenticalBlockRanges()