Searched refs:test_index (Results 1 – 2 of 2) sorted by relevance
13 extern int test_index;46 test_flags[test_index++] = 0; in verify_results_q7()48 test_flags[test_index++] = 1; in verify_results_q7()71 test_flags[test_index++] = 0; in verify_results_q15()73 test_flags[test_index++] = 1; in verify_results_q15()
50 int test_index = 0; variable66 for (test_index = 0; test_index<50; test_index++) { in main()67 test_flags[test_index] = -1; in main()69 test_index = 0; in main()787 test_index = 0; in main()788 while (test_flags[test_index] != -1) { in main()789 if (test_flags[test_index]) { in main()792 test_index ++; in main()