Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dutils_module_tests.c225 int test3_res[] = { -1, 1, 2, 3, 4, 0 }; in int_array_tests() local
236 len = int_array_len(test3_res); in int_array_tests()
239 else if (os_memcmp(test3, test3_res, len * sizeof(int)) != 0) in int_array_tests()