Searched refs:pg_sz (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/benchtests/ |
D | bench-strcmp.c | 215 size_t pg_sz = getpagesize (); in test_main() local 251 do_test (&json_ctx, pg_sz / 2, pg_sz / 2 - CHARBYTES, i, MIDCHAR, 0, in test_main() 253 do_test (&json_ctx, pg_sz / 2 - CHARBYTES, pg_sz / 2, i, MIDCHAR, 0, in test_main() 256 do_test (&json_ctx, pg_sz - (i * CHARBYTES), 0, i, MIDCHAR, 0, k); in test_main() 257 do_test (&json_ctx, 0, pg_sz - (i * CHARBYTES), i, MIDCHAR, 0, k); in test_main() 262 do_test (&json_ctx, pg_sz - j, 0, i, MIDCHAR, 0, k); in test_main() 263 do_test (&json_ctx, 0, pg_sz - j, i, MIDCHAR, 0, k); in test_main() 265 do_test (&json_ctx, pg_sz - j, pg_sz - j / 2, i, MIDCHAR, 0, k); in test_main() 266 do_test (&json_ctx, pg_sz - j / 2, pg_sz - j, i, MIDCHAR, 0, k); in test_main()
|
D | bench-strncmp.c | 323 size_t pg_sz = getpagesize (); in test_main() local 375 do_test (&json_ctx, pg_sz / 2, pg_sz / 2 - CHARBYTES, i, i + len, in test_main() 377 do_test (&json_ctx, pg_sz / 2 - CHARBYTES, pg_sz / 2, i, i + len, in test_main() 380 do_test (&json_ctx, pg_sz - (i * CHARBYTES), 0, i, i + len, 127, in test_main() 382 do_test (&json_ctx, 0, pg_sz - (i * CHARBYTES), i, i + len, 127, in test_main() 388 do_test (&json_ctx, pg_sz - j, 0, i, i + len, 127, 0); in test_main() 389 do_test (&json_ctx, 0, pg_sz - j, i, i + len, 127, 0); in test_main() 391 do_test (&json_ctx, pg_sz - j, pg_sz - j / 2, i, i + len, in test_main() 393 do_test (&json_ctx, pg_sz - j / 2, pg_sz - j, i, i + len, in test_main()
|