Lines Matching refs:totallen
138 static void __bench_mem_routine(struct bench_mem_info *info, int r_idx, size_t len, double totallen) in __bench_mem_routine() argument
174 / totallen); in __bench_mem_routine()
177 / totallen); in __bench_mem_routine()
188 / totallen); in __bench_mem_routine()
199 (double)result_cycle[0] / totallen, in __bench_mem_routine()
200 (double)result_cycle[1] / totallen); in __bench_mem_routine()
208 / totallen); in __bench_mem_routine()
226 double totallen; in bench_mem_common() local
240 totallen = (double)len * iterations; in bench_mem_common()
253 __bench_mem_routine(info, i, len, totallen); in bench_mem_common()
271 __bench_mem_routine(info, i, len, totallen); in bench_mem_common()