Searched refs:n_runs_ (Results 1 – 2 of 2) sorted by relevance
3314 n_runs_(0), in Progress()3341 n_runs_ = strtol(lines[0].c_str(), &ptr, 10); in Load()3343 if (n_runs_ <= 0 || average_max_ <= 0 || n_runs_ > STATS_MAX_N_RUNS || in Load()3352 MYLOGI("Average max progress: %d in %d runs; estimated max: %d\n", average_max_, n_runs_, max_); in Load()3356 int32_t total = n_runs_ * average_max_ + progress_; in Save()3357 int32_t runs = n_runs_ + 1; in Save()3404 dprintf(fd, "%sn_runs: %d\n", pr, n_runs_); in Dump()
151 int32_t n_runs_; variable