Home
last modified time | relevance | path

Searched refs:IntRatio (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
Ddelta_performer.cc172 static uint64_t IntRatio(uint64_t part, uint64_t total, uint64_t norm) { in IntRatio() function
185 IntRatio(next_operation_num_, num_total_operations_, in LogProgress()
198 IntRatio(total_bytes_received_, payload_size, 100)); in LogProgress()
229 static_cast<unsigned>(IntRatio(total_bytes_received_, payload_size, in UpdateOverallProgress()
239 new_overall_progress += IntRatio(next_operation_num_, num_total_operations_, in UpdateOverallProgress()