| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| H A D | umoddi3_test.c | 21 int test__umoddi3(du_int a, du_int b, du_int expected_r) in test__umoddi3() argument 24 if (r != expected_r) in test__umoddi3() 26 a, b, r, expected_r); in test__umoddi3() 27 return r != expected_r; in test__umoddi3()
|
| H A D | umodsi3_test.c | 21 int test__umodsi3(su_int a, su_int b, su_int expected_r) in test__umodsi3() argument 24 if (r != expected_r) in test__umodsi3() 26 a, b, r, expected_r); in test__umodsi3() 27 return r != expected_r; in test__umodsi3()
|
| 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() argument 26 if (q != expected_q || r != expected_r) in test__udivmoddi4() 28 a, b, q, r, expected_q, expected_r); in test__udivmoddi4() 29 return !(q == expected_q && r == expected_r); in test__udivmoddi4()
|
| H A D | umodti3_test.c | 23 int test__umodti3(tu_int a, tu_int b, tu_int expected_r) in test__umodti3() argument 26 if (r != expected_r) in test__umodti3() 35 expected_rt.all = expected_r; in test__umodti3() 41 return r != expected_r; in test__umodti3()
|
| 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() argument 28 if (q != expected_q || r != expected_r) in test__udivmodti4() 37 expected_rt.all = expected_r; in test__udivmodti4() 49 return !(q == expected_q && r == expected_r); in test__udivmodti4()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| H A D | umoddi3_test.c | 21 int test__umoddi3(du_int a, du_int b, du_int expected_r) in test__umoddi3() argument 24 if (r != expected_r) in test__umoddi3() 26 a, b, r, expected_r); in test__umoddi3() 27 return r != expected_r; in test__umoddi3()
|
| H A D | umodsi3_test.c | 21 int test__umodsi3(su_int a, su_int b, su_int expected_r) in test__umodsi3() argument 24 if (r != expected_r) in test__umodsi3() 26 a, b, r, expected_r); in test__umodsi3() 27 return r != expected_r; in test__umodsi3()
|
| 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() argument 26 if (q != expected_q || r != expected_r) in test__udivmoddi4() 28 a, b, q, r, expected_q, expected_r); in test__udivmoddi4() 29 return !(q == expected_q && r == expected_r); in test__udivmoddi4()
|
| H A D | umodti3_test.c | 23 int test__umodti3(tu_int a, tu_int b, tu_int expected_r) in test__umodti3() argument 26 if (r != expected_r) in test__umodti3() 35 expected_rt.all = expected_r; in test__umodti3() 41 return r != expected_r; in test__umodti3()
|
| 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() argument 28 if (q != expected_q || r != expected_r) in test__udivmodti4() 37 expected_rt.all = expected_r; in test__udivmodti4() 49 return !(q == expected_q && r == expected_r); in test__udivmodti4()
|
| /netbsd-src/tests/dev/audio/ |
| H A D | audiotest.c | 2920 int expected_r; in test_poll_mode() local 2937 expected_r = (expected_revents != 0) ? 1 : 0; in test_poll_mode() 2957 XP_SYS_EQ(expected_r, r); in test_poll_mode() 2966 XP_SYS_EQ(expected_r, r); in test_poll_mode()
|