Searched refs:totalBytes (Results 1 – 4 of 4) sorted by relevance
29 100.0 * currentBytes / totalBytes); in updateProgress()30 if (currentBytes == totalBytes) in updateProgress()38 totalBytes = bytes; in start()
38 std::int64_t totalBytes = 0; member in host_tool::ProgressStdoutIndicator
153 const auto totalBytes = cfgData.size(); in programCfg() local160 if (bytesWritten >= totalBytes) in programCfg()166 auto remaining = static_cast<diff_t>(totalBytes - bytesWritten); in programCfg()242 const auto totalBytes = cfgData.size(); in verifyCfg() local250 if (bytesVerified >= totalBytes) in verifyCfg()256 auto remaining = static_cast<diff_t>(totalBytes - bytesVerified); in verifyCfg()
8 size_t totalBytes; // just an interesting statistic