Lines Matching refs:do_test
79 do_test (size_t align1, size_t align2, size_t len, int max_char, in do_test() function
227 do_test (i, i, i, 127, 0); in test_locale()
228 do_test (i, i, i, 127, 1); in test_locale()
229 do_test (i, i, i, 127, -1); in test_locale()
234 do_test (0, 0, 2 << i, 127, 0); in test_locale()
235 do_test (0, 0, 2 << i, 254, 0); in test_locale()
236 do_test (0, 0, 2 << i, 127, 1); in test_locale()
237 do_test (0, 0, 2 << i, 254, 1); in test_locale()
238 do_test (0, 0, 2 << i, 127, -1); in test_locale()
239 do_test (0, 0, 2 << i, 254, -1); in test_locale()
244 do_test (i, 2 * i, 8 << i, 127, 0); in test_locale()
245 do_test (2 * i, i, 8 << i, 254, 0); in test_locale()
246 do_test (i, 2 * i, 8 << i, 127, 1); in test_locale()
247 do_test (2 * i, i, 8 << i, 254, 1); in test_locale()
248 do_test (i, 2 * i, 8 << i, 127, -1); in test_locale()
249 do_test (2 * i, i, 8 << i, 254, -1); in test_locale()