Home
last modified time | relevance | path

Searched refs:n_tests (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/scripts/simplebench/
H A Dsimplebench.py128 n_tests = len(test_envs) * len(test_cases)
131 print('Testing {}/{}: {} :: {}'.format(n, n_tests,
/openbmc/qemu/tests/tcg/multiarch/
H A Dnoexec.c.inc108 static int test_noexec(struct noexec_test *tests, size_t n_tests)
129 for (i = 0; i < n_tests; i++) {
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c276 static void radeon_wait_pll_lock(struct drm_encoder *encoder, unsigned n_tests, in radeon_wait_pll_lock() argument
289 for (i = 0; i < n_tests; i++) { in radeon_wait_pll_lock()
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c1272 int n_tests = sizeof(uffd_tests) / sizeof(uffd_test_case_t); in main() local
1309 for (i = 0; i < n_tests; i++) { in main()