Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_client_calibrate_test.c27 static UINT test_index; variable
258 &test_timestamps[test_index].delay_request, NX_NULL, callback_data); in clock_callback()
279 … for (test_index = 0; test_index < sizeof(test_timestamps) / sizeof(TEST_TIMESTAMP); test_index++) in ntest_0_entry()
291 expected_utc_offset = 0x1234 + test_index; in ntest_0_entry()
292 calibrate_timestamp(&test_timestamps[test_index], &expected_time); in ntest_0_entry()
/NetX-Duo-v6.2.1/test/regression/crypto_test/
Dcryptotestcontrol.c238 static UINT test_index = 0; variable
257 while (test_control_tests[test_index].test_entry != NX_CRYPTO_NULL) in fork_child()
289 test_index++; in fork_child()
304 alarm(test_control_tests[test_index].timeout / NX_IP_PERIODIC_RATE); in fork_child()
326 (test_control_tests[test_index].test_entry)(first_unused_memory); in tx_application_define()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnetxtestcontrol.c526 static UINT test_index = 0; variable
545 while (test_control_tests[test_index].test_entry != TX_NULL) in fork_child()
577 test_index++; in fork_child()
592 alarm(test_control_tests[test_index].timeout / NX_IP_PERIODIC_RATE); in fork_child()
614 (test_control_tests[test_index].test_entry)(first_unused_memory); in tx_application_define()
/NetX-Duo-v6.2.1/test/regression/test/
Dnetxtestcontrol.c2685 static UINT test_index = 0; variable
2704 while (test_control_tests[test_index].test_entry != TX_NULL) in fork_child()
2737 test_index++; in fork_child()
2752 alarm(test_control_tests[test_index].timeout / NX_IP_PERIODIC_RATE); in fork_child()
2776 (test_control_tests[test_index].test_entry)(first_unused_memory); in tx_application_define()