Lines Matching refs:test_n

847 ULONG                                               test_n;  in tx_test_thread_host_simulation_entry()  local
985 for (test_n = 0; test_n < 8; test_n ++) in tx_test_thread_host_simulation_entry()
988 test_cmp[4] = (UCHAR)(test_n + '0'); in tx_test_thread_host_simulation_entry()
990 UX_TEST_ASSERT(buffer_log[test_n].length == 16); in tx_test_thread_host_simulation_entry()
992 status = _ux_utility_memory_compare(buffer_log[test_n].data, test_cmp, 6); in tx_test_thread_host_simulation_entry()
996 for(;test_n < buffer_log_count; test_n ++) in tx_test_thread_host_simulation_entry()
999 UX_TEST_ASSERT(buffer_log[test_n].length == 0); in tx_test_thread_host_simulation_entry()
1034 for (test_n = 0; test_n < 4; test_n ++) in tx_test_thread_host_simulation_entry()
1037 test_cmp[4] = (UCHAR)(test_n + '0'); in tx_test_thread_host_simulation_entry()
1039 UX_TEST_ASSERT(buffer_log[test_n].length == 20); in tx_test_thread_host_simulation_entry()
1041 status = _ux_utility_memory_compare(buffer_log[test_n].data, test_cmp, 6); in tx_test_thread_host_simulation_entry()
1046 for (; test_n < 14; test_n ++) in tx_test_thread_host_simulation_entry()
1049 test_cmp[6] = (UCHAR)(((10 - (test_n - 4)) % 26) + 'A'); in tx_test_thread_host_simulation_entry()
1051 UX_TEST_ASSERT(buffer_log[test_n].length == 32); in tx_test_thread_host_simulation_entry()
1053 status = _ux_utility_memory_compare(buffer_log[test_n].data, test_cmp, 8); in tx_test_thread_host_simulation_entry()
1057 for(;test_n < buffer_log_count; test_n ++) in tx_test_thread_host_simulation_entry()
1060 UX_TEST_ASSERT(buffer_log[test_n].length == 0); in tx_test_thread_host_simulation_entry()
1086 for (test_n = 0; test_n < 6; test_n ++) in tx_test_thread_host_simulation_entry()
1090 UX_TEST_ASSERT(temp == (test_n + '0')); in tx_test_thread_host_simulation_entry()
1097 for (test_n = 0; test_n < 10; test_n ++) in tx_test_thread_host_simulation_entry()
1101 UX_TEST_ASSERT(temp == (test_n + '0')); in tx_test_thread_host_simulation_entry()
1116 for (test_n = 0; test_n < 10; test_n ++) in tx_test_thread_host_simulation_entry()
1118 test_cmp[0] = (UCHAR)(test_n + '0'); in tx_test_thread_host_simulation_entry()
1124 for (test_n = 0; test_n < 7; test_n ++) in tx_test_thread_host_simulation_entry()
1129 UX_TEST_ASSERT(temp == (test_n + '0')); in tx_test_thread_host_simulation_entry()
1150 for (test_n = 0; test_n < 4; test_n ++) in tx_test_thread_host_simulation_entry()
1155 test_cmp[0] = (UCHAR)(test_n * 2 + '0'); in tx_test_thread_host_simulation_entry()
1156 test_cmp[1] = (UCHAR)(test_n * 2 + '1'); in tx_test_thread_host_simulation_entry()
1175 for (test_n = 0; test_n < 3; test_n ++) in tx_test_thread_host_simulation_entry()
1180 test_cmp[0] = (UCHAR)(test_n * 3 + '0'); in tx_test_thread_host_simulation_entry()
1181 test_cmp[1] = (UCHAR)(test_n * 3 + '1'); in tx_test_thread_host_simulation_entry()
1182 test_cmp[2] = (UCHAR)(test_n * 3 + '2'); in tx_test_thread_host_simulation_entry()
1201 for (test_n = 0; test_n < 3; test_n ++) in tx_test_thread_host_simulation_entry()
1206 test_cmp[0] = ((test_n * 4 + 0) % 10) + '0'; in tx_test_thread_host_simulation_entry()
1207 test_cmp[1] = ((test_n * 4 + 1) % 10) + '0'; in tx_test_thread_host_simulation_entry()
1208 test_cmp[2] = ((test_n * 4 + 2) % 10) + '0'; in tx_test_thread_host_simulation_entry()
1209 test_cmp[3] = ((test_n * 4 + 3) % 10) + '0'; in tx_test_thread_host_simulation_entry()