Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/sched/src/
Dmain.c133 uint64_t tot = 0U; in main() local
164 tot += whole; in main()
165 avg = tot / (runs - 10); in main()
167 tot = 0U; in main()
/Zephyr-latest/samples/kernel/metairq_dispatch/src/
Dmain.c90 uint64_t tot = 0, totsq = 0; in calc_stats() local
97 tot += array[i]; in calc_stats()
100 *mean = (uint32_t)((tot + (n / 2)) / n); in calc_stats()
/Zephyr-latest/tests/lib/heap/src/
Dmain.c151 uint32_t tot = r->total_allocs + r->total_frees; in log_result() local
152 uint32_t avg = (uint32_t)((r->accumulated_in_use_bytes + tot/2) / tot); in log_result()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py337 tot = 1 + int(runx("awk '/HugePages_Total/ {print $2}' /proc/meminfo"))