Home
last modified time | relevance | path

Searched refs:mem_count (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_device_initialize_tests.c711 ULONG mem_count; in test_application_define() local
792 mem_count = ux_test_utility_sim_mem_alloc_count(); in test_application_define()
798 for (test_n = 0; test_n < mem_count; test_n ++) in test_application_define()
801 stepinfo(" .memTest %2ld / %2ld\n", test_n, mem_count - 1); in test_application_define()
1004 mem_count = ux_test_utility_sim_mem_alloc_count(); in test_application_define()
1008 for (test_n = 0; test_n < mem_count; test_n ++) in test_application_define()
1010 stepinfo(" .dStackMEM %2ld / %2ld\n", test_n, mem_count - 1); in test_application_define()
Dusbx_test_USBX_142_DTR_callback.c419 ULONG mem_count; in test_application_define() local