Lines Matching refs:test_cmp
855 UCHAR test_cmp[32]; in tx_test_thread_host_simulation_entry() local
981 _ux_utility_memory_set(test_cmp, 0, 16); in tx_test_thread_host_simulation_entry()
982 _ux_utility_memory_copy(test_cmp, "test", 4); in tx_test_thread_host_simulation_entry()
988 test_cmp[4] = (UCHAR)(test_n + '0'); in tx_test_thread_host_simulation_entry()
992 status = _ux_utility_memory_compare(buffer_log[test_n].data, test_cmp, 6); in tx_test_thread_host_simulation_entry()
1030 _ux_utility_memory_set(test_cmp, 0, 32); in tx_test_thread_host_simulation_entry()
1033 _ux_utility_memory_copy(test_cmp, "test", 4); in tx_test_thread_host_simulation_entry()
1037 test_cmp[4] = (UCHAR)(test_n + '0'); in tx_test_thread_host_simulation_entry()
1041 status = _ux_utility_memory_compare(buffer_log[test_n].data, test_cmp, 6); in tx_test_thread_host_simulation_entry()
1045 _ux_utility_memory_copy(test_cmp, "insert", 6); in tx_test_thread_host_simulation_entry()
1049 test_cmp[6] = (UCHAR)(((10 - (test_n - 4)) % 26) + 'A'); in tx_test_thread_host_simulation_entry()
1053 status = _ux_utility_memory_compare(buffer_log[test_n].data, test_cmp, 8); in tx_test_thread_host_simulation_entry()
1118 test_cmp[0] = (UCHAR)(test_n + '0'); in tx_test_thread_host_simulation_entry()
1119 slave_audio_rx_simulate_one_frame(test_cmp, 1); in tx_test_thread_host_simulation_entry()
1155 test_cmp[0] = (UCHAR)(test_n * 2 + '0'); in tx_test_thread_host_simulation_entry()
1156 test_cmp[1] = (UCHAR)(test_n * 2 + '1'); in tx_test_thread_host_simulation_entry()
1157 UX_TEST_CHECK_SUCCESS(_ux_utility_memory_compare(test_cmp, &temp, 2)); in tx_test_thread_host_simulation_entry()
1180 test_cmp[0] = (UCHAR)(test_n * 3 + '0'); in tx_test_thread_host_simulation_entry()
1181 test_cmp[1] = (UCHAR)(test_n * 3 + '1'); in tx_test_thread_host_simulation_entry()
1182 test_cmp[2] = (UCHAR)(test_n * 3 + '2'); in tx_test_thread_host_simulation_entry()
1183 UX_TEST_CHECK_SUCCESS(_ux_utility_memory_compare(test_cmp, &temp, 3)); in tx_test_thread_host_simulation_entry()
1206 test_cmp[0] = ((test_n * 4 + 0) % 10) + '0'; in tx_test_thread_host_simulation_entry()
1207 test_cmp[1] = ((test_n * 4 + 1) % 10) + '0'; in tx_test_thread_host_simulation_entry()
1208 test_cmp[2] = ((test_n * 4 + 2) % 10) + '0'; in tx_test_thread_host_simulation_entry()
1209 test_cmp[3] = ((test_n * 4 + 3) % 10) + '0'; in tx_test_thread_host_simulation_entry()
1210 UX_TEST_CHECK_SUCCESS(_ux_utility_memory_compare(test_cmp, &temp, 4)); in tx_test_thread_host_simulation_entry()