Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_utility_unicode_to_string_test.c334 #define TEST_STR_LEN (sizeof(TEST_STR)) /* Including null terminator */ in ux_test_thread_simulation_0_entry() macro
344 if (u_buffer[0] != TEST_STR_LEN) in ux_test_thread_simulation_0_entry()
346 printf("ERROR #%d: expected 0x%x but got 0x%x\n", __LINE__, TEST_STR_LEN, u_buffer[0]); in ux_test_thread_simulation_0_entry()
348 for (i = 0, j = 1; i < TEST_STR_LEN; i ++, j += 2) in ux_test_thread_simulation_0_entry()
371 for (i = 0; i < TEST_STR_LEN; i ++) in ux_test_thread_simulation_0_entry()