Lines Matching refs:sizes
55 static const uint32_t sizes[] = { 0, 16, 32, 48, 64, 80, 96, 112, 128 }; variable
148 for (int i = 0; i < array_length (sizes); i++) in bench_singlethread()
151 double r = sizes[i] == 0 in bench_singlethread()
152 ? bench_throughput () : bench_buf_throughput (sizes[i]); in bench_singlethread()
160 for (int i = 0; i < array_length (sizes); i++) in bench_singlethread()
163 double r = sizes[i] == 0 in bench_singlethread()
164 ? bench_latency () : bench_buf_latency (sizes[i]); in bench_singlethread()
194 char *fnames[array_length (sizes)]; in do_test()
195 for (int i = 0; i < array_length (sizes); i++) in do_test()
196 if (sizes[i] == 0) in do_test()
199 fnames[i] = xasprintf ("arc4random_buf(%u)", sizes[i]); in do_test()
212 for (int i = 0; i < array_length (sizes); i++) in do_test()