HomeSort by: relevance | last modified time | path
    Searched defs:test_muldiv_uints (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
safe_math_test.c 337 } test_muldiv_uints[] = { variable in typeref:struct:__anon749
351 const unsigned int a = test_muldiv_uints[n].a;
352 const unsigned int b = test_muldiv_uints[n].b;
353 const unsigned int c = test_muldiv_uints[n].c;
358 if (!TEST_int_eq(err, test_muldiv_uints[n].err)
372 ADD_ALL_TESTS(test_uint_muldiv, OSSL_NELEM(test_muldiv_uints));

Completed in 14 milliseconds