Searched refs:my_tests_count (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmain.c154 int my_tests_count, i; local
321 my_tests_count = (sizeof( g_tests ) / sizeof( g_tests[0] ));
322 for ( i = 0; i < (my_tests_count - 1); i++ ) {
381 int my_tests_count, is_range = 0, i; local
388 my_tests_count = (sizeof( g_tests ) / sizeof( g_tests[0] ));
389 for ( i = 0; i < (my_tests_count - 1); i++ ) {
516 int my_tests_count, i; local
518 my_tests_count = (sizeof( g_tests ) / sizeof( g_tests[0] ));
519 my_end = (my_end < (my_tests_count - 1)) ? my_end : (my_tests_count
629 int i, my_tests_count; local
[all...]

Completed in 171 milliseconds