Home
last modified time | relevance | path

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

/openssl/test/
H A Dsafe_math_test.c296 } test_muldiv_ints[] = { variable
317 const int a = test_muldiv_ints[n].a; in test_int_muldiv()
318 const int b = test_muldiv_ints[n].b; in test_int_muldiv()
319 const int c = test_muldiv_ints[n].c; in test_int_muldiv()
324 if (!TEST_int_eq(err, test_muldiv_ints[n].err) in test_int_muldiv()
369 ADD_ALL_TESTS(test_int_muldiv, OSSL_NELEM(test_muldiv_ints)); in setup_tests()

Completed in 4 milliseconds