Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc173 static uint64_t IntRatio(uint64_t part, uint64_t total, uint64_t norm) { in IntRatio() function
186 IntRatio(next_operation_num_, num_total_operations_, in LogProgress()
199 IntRatio(total_bytes_received_, payload_size, 100)); in LogProgress()
230 static_cast<unsigned>(IntRatio(total_bytes_received_, payload_size, in UpdateOverallProgress()
240 new_overall_progress += IntRatio(next_operation_num_, num_total_operations_, in UpdateOverallProgress()