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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c129 int my_tests_count, i; local
289 my_tests_count = (sizeof( g_tests ) / sizeof( g_tests[0] ));
290 for ( i = 0; i < (my_tests_count - 1); i++ ) {
355 int my_tests_count, is_range = 0, i; local
362 my_tests_count = (sizeof( g_tests ) / sizeof( g_tests[0] ));
363 for ( i = 0; i < (my_tests_count - 1); i++ ) {
490 int i, my_tests_count; local
492 my_tests_count = (sizeof( g_tests ) / sizeof( g_tests[0] ));
495 for ( i = 0; i < (my_tests_count - 1); i++ ) {
505 int my_tests_count, local
[all...]

Completed in 100 milliseconds