Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 40) sorted by relevance

12

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_video_basic_tests.c838 ULONG loop; in tx_test_thread_host_simulation_entry() local
852 for (loop = 0; loop < 100; loop ++) in tx_test_thread_host_simulation_entry()
915 for (loop = 0; loop < 100; loop ++) in tx_test_thread_host_simulation_entry()
980 for(loop = 0; loop < parser.parsed_count; loop++) in tx_test_thread_host_simulation_entry()
982 if (parser.parsed_interface[loop] != parser_check.parsed_interface[loop]) in tx_test_thread_host_simulation_entry()
985 parser.parsed_interface[loop], parser_check.parsed_interface[loop]); in tx_test_thread_host_simulation_entry()
988 if (parser.parsed_entity[loop] != parser_check.parsed_entity[loop]) in tx_test_thread_host_simulation_entry()
991 parser.parsed_entity[loop], parser_check.parsed_entity[loop]); in tx_test_thread_host_simulation_entry()
1072 for(loop = 0; loop < 34; loop++) parameter_u8[loop] = loop; in tx_test_thread_host_simulation_entry()
1100 for (loop = 0; loop < 34; loop ++) in tx_test_thread_host_simulation_entry()
[all …]
Dusbx_msrc_73492_host_vc_header_parse.c838 ULONG loop; in tx_test_thread_host_simulation_entry() local
853 for (loop = 0; loop < 100; loop ++) in tx_test_thread_host_simulation_entry()
916 for (loop = 0; loop < 100; loop ++) in tx_test_thread_host_simulation_entry()
981 for(loop = 0; loop < parser.parsed_count; loop++) in tx_test_thread_host_simulation_entry()
983 if (parser.parsed_interface[loop] != parser_check.parsed_interface[loop]) in tx_test_thread_host_simulation_entry()
986 parser.parsed_interface[loop], parser_check.parsed_interface[loop]); in tx_test_thread_host_simulation_entry()
989 if (parser.parsed_entity[loop] != parser_check.parsed_entity[loop]) in tx_test_thread_host_simulation_entry()
992 parser.parsed_entity[loop], parser_check.parsed_entity[loop]); in tx_test_thread_host_simulation_entry()
1009 for (loop = 0; loop < 100; loop ++) in tx_test_thread_host_simulation_entry()
1025 for (loop = 0; loop < 100; loop ++) in tx_test_thread_host_simulation_entry()
[all …]
Dusbx_msrc_81426_host_audio_type_get_fail_ac_link_test.c804 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
806 while(loop) in test_wait_until_expected()
814 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
816 while(loop) in test_wait_until_not_expected()
824 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
825 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_msrc_81184_host_audio_desc_validate_test.c792 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
794 while(loop) in test_wait_until_expected()
802 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
804 while(loop) in test_wait_until_not_expected()
812 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
813 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_msrc_81428_81429_host_audio_ac_search_test.c804 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
806 while(loop) in test_wait_until_expected()
814 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
816 while(loop) in test_wait_until_not_expected()
824 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
825 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_ux_device_class_cdc_ecm_change_test.c123 static UINT _wait_host_inst_change_to(ULONG loop, UCHAR available) in _wait_host_inst_change_to() argument
125 while(loop --) in _wait_host_inst_change_to()
Dusbx_audio10_iad_device_control_test.c828 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
830 while(loop) in test_wait_until_expected()
838 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
840 while(loop) in test_wait_until_not_expected()
848 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
849 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_audio10_iad_device_interrupt_test.c838 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
840 while(loop) in test_wait_until_expected()
848 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
850 while(loop) in test_wait_until_not_expected()
858 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
859 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_ux_host_class_video_dwMaxPayloadTransferSize_test.c651 ULONG loop; in tx_test_thread_host_simulation_entry() local
662 for (loop = 0; loop < 100; loop ++) in tx_test_thread_host_simulation_entry()
Dusbx_audio10_iad_device_basic_test.c795 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
797 while(loop) in test_wait_until_expected()
805 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
807 while(loop) in test_wait_until_not_expected()
815 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
816 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_ux_device_class_cdc_ecm_activate_test.c123 static UINT _wait_host_inst_change_to(ULONG loop, UCHAR available) in _wait_host_inst_change_to() argument
125 while(loop --) in _wait_host_inst_change_to()
Dusbx_audio10_device_basic_test.c820 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
822 while(loop) in test_wait_until_expected()
830 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
832 while(loop) in test_wait_until_not_expected()
840 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
841 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_ux_device_class_video_basic_tests.c799 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
801 while(loop) in test_wait_until_expected()
809 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
811 while(loop) in test_wait_until_not_expected()
819 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
820 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_audio10_device_feedback_test.c899 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
901 while(loop) in test_wait_until_expected()
909 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
911 while(loop) in test_wait_until_not_expected()
919 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
920 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_audio20_device_controls_test.c936 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
938 while(loop) in test_wait_until_expected()
946 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
948 while(loop) in test_wait_until_not_expected()
956 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
957 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_ux_host_class_video_format_frame_based_test.c743 ULONG loop; in tx_test_thread_host_simulation_entry() local
756 for (loop = 0; loop < 100; loop ++) in tx_test_thread_host_simulation_entry()
Dusbx_ux_host_class_video_format_h264_test.c766 ULONG loop; in tx_test_thread_host_simulation_entry() local
779 for (loop = 0; loop < 100; loop ++) in tx_test_thread_host_simulation_entry()
Dusbx_audio10_iad_host_basic_test.c938 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
940 while(loop) in test_wait_until_expected()
948 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
950 while(loop) in test_wait_until_not_expected()
958 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
959 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_audio20_device_basic_test.c845 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
847 while(loop) in test_wait_until_expected()
855 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
857 while(loop) in test_wait_until_not_expected()
865 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
866 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_msrc_81206_81225_ecm_multiple_data_reject_test.c361 static UINT _wait_host_inst_change_to(ULONG loop, UCHAR available) in _wait_host_inst_change_to() argument
363 while(loop --) in _wait_host_inst_change_to()
Dusbx_audio20_device_feedback_test.c948 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
950 while(loop) in test_wait_until_expected()
958 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
960 while(loop) in test_wait_until_not_expected()
968 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
969 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_audio20_host_basic_test.c1112 static UINT test_wait_until_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_expected() argument
1114 while(loop) in test_wait_until_expected()
1122 static UINT test_wait_until_not_expected(VOID **ptr, ULONG loop, VOID *expected) in test_wait_until_not_expected() argument
1124 while(loop) in test_wait_until_not_expected()
1132 #define test_wait_until_not_null(ptr, loop) test_wait_until_not_expected(ptr, loop, UX_NULL) argument
1133 #define test_wait_until_null(ptr, loop) test_wait_until_expected(ptr, loop, UX_NULL) argument
Dusbx_msrc_81691_standalone_host_stack_enum_double_free_test.c420 ULONG loop; in tx_test_thread_host_simulation_entry() local
Dusbx_msrc_81231_host_prolific_inst_free_tests.c423 ULONG loop; in tx_test_thread_host_simulation_entry() local
Dusbx_msrc_81232_host_gser_inst_free_tests.c415 ULONG loop; in tx_test_thread_host_simulation_entry() local

12