Lines Matching defs:state
38 void ReadWriteTest(benchmark::State& state, Fn f, bool buffered) { in ReadWriteTest()
67 void BM_stdio_fread(benchmark::State& state) { in BM_stdio_fread()
72 void BM_stdio_fwrite(benchmark::State& state) { in BM_stdio_fwrite()
77 void BM_stdio_fread_unbuffered(benchmark::State& state) { in BM_stdio_fread_unbuffered()
82 void BM_stdio_fwrite_unbuffered(benchmark::State& state) { in BM_stdio_fwrite_unbuffered()
88 static void FopenFgetlnFclose(benchmark::State& state, bool no_locking) { in FopenFgetlnFclose()
101 static void BM_stdio_fopen_fgetln_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_fgetln_fclose_locking()
106 void BM_stdio_fopen_fgetln_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_fgetln_fclose_no_locking()
112 static void FopenFgetsFclose(benchmark::State& state, bool no_locking) { in FopenFgetsFclose()
125 static void BM_stdio_fopen_fgets_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_fgets_fclose_locking()
130 void BM_stdio_fopen_fgets_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_fgets_fclose_no_locking()
135 static void FopenGetlineFclose(benchmark::State& state, bool no_locking) { in FopenGetlineFclose()
150 static void BM_stdio_fopen_getline_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_getline_fclose_locking()
155 void BM_stdio_fopen_getline_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_getline_fclose_no_locking()
160 static void FopenFgetcFclose(benchmark::State& state, bool no_locking) { in FopenFgetcFclose()
172 static void BM_stdio_fopen_fgetc_fclose_locking(benchmark::State& state) { in BM_stdio_fopen_fgetc_fclose_locking()
177 void BM_stdio_fopen_fgetc_fclose_no_locking(benchmark::State& state) { in BM_stdio_fopen_fgetc_fclose_no_locking()
182 static void BM_stdio_printf_literal(benchmark::State& state) { in BM_stdio_printf_literal()
190 static void BM_stdio_printf_s(benchmark::State& state) { in BM_stdio_printf_s()
199 static void BM_stdio_printf_d(benchmark::State& state) { in BM_stdio_printf_d()
207 static void BM_stdio_printf_1$s(benchmark::State& state) { in BM_stdio_printf_1$s()
216 static void BM_stdio_scanf_s(benchmark::State& state) { in BM_stdio_scanf_s()
224 static void BM_stdio_scanf_d(benchmark::State& state) { in BM_stdio_scanf_d()
233 static void BM_stdio_scanf_maps(benchmark::State& state) { in BM_stdio_scanf_maps()
301 static void BM_stdio_scanf_maps_baseline(benchmark::State& state) { in BM_stdio_scanf_maps_baseline()