Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_class_hid_basic_memory_test.c247 static ULONG rsc_hid_mem_alloc_count; variable
734 rsc_hid_mem_alloc_count = alloc_count - rsc_enum_mem_alloc_count; in tx_demo_thread_host_simulation_entry()
737 stepinfo("hid mem : %ld\n", rsc_hid_mem_alloc_count); in tx_demo_thread_host_simulation_entry()
753 if (rsc_hid_mem_alloc_count) stepinfo(">>>>>>>>>> Memory errors enumeration test\n"); in tx_demo_thread_host_simulation_entry()
755 for (test_n = 0; test_n < rsc_hid_mem_alloc_count; test_n ++) in tx_demo_thread_host_simulation_entry()
758 stepinfo("%4ld / %4ld\n", test_n, rsc_hid_mem_alloc_count - 1); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_receiver_memory_test.c247 static ULONG rsc_hid_mem_alloc_count; variable
729 rsc_hid_mem_alloc_count = alloc_count - rsc_enum_mem_alloc_count; in tx_demo_thread_host_simulation_entry()
732 stepinfo("hid mem : %ld\n", rsc_hid_mem_alloc_count); in tx_demo_thread_host_simulation_entry()
748 if (rsc_hid_mem_alloc_count) stepinfo(">>>>>>>>>> Memory errors enumeration test\n"); in tx_demo_thread_host_simulation_entry()
750 for (test_n = 0; test_n < rsc_hid_mem_alloc_count; test_n ++) in tx_demo_thread_host_simulation_entry()
753 stepinfo("%4ld / %4ld\n", test_n, rsc_hid_mem_alloc_count - 1); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_basic_memory_test.c247 static ULONG rsc_hid_mem_alloc_count; variable
728 rsc_hid_mem_alloc_count = alloc_count - rsc_enum_mem_alloc_count; in tx_demo_thread_host_simulation_entry()
731 stepinfo("hid mem : %ld\n", rsc_hid_mem_alloc_count); in tx_demo_thread_host_simulation_entry()
747 if (rsc_hid_mem_alloc_count) stepinfo(">>>>>>>>>> Memory errors enumeration test\n"); in tx_demo_thread_host_simulation_entry()
749 for (test_n = 0; test_n < rsc_hid_mem_alloc_count; test_n ++) in tx_demo_thread_host_simulation_entry()
752 stepinfo("%4ld / %4ld\n", test_n, rsc_hid_mem_alloc_count - 1); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_report_test.c196 static ULONG rsc_hid_mem_alloc_count; variable