Searched refs:total_bytes (Results 1 – 6 of 6) sorted by relevance
255 int total_bytes = message_body_.GetLength(); in Print() local258 string output = StringPrintf("%d bytes:", total_bytes); in Print()259 for (int i = 0; i < total_bytes; ++i) { in Print()
1065 int total_bytes = data_.GetLength(); in ToString() local1068 *output = StringPrintf("%d bytes:", total_bytes); in ToString()1069 for (int i = 0; i < total_bytes; ++i) { in ToString()
181 size_t total_bytes = start + bytes; local189 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()
671 int64_t total_bytes = 0; in CollectAndReportSuccessfulUpdateMetrics() local692 total_bytes += bytes; in CollectAndReportSuccessfulUpdateMetrics()699 download_overhead_percentage = (total_bytes - successful_bytes) * 100ULL / in CollectAndReportSuccessfulUpdateMetrics()
111 const size_t total_bytes) { in RemoveIdenticalBlockRanges() argument150 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize)) in RemoveIdenticalBlockRanges()