Searched refs:tot (Results 1 – 4 of 4) sorted by relevance
133 uint64_t tot = 0U; in main() local164 tot += whole; in main()165 avg = tot / (runs - 10); in main()167 tot = 0U; in main()
90 uint64_t tot = 0, totsq = 0; in calc_stats() local97 tot += array[i]; in calc_stats()100 *mean = (uint32_t)((tot + (n / 2)) / n); in calc_stats()
151 uint32_t tot = r->total_allocs + r->total_frees; in log_result() local152 uint32_t avg = (uint32_t)((r->accumulated_in_use_bytes + tot/2) / tot); in log_result()
337 tot = 1 + int(runx("awk '/HugePages_Total/ {print $2}' /proc/meminfo"))