Searched refs:MIDCHAR (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/benchtests/ |
D | bench-strcmp.c | 31 # define MIDCHAR 0x7fffffff macro 59 # define MIDCHAR 0x7f macro 238 do_test (&json_ctx, CHARBYTES * i, CHARBYTES * i, i, MIDCHAR, 0, k); in test_main() 239 do_test (&json_ctx, CHARBYTES * i, CHARBYTES * i, i, MIDCHAR, 1, k); in test_main() 240 do_test (&json_ctx, CHARBYTES * i, CHARBYTES * i, i, MIDCHAR, -1, k); in test_main() 246 do_test (&json_ctx, 0, 0, i, MIDCHAR, 0, k); in test_main() 247 do_test (&json_ctx, i * CHARBYTES, 0, i, MIDCHAR, 0, k); in test_main() 248 do_test (&json_ctx, 0, i * CHARBYTES, i, MIDCHAR, 0, k); in test_main() 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() [all …]
|
/glibc-2.36/string/ |
D | test-strcmp.c | 45 # define MIDCHAR 0x7fffffff macro 83 # define MIDCHAR 0x7f macro 408 do_test (CHARBYTES * i, CHARBYTES * i, i, MIDCHAR, 0); in test_main() 409 do_test (CHARBYTES * i, CHARBYTES * i, i, MIDCHAR, 1); in test_main() 410 do_test (CHARBYTES * i, CHARBYTES * i, i, MIDCHAR, -1); in test_main() 415 do_test (0, 0, 2 << i, MIDCHAR, 0); in test_main() 417 do_test (0, 0, 2 << i, MIDCHAR, 1); in test_main() 419 do_test (0, 0, 2 << i, MIDCHAR, -1); in test_main() 421 do_test (0, CHARBYTES * i, 2 << i, MIDCHAR, 1); in test_main() 427 do_test (CHARBYTES * i, 2 * CHARBYTES * i, 8 << i, MIDCHAR, 0); in test_main() [all …]
|