Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/tools/
H A Dprogress.cpp29 100.0 * currentBytes / totalBytes); in updateProgress()
30 if (currentBytes == totalBytes) in updateProgress()
38 totalBytes = bytes; in start()
H A Dprogress.hpp38 std::int64_t totalBytes = 0; member in host_tool::ProgressStdoutIndicator
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_xo5_cpld.cpp153 const auto totalBytes = cfgData.size(); in programCfg() local
160 if (bytesWritten >= totalBytes) in programCfg()
166 auto remaining = static_cast<diff_t>(totalBytes - bytesWritten); in programCfg()
242 const auto totalBytes = cfgData.size(); in verifyCfg() local
250 if (bytesVerified >= totalBytes) in verifyCfg()
256 auto remaining = static_cast<diff_t>(totalBytes - bytesVerified); in verifyCfg()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A Dfix-clang-private-operator.patch8 size_t totalBytes; // just an interesting statistic