Home
last modified time | relevance | path

Searched refs:ARRAY_COUNT (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_hid_keyboard_key_with_report_id_test.c81 0x25, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array), // LOGICAL_MAXIMUM ()
84 0x29, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array), // USAGE_MAXIMUM ()
391 for (i = 1; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_host_simulation_entry()
415 for (i = 1; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_host_simulation_entry()
441 for (i = 0; i < ARRAY_COUNT(ux_host_class_hid_keyboard_numlock_on_array); i++) in tx_demo_thread_host_simulation_entry()
459 for (i = 0; i < ARRAY_COUNT(ux_host_class_hid_keyboard_numlock_off_array); i++) in tx_demo_thread_host_simulation_entry()
572 for (i = 1; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry()
606 for (i = 1; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry()
Dusbx_hid_keyboard_key_test.c120 0x25, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array) + 1, // LOGICAL_MAXIMUM ()
123 0x29, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array) + 1, // USAGE_MAXIMUM ()
507 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_host_simulation_entry()
544 for (i = 0; i < ARRAY_COUNT(ux_host_class_hid_keyboard_numlock_on_array); i++) in tx_demo_thread_host_simulation_entry()
566 for (i = 0; i < ARRAY_COUNT(ux_host_class_hid_keyboard_numlock_off_array); i++) in tx_demo_thread_host_simulation_entry()
635 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_host_simulation_entry()
810 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry()
864 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry()
1083 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry()
1122 …hid_event.ux_device_class_hid_event_buffer[2] = ARRAY_COUNT(ux_host_class_hid_keyboard_regular_arr… in tx_demo_thread_slave_simulation_entry()
Dusbx_ux_host_class_hid_descriptor_parse_test6.c197 UINT dummy_framework_high_speed_length = ARRAY_COUNT(dummy_configuration_descriptor); in ux_hcd_sim_host_entry_filter()
205 …t -> ux_transfer_request_data_pointer, dummy_configuration_descriptor, ARRAY_COUNT(dummy_configura… in ux_hcd_sim_host_entry_filter()
Dusbx_ux_host_class_hid_descriptor_parse_test5.c198 UINT dummy_framework_high_speed_length = ARRAY_COUNT(dummy_configuration_descriptor); in ux_hcd_sim_host_entry_filter()
206 …t -> ux_transfer_request_data_pointer, dummy_configuration_descriptor, ARRAY_COUNT(dummy_configura… in ux_hcd_sim_host_entry_filter()
Dusbx_test_common_hid.h17 #define ARRAY_COUNT(array) (sizeof(array)/sizeof(array[0])) macro
Dusbx_ux_host_class_hid_keyboard_ioctl_test.c95 0x25, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array) + 1, // LOGICAL_MAXIMUM ()
98 0x29, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array) + 1, // USAGE_MAXIMUM ()
Dusbx_ux_host_class_hid_descriptor_parse_test7.c182 …t -> ux_transfer_request_data_pointer, dummy_configuration_descriptor, ARRAY_COUNT(dummy_configura… in ux_hcd_sim_host_entry_filter()
Dusbx_storage_tests.c179 #define DEVICE_FRAMEWORK_LENGTH_FULL_SPEED ARRAY_COUNT(device_framework_full_speed)
227 #define DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED ARRAY_COUNT(device_framework_high_speed)
2765 for (i = 0; i < ARRAY_COUNT(all_actions); i++) in test_unit_ready_test()
2939 if (i == ARRAY_COUNT(multi_lun_actions) - 1) in test_unit_ready_test()
3573 for (i = 0; i < ARRAY_COUNT(partition_types); i++) in first_sector_non_boot_test()
3689 for (lun_idx = 0; lun_idx < ARRAY_COUNT(madltt_media_types); lun_idx++) in dltt_test_every_lun_type_permutation()
3714 …for (lun_idx = 0; lun_idx < ARRAY_COUNT(global_persistent_slave_storage->ux_slave_class_storage_lu… in dltt_test_every_lun_type_permutation()
4027 …for (; first_sector_different_signatures_test_num < ARRAY_COUNT(first_sector_different_signatures_… in first_sector_different_signatures_test()
4642 for (i = 1; i < (ARRAY_COUNT(actions) - 1); i++) in ux_host_class_storage_start_stop_test()
5344 for (i = 0; i < ARRAY_COUNT(lbas); i++) in synchronize_cache_test()
[all …]
Dusbx_hid_remote_control_tests.c661 for (i = 0; i < ARRAY_COUNT(tests); i++) in test_main_thread_entry()
Dux_test.h46 #define ARRAY_COUNT(array) (sizeof(array)/sizeof(array[0])) macro