Searched defs:expected_q (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
H A D | udivdi3_test.c | 21 int test__udivdi3(du_int a, du_int b, du_int expected_q) in test__udivdi3()
|
H A D | udivsi3_test.c | 21 int test__udivsi3(su_int a, su_int b, su_int expected_q) in test__udivsi3()
|
H A D | udivti3_test.c | 23 int test__udivti3(tu_int a, tu_int b, tu_int expected_q) in test__udivti3()
|
H A D | udivmoddi4_test.c | 22 int test__udivmoddi4(du_int a, du_int b, du_int expected_q, du_int expected_r) in test__udivmoddi4()
|
H A D | udivmodti4_test.c | 24 int test__udivmodti4(tu_int a, tu_int b, tu_int expected_q, tu_int expected_r) in test__udivmodti4()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
H A D | udivdi3_test.c | 21 int test__udivdi3(du_int a, du_int b, du_int expected_q) in test__udivdi3()
|
H A D | udivsi3_test.c | 21 int test__udivsi3(su_int a, su_int b, su_int expected_q) in test__udivsi3()
|
H A D | udivti3_test.c | 23 int test__udivti3(tu_int a, tu_int b, tu_int expected_q) in test__udivti3()
|
H A D | udivmoddi4_test.c | 22 int test__udivmoddi4(du_int a, du_int b, du_int expected_q, du_int expected_r) in test__udivmoddi4()
|
H A D | udivmodti4_test.c | 24 int test__udivmodti4(tu_int a, tu_int b, tu_int expected_q, tu_int expected_r) in test__udivmodti4()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | dsatest.c | 201 static const unsigned char expected_q[]= { in dsa_keygen_test() local
|