HomeSort by: relevance | last modified time | path
    Searched refs:res1 (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/
lmap.exp 17 set res1 [lmap item $l1 {expr $item + 1}]
18 gdb_assert { [lindex $res1 0] == 2 }
19 gdb_assert { [lindex $res1 1] == 3 }
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
lmap.exp 17 set res1 [lmap item $l1 {expr $item + 1}]
18 gdb_assert { [lindex $res1 0] == 2 }
19 gdb_assert { [lindex $res1 1] == 3 }
  /src/external/lgpl3/gmp/dist/tests/mpq/
reuse.c 93 mpq_t res1, res2; local
105 mpq_init (res1);
146 mpq_clear (res1);
147 mpq_init (res1);
151 (dss_funcs[i]) (res1, in1, in2);
152 MPQ_CHECK_FORMAT(res1);
158 if (mpq_cmp (res1, out1) != 0)
159 dump_abort (dss_func_names[i], res1, out1);
165 if (mpq_cmp (res1, out1) != 0)
166 dump_abort (dss_func_names[i], res1, out1)
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
reuse.c 214 mpz_t res1, res2, res3; local
235 mpz_init (res1);
240 mpz_set_ui (res1, 1); /* force allocation */
297 mpz_set (res1, in1);
298 INVOKE_RSS (dss[i], res1, res1, in2);
299 MPZ_CHECK_FORMAT (res1);
300 if (mpz_cmp (ref1, res1) != 0)
303 mpz_set (res1, in2);
304 INVOKE_RSS (dss[i], res1, in1, res1)
    [all...]
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-reuse.c 153 mpz_t res1, res2, res3; local
169 mpz_init (res1);
210 mpz_set (res1, in1);
211 (dss_funcs[i]) (res1, res1, in2);
212 mpz_check_format (res1);
213 if (mpz_cmp (ref1, res1) != 0)
216 mpz_set (res1, in2);
217 (dss_funcs[i]) (res1, in1, res1);
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpf/
reuse.c 99 mpf_t res1, res2, res3; local
116 mpf_init (res1);
131 (dss_funcs[i]) (res1, in1, in2);
141 if (mpf_cmp (res1, res2) != 0)
142 dump_abort (dss_func_names[i], res1, res2);
143 if (mpf_cmp (res1, res3) != 0)
144 dump_abort (dss_func_names[i], res1, res3);
162 (dsi_funcs[i]) (res1, in1, this_in2i);
168 if (mpf_cmp (res1, res2) != 0)
169 dump_abort (dsi_func_names[i], res1, res2)
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
taway.c 100 mpfr_t res1; local
112 mpfr_init2 (res1, p1);
121 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA);
122 r = MPFR_IS_POS (res1) ? MPFR_RNDU : MPFR_RNDD;
125 if (mpfr_compare (res1, ref1) || inexa != inexd)
131 printf ("got "); mpfr_dump (res1);
139 mpfr_clear (res1);
205 mpfr_t res1; local
215 mpfr_init2 (res1, p1);
224 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA)
250 mpfr_t res1; local
291 mpfr_t res1; local
333 mpfr_t res1, res2; local
    [all...]
reuse.c 96 mpfr_t res1; local
105 mpfr_init2 (res1, prec);
118 mpfr_set (res1, ref2, rnd); /* exact operation */
119 testfunc (res1, res1, ref3, rnd);
121 if (! SAME_VAL (res1, ref1))
127 printf ("got "); mpfr_dump (res1);
132 mpfr_set (res1, ref3, rnd);
133 testfunc (res1, ref2, res1, rnd)
307 mpfr_t res1; local
352 mpfr_t res1; local
393 mpfr_t res1; local
433 mpfr_t res1; local
473 mpfr_t res1, res2; local
536 mpfr_t res1; local
    [all...]
tgmpop.c 251 int res1, res2; local
262 res1 = mpfr_cmp_z (x, y);
263 if (res1 != 0 || mpfr_erangeflag_p () == 0)
266 printf ("Return value: expected 0, got %d\n", res1);
281 res1 = (mpfr_sgn) (z);
283 if (res1 != res2)
286 res2, res1);
303 int res1, res2; local
315 res1 = mpfr_cmp_q (x, y);
316 if (res1 != 0 || __gmpfr_flags != MPFR_FLAGS_ERANGE
427 int res1, res2; local
    [all...]
tpow_z.c 144 int res1, res2; local
166 res1 = mpfr_pow_si (y1, x, n, rnd);
179 if (rnd != MPFR_RNDF && ! SAME_SIGN (res1, res2))
185 printf ("Ypowsi(inex = %2d) = ", res1); mpfr_dump (y1);
201 int res1, res2; local
208 res1 = mpfr_pow_z (y, x, z, MPFR_RNDU);
210 if (! mpfr_equal_p (x, y) || ! SAME_SIGN (res1, res2))
212 printf ("Regression (1) tested failed (%d=?%d)\n",res1, res2);
  /src/external/mpl/bind/dist/bin/tests/system/expiredglue/
tests_expiredglue.py 19 res1 = isctest.query.udp(msg1, ns4.ip)
20 isctest.check.noerror(res1)
21 isctest.check.rr_count_eq(res1.answer, 1)
37 isctest.check.same_data(res1_2, res1)
  /src/sys/arch/arm/pci/
pci_smccc.c 53 register_t *res0, register_t *res1, register_t *res2, register_t *res3)
65 res0, res1, res2, res3);
110 register_t res1, res2; local
114 NULL, &res1, &res2, NULL);
116 *bus_start = __SHIFTOUT(res1, GET_SEG_INFO_BUS_START);
117 *bus_end = __SHIFTOUT(res1, GET_SEG_INFO_BUS_END);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
offset-type-selftests.c 112 constexpr off_A res1 = a + 2; local
113 static_assert (to_underlying (res1) == 2, "");
115 constexpr off_A res2 = res1 - 1;
120 constexpr off_A res1 = 2 + a; local
121 static_assert (to_underlying (res1) == 2, "");
123 constexpr off_A res2 = 3 - res1;
  /src/external/gpl3/gdb/dist/gdb/unittests/
offset-type-selftests.c 112 constexpr off_A res1 = a + 2; local
113 static_assert (to_underlying (res1) == 2, "");
115 constexpr off_A res2 = res1 - 1;
120 constexpr off_A res1 = 2 + a; local
121 static_assert (to_underlying (res1) == 2, "");
123 constexpr off_A res2 = 3 - res1;
  /src/external/mpl/bind/dist/bin/tests/system/ecdsa/
tests_ecdsa.py 33 res1 = isctest.query.tcp(msg, "10.53.0.1")
35 isctest.check.rrsets_equal(res1.answer, res2.answer)
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 1785 int res1 = 0 ; local
1794 res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_netpgp_t, 0 | 0 );
1795 if (!SWIG_IsOK(res1)) {
1796 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_set" "', argument " "1"" of type '" "netpgp_t *""'");
1823 int res1 = 0 ; local
1830 res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_netpgp_t, 0 | 0 );
1831 if (!SWIG_IsOK(res1)) {
1832 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_get" "', argument " "1"" of type '" "netpgp_t *""'");
1851 int res1 = 0 ; local
1860 res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_netpgp_t, 0 | 0 )
1889 int res1 = 0 ; local
1917 int res1 = 0 ; local
1955 int res1 = 0 ; local
1983 int res1 = 0 ; local
2021 int res1 = 0 ; local
2049 int res1 = 0 ; local
2085 int res1 = 0 ; local
2113 int res1 = 0 ; local
2149 int res1 = 0 ; local
2177 int res1 = 0 ; local
2213 int res1 = 0 ; local
2241 int res1 = 0 ; local
2277 int res1 = 0 ; local
2322 int res1 = 0 ; local
2351 int res1 = 0 ; local
2379 int res1 = 0 ; local
2406 int res1 ; local
2435 int res1 ; local
2464 int res1 ; local
2497 int res1 = 0 ; local
2556 int res1 = 0 ; local
2605 int res1 = 0 ; local
2645 int res1 = 0 ; local
2693 int res1 = 0 ; local
2734 int res1 = 0 ; local
2792 int res1 = 0 ; local
2830 int res1 = 0 ; local
2870 int res1 = 0 ; local
2919 int res1 = 0 ; local
2958 int res1 = 0 ; local
2998 int res1 = 0 ; local
3049 int res1 = 0 ; local
3119 int res1 = 0 ; local
3182 int res1 = 0 ; local
3270 int res1 = 0 ; local
3334 int res1 = 0 ; local
3433 int res1 = 0 ; local
3508 int res1 = 0 ; local
3595 int res1 = 0 ; local
3671 int res1 = 0 ; local
3737 int res1 = 0 ; local
3782 int res1 = 0 ; local
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 1799 int res1 = 0 ; local
1804 res1 = SWIG_ConvertPtr(objv[1], &argp1,SWIGTYPE_p_netpgp_t, 0 | 0 );
1805 if (!SWIG_IsOK(res1)) {
1806 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_set" "', argument " "1"" of type '" "netpgp_t *""'");
1828 int res1 = 0 ; local
1831 res1 = SWIG_ConvertPtr(objv[1], &argp1,SWIGTYPE_p_netpgp_t, 0 | 0 );
1832 if (!SWIG_IsOK(res1)) {
1833 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_get" "', argument " "1"" of type '" "netpgp_t *""'");
1849 int res1 = 0 ; local
1854 res1 = SWIG_ConvertPtr(objv[1], &argp1,SWIGTYPE_p_netpgp_t, 0 | 0 )
1878 int res1 = 0 ; local
1899 int res1 = 0 ; local
1928 int res1 = 0 ; local
1949 int res1 = 0 ; local
1978 int res1 = 0 ; local
1999 int res1 = 0 ; local
2026 int res1 = 0 ; local
2047 int res1 = 0 ; local
2074 int res1 = 0 ; local
2095 int res1 = 0 ; local
2122 int res1 = 0 ; local
2143 int res1 = 0 ; local
2170 int res1 = 0 ; local
2203 int res1 = 0 ; local
2246 int res1 = 0 ; local
2267 int res1 = 0 ; local
2287 int res1 ; local
2311 int res1 ; local
2335 int res1 ; local
2363 int res1 = 0 ; local
2413 int res1 = 0 ; local
2455 int res1 = 0 ; local
2486 int res1 = 0 ; local
2508 int res1 = 0 ; local
2540 int res1 = 0 ; local
2572 int res1 = 0 ; local
2604 int res1 = 0 ; local
2636 int res1 = 0 ; local
2669 int res1 = 0 ; local
2711 int res1 = 0 ; local
2772 int res1 = 0 ; local
2826 int res1 = 0 ; local
2901 int res1 = 0 ; local
2956 int res1 = 0 ; local
3038 int res1 = 0 ; local
    [all...]
  /src/sys/arch/arm/arm/
smccc.c 105 register_t *res0, register_t *res1, register_t *res2, register_t *res3)
142 if (res1) {
143 *res1 = r1;
  /src/external/ibm-public/postfix/dist/src/dns/
dns_rr_eq_sa.c 108 struct addrinfo *res1; local
125 if ((aierr = hostaddr_to_sockaddr(argv[1], (char *) 0, 0, &res1)) != 0)
127 if ((rr = dns_sa_to_rr(argv[1], DNS_RR_NOPREF, res1->ai_addr)) == 0)
129 freeaddrinfo(res1);
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 2829 int res1 = 0 ; variable
2836 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_netpgp_t, 0 | 0 );
2837 if (!SWIG_IsOK(res1)) {
2838 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_set" "', argument " "1"" of type '" "netpgp_t *""'");
2860 int res1 = 0 ; variable
2864 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_netpgp_t, 0 | 0 );
2865 if (!SWIG_IsOK(res1)) {
2866 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_get" "', argument " "1"" of type '" "netpgp_t *""'");
2882 int res1 = 0 ; variable
2889 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_netpgp_t, 0 | 0 )
2913 int res1 = 0 ; variable
2935 int res1 = 0 ; variable
2966 int res1 = 0 ; variable
2988 int res1 = 0 ; variable
3019 int res1 = 0 ; variable
3041 int res1 = 0 ; variable
3070 int res1 = 0 ; variable
3092 int res1 = 0 ; variable
3121 int res1 = 0 ; variable
3143 int res1 = 0 ; variable
3172 int res1 = 0 ; variable
3194 int res1 = 0 ; variable
3223 int res1 = 0 ; variable
3257 int res1 = 0 ; variable
3287 int res1 = 0 ; variable
3309 int res1 = 0 ; variable
3330 int res1 ; variable
3355 int res1 ; variable
3380 int res1 ; variable
3409 int res1 = 0 ; variable
3463 int res1 = 0 ; variable
3508 int res1 = 0 ; variable
3543 int res1 = 0 ; variable
3585 int res1 = 0 ; variable
3621 int res1 = 0 ; variable
3674 int res1 = 0 ; variable
3705 int res1 = 0 ; variable
3740 int res1 = 0 ; variable
3785 int res1 = 0 ; variable
3819 int res1 = 0 ; variable
3854 int res1 = 0 ; variable
3899 int res1 = 0 ; variable
3965 int res1 = 0 ; variable
4023 int res1 = 0 ; variable
4105 int res1 = 0 ; variable
4164 int res1 = 0 ; variable
4256 int res1 = 0 ; variable
4320 int res1 = 0 ; variable
4399 int res1 = 0 ; variable
4466 int res1 = 0 ; variable
4526 int res1 = 0 ; variable
4565 int res1 = 0 ; variable
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
check.py 122 def same_data(res1: dns.message.Message, res2: dns.message.Message):
123 section_equal(res1.question, res2.question)
124 section_equal(res1.answer, res2.answer)
125 section_equal(res1.authority, res2.authority)
126 section_equal(res1.additional, res2.additional)
127 assert res1.rcode() == res2.rcode()
130 def same_answer(res1: dns.message.Message, res2: dns.message.Message):
131 section_equal(res1.question, res2.question)
132 section_equal(res1.answer, res2.answer)
133 assert res1.rcode() == res2.rcode(
    [all...]
  /src/sys/dev/pci/
mlyreg.h 174 u_int8_t res1:4; member in struct:mly_lun_map
206 u_int8_t res1:1; /* N/A */ member in struct:mly_param_controller
299 u_int8_t res1:7; member in struct:mly_param_physical_device
310 u_int8_t res1; member in struct:mly_param_logical_device
326 u_int32_t res1; /* N/A */ member in struct:mly_health_status
472 u_int16_t res1; member in struct:mly_sg_transfer
518 u_int8_t res1; member in struct:mly_ioctl_param_setmemorymailbox
529 u_int8_t res1; /* N/A */ member in struct:mly_ioctl_getcontrollerinfo
634 u_int8_t res1[12]; /* N/A */ member in struct:mly_ioctl_getcontrollerinfo::__anon3483
707 u_int8_t res1; /* N/A * member in struct:mly_ioctl_getlogdevinfovalid
757 u_int8_t res1; member in struct:mly_ioctl_getphysdevinfovalid
824 u_int8_t res1[5]; \/* N\/A *\/ member in struct:mly_ioctl_getdevstatistics
852 u_int8_t res1[12]; \/* N\/A *\/ member in struct:mly_ioctl_getcontrollerstatistics
924 u_int8_t res1; member in struct:mly_udd
979 u_int8_t res1[2]; member in struct:mly_ioctl_param_xlatephysdevtoraiddev
991 u_int8_t res1[8]; member in struct:mly_ioctl_param_getgroupconfinfo
1003 u_int8_t res1[6]; member in struct:mly_ioctl_getfreespacelist_entry
1011 u_int8_t res1[12]; member in struct:mly_ioctl_getfrespacelist
1042 u_int8_t res1; member in struct:mly_ioctl_getsubsystemdata_bbustatus
1075 u_int8_t res1[4]; member in struct:mly_event
1085 u_int8_t res1[8]; member in struct:mly_ioctl_param_getevent
1141 u_int8_t res1[11]; member in struct:mly_cmd_generic
1177 u_int16_t res1; member in struct:mly_cmd_scsi_large
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_next.c 338 int res1, res2; local
410 bid64_quiet_equal (&res1, px,
415 res1 =
423 if (res1) { // x = y
455 bid64_quiet_greater (&res1, &tmp1,
462 res1 =
472 if (res1 && res2) {
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_next.c 338 int res1, res2; local
410 bid64_quiet_equal (&res1, px,
415 res1 =
423 if (res1) { // x = y
455 bid64_quiet_greater (&res1, &tmp1,
462 res1 =
472 if (res1 && res2) {
  /src/sys/fs/nfs/nlm/
nlm_advlock.c 575 nlm_testres res1; local
581 memset(&res1, 0, sizeof(res1));
583 stat = nlm_test_1(&args1, &res1, client, ext, timo);
586 res->cookie = res1.cookie;
587 res->stat.stat = (enum nlm4_stats) res1.stat.stat;
588 if (res1.stat.stat == nlm_denied)
591 &res1.stat.nlm_testrply_u.holder);
606 nlm_res res1; local
615 memset(&res1, 0, sizeof(res1))
635 nlm_res res1; local
662 nlm_res res1; local
    [all...]

Completed in 27 milliseconds

1 2 3 4