Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/arm/
H A Daeabi_cdcmple_test.c37 int expected_z, expected_c; in test__aeabi_cdcmple() local
40 expected_c = 0; in test__aeabi_cdcmple()
43 expected_c = 1; in test__aeabi_cdcmple()
47 expected_c = 1; in test__aeabi_cdcmple()
51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple()
53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple()
60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
H A Daeabi_cfcmple_test.c37 int expected_z, expected_c; in test__aeabi_cfcmple() local
40 expected_c = 0; in test__aeabi_cfcmple()
43 expected_c = 1; in test__aeabi_cfcmple()
47 expected_c = 1; in test__aeabi_cfcmple()
51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple()
53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple()
58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple()
60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Ddsatest.c241 int expected_c = 1316; in dsa_keygen_test() local
286 || !TEST_int_eq(pcount_out, expected_c) in dsa_keygen_test()