Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dsafe_math_test.c132 } test_uints[] = { variable
149 const unsigned int a = test_uints[n].a, b = test_uints[n].b; in test_uint_ops()
153 if (!TEST_int_eq(err, test_uints[n].sum_err) in test_uint_ops()
159 if (!TEST_int_eq(err, test_uints[n].sub_err) in test_uint_ops()
165 if (!TEST_int_eq(err, test_uints[n].mul_err) in test_uint_ops()
171 if (!TEST_int_eq(err, test_uints[n].div_err) in test_uint_ops()
177 if (!TEST_int_eq(err, test_uints[n].mod_err) in test_uint_ops()
183 if (!TEST_int_eq(err, test_uints[n].div_round_up_err) in test_uint_ops()
369 ADD_ALL_TESTS(test_uint_ops, OSSL_NELEM(test_uints)); in setup_tests()
/src/contrib/libcbor/test/
H A Dcopy_test.c14 static void test_uints(void **_CBOR_UNUSED(_state)) { in test_uints() function
440 cmocka_unit_test(test_uints), in main()