Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
Di64operations.h34 int n_tests; member
42 int n_tests; member
Di64operations.c261 for (j = 0; j < pred->n_tests; ++j) { in compare_expect_int64()
303 printf(" %d tests performed, should be %d.\n", j, pred->n_tests); in compare_expect_int64()
313 for (j = 0; j < pred->n_tests; ++j) { in compare_expect_uint64()
353 printf(" %d tests performed, should be %d.\n", j, pred->n_tests); in compare_expect_uint64()
/external/valgrind/main/memcheck/tests/
Daddressable.c104 static const int n_tests = sizeof(tests)/sizeof(*tests); variable
116 for(i = 0; i < n_tests; i++) { in main()
/external/dbus/dbus/
Ddbus-marshal-validate-util.c44 int n_tests, in run_validity_tests() argument
49 for (i = 0; i < n_tests; i++) in run_validity_tests()