Searched refs:test3_res (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | utils_module_tests.c | 227 int test3_res[] = { -1, 1, 2, 3, 4, 0 }; in int_array_tests() local 238 len = int_array_len(test3_res); in int_array_tests() 241 else if (os_memcmp(test3, test3_res, len * sizeof(int)) != 0) in int_array_tests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | utils_module_tests.c | 227 int test3_res[] = { -1, 1, 2, 3, 4, 0 }; in int_array_tests() local 238 len = int_array_len(test3_res); in int_array_tests() 241 else if (os_memcmp(test3, test3_res, len * sizeof(int)) != 0) in int_array_tests()
|
Completed in 3 milliseconds