HomeSort by: relevance | last modified time | path
    Searched defs:rh (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/mpn/generic/
bdiv_qr.c 51 mp_limb_t rh; local
59 rh = mpn_sbpi1_bdiv_qr (qp, tp, nn, dp, dn, di);
66 rh = mpn_dcpi1_bdiv_qr (qp, tp, nn, dp, dn, di);
71 rh = mpn_mu_bdiv_qr (qp, rp, np, nn, dp, dn, tp);
74 return rh;
dcpi1_bdiv_qr.c 66 mp_limb_t rh; local
79 rh = mpn_add (np + lo, np + lo, n + hi, tp, n);
89 rh += mpn_add_n (np + n, np + n, tp, n);
91 return rh;
pow_1.c 81 mp_limb_t rl, rh, bl = bp[0]; local
86 umul_ppmm (rh, rl, bl, bl << GMP_NAIL_BITS);
88 rp[1] = rh;
89 rn = 1 + (rh != 0);
96 rp[rn] = rh = mpn_mul_1 (rp, rp, rn, bl);
97 rn += rh != 0;
mod_1_2.c 86 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; local
111 umul_ppmm (rh, rl, ap[n - 1], B2modb);
112 add_ssaaaa (rh, rl, rh, rl, ph, pl);
117 rh = ap[n - 1];
134 umul_ppmm (rh, rl, rh, B3modb);
135 add_ssaaaa (rh, rl, rh, rl, ph, pl);
138 umul_ppmm (rh, cl, rh, B1modb)
    [all...]
mod_1_3.c 89 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; local
109 umul_ppmm (rh, rl, ap[n - 1], B2modb);
110 add_ssaaaa (rh, rl, rh, rl, ph, pl);
114 rh = 0;
119 rh = ap[n - 1];
142 umul_ppmm (rh, rl, rh, B4modb);
143 add_ssaaaa (rh, rl, rh, rl, ph, pl)
    [all...]
mod_1_4.c 92 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; local
112 umul_ppmm (rh, rl, ap[n - 1], B3modb);
113 add_ssaaaa (rh, rl, rh, rl, ph, pl);
117 rh = 0;
122 rh = ap[n - 1];
129 umul_ppmm (rh, rl, ap[n - 1], B2modb);
130 add_ssaaaa (rh, rl, rh, rl, ph, pl);
156 umul_ppmm (rh, rl, rh, B5modb)
    [all...]
mod_1_1.c 192 mp_limb_t rh, rl, bi, ph, pl, r; local
205 add_ssaaaa (rh, rl, ph, pl, CNST_LIMB(0), ap[n - 2]);
216 umul_ppmm (rh, rl, rh, B2modb);
217 add_ssaaaa (rh, rl, rh, rl, ph, pl);
224 rh = (rh << cnt) | (rl >> (GMP_LIMB_BITS - cnt));
226 mask = -(mp_limb_t) (rh >= b);
227 rh -= mask & b
    [all...]
  /src/sys/netinet6/
route6.c 54 struct ip6_rthdr *rh; local
57 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
58 if (rh == NULL) {
63 switch (rh->ip6r_type) {
70 if (rh->ip6r_segleft == 0) {
71 rhlen = (rh->ip6r_len + 1) << 3;
81 return rh->ip6r_nxt;
nd6.h 130 struct nd_opt_rd_hdr *rh; member in struct:nd_opts::__anon7468
152 #define nd_opts_rh nd_opt_each.rh
  /src/external/lgpl3/gmp/dist/mpn/sparc64/
mod_1_4.c 94 mp_limb_t rh, rl, bi, ph, pl, ch, cl, r; local
116 umul_ppmm_s (rh, rl, ap[n - 1], B3modb);
117 add_ssaaaa (rh, rl, rh, rl, ph, pl);
121 rh = 0;
126 rh = ap[n - 1];
133 umul_ppmm_s (rh, rl, ap[n - 1], B2modb);
134 add_ssaaaa (rh, rl, rh, rl, ph, pl);
160 umul_ppmm_s (rh, rl, rh, B5modb)
    [all...]
  /src/external/mpl/dhcp/dist/dhcpctl/
remote.c 262 unsigned long rh; local
270 status = omapi_get_int_value (&rh, value);
272 ro -> remote_handle = rh;
  /src/lib/libc/net/
rthdr.c 403 const struct ip6_rthdr *rh; local
409 rh = (const struct ip6_rthdr *)bp;
411 switch (rh->ip6r_type) {
432 const struct ip6_rthdr *rh; local
438 rh = (const struct ip6_rthdr *)bp;
440 switch (rh->ip6r_type) {
  /src/sys/dev/i2o/
dpti.c 452 struct i2o_reply rh; local
525 if ((rv = copyin((char *)data + msgsize, &rh, sizeof(rh))) != 0) {
531 repsize = (rh.msgflags >> 14) & ~3;
532 if (repsize < sizeof(rh) || repsize >= IOP_MAX_MSG_SIZE) {
  /src/sys/dev/usb/
uthum.c 344 int temp, rh; local
363 rh = uthum_sht1x_rh(humidity_tick, temp);
365 sc->sc_sensor[UTHUM_HUMIDITY].value_cur = rh / 1000;
413 /* return %RH * 1000 */
417 int rh_l, rh; local
420 rh = ((temp - 2500) * (1 + (ticks >> 7)) + rh_l) / 10;
421 return rh;
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_warc.c 231 warc_essential_hdr_t rh = {
241 rh.tgturi = archive_entry_pathname(entry);
242 rh.rtime = w->now;
243 rh.mtime = archive_entry_mtime(entry);
244 rh.cntlen = (size_t)archive_entry_size(entry);
247 r = _popul_ehdr(&hdr, MAX_HDR_SIZE, rh);
259 w->populz = rh.cntlen;
229 warc_essential_hdr_t rh = { local
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-bdiv.c 59 check_one (mp_ptr qp, mp_srcptr rp, mp_limb_t rh,
84 || (rp != NULL && (cy != rh || mpn_cmp (tp + qn, rp, dn) != 0)))
94 printf ("Rb= %d, Cy=%d\n", (int) cy, (int) rh);
136 mp_limb_t rh; local
245 rh = mpn_sbpi1_bdiv_qr (qp, rp, nn, dp, dn, -dinv);
248 check_one (qp, rp + nn - dn, rh, np, nn, dp, dn, "mpn_sbpi1_bdiv_qr");
271 rh = mpn_dcpi1_bdiv_qr (qp, rp, nn, dp, dn, -dinv);
274 check_one (qp, rp + nn - dn, rh, np, nn, dp, dn, "mpn_dcpi1_bdiv_qr");
301 rh = mpn_bdiv_qr (qp, rp, np, nn, dp, dn, scratch);
306 check_one (qp, rp, rh, np, nn, dp, dn, "mpn_bdiv_qr")
    [all...]
  /src/sys/dev/marvell/
mvsdio.c 331 uint16_t rh[MVSDIO_NRH + 1]; local
336 rh[i + 1] = bus_space_read_4(sc->sc_iot,
338 rh[0] = 0;
341 rh[i - 1] << 30 |
342 rh[i + 0] << 14 |
343 rh[i + 1] >> 2;
348 rh[i] = bus_space_read_4(sc->sc_iot,
351 ((rh[0] & 0x03ff) << 22) |
352 ((rh[1] ) << 6) |
353 ((rh[2] & 0x003f) << 0)
    [all...]
  /src/tests/lib/libc/db/
h_db.c 617 static RECNOINFO rh; local
677 rh.flags = atoi(eq);
678 return &rh;
681 rh.cachesize = atoi(eq);
682 return &rh;
685 rh.lorder = atoi(eq);
686 return &rh;
689 rh.reclen = atoi(eq);
690 return &rh;
693 rh.bval = atoi(eq)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_smpl.c 963 BIGNUM *rh, *tmp, *Z4, *Z6; local
980 rh = BN_CTX_get(ctx);
994 * To test this, we add up the right-hand side in 'rh'.
997 /* rh := X^2 */
998 if (!field_sqr(group, rh, point->X, ctx))
1009 /* rh := (rh + a*Z^4)*X */
1015 if (!BN_mod_sub_quick(rh, rh, tmp, p))
1017 if (!field_mul(group, rh, rh, point->X, ctx)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_smpl.c 964 BIGNUM *rh, *tmp, *Z4, *Z6; local
981 rh = BN_CTX_get(ctx);
995 * To test this, we add up the right-hand side in 'rh'.
998 /* rh := X^2 */
999 if (!field_sqr(group, rh, point->X, ctx))
1010 /* rh := (rh + a*Z^4)*X */
1016 if (!BN_mod_sub_quick(rh, rh, tmp, p))
1018 if (!field_mul(group, rh, rh, point->X, ctx)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_smpl.c 958 BIGNUM *rh, *tmp, *Z4, *Z6; local
975 rh = BN_CTX_get(ctx);
989 * To test this, we add up the right-hand side in 'rh'.
992 /* rh := X^2 */
993 if (!field_sqr(group, rh, point->X, ctx))
1004 /* rh := (rh + a*Z^4)*X */
1010 if (!BN_mod_sub_quick(rh, rh, tmp, p))
1012 if (!field_mul(group, rh, rh, point->X, ctx)
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/hppa/
local2.c 49 static const int rh[] = variable
96 rnames[rh[i - RD0]], regoff[i] + 4);
167 regoff[i] + 4, rnames[rh[i - RD0]]);
506 printf("%s", rnames[rh[p->n_rval - RD0]]);
696 sh = rh[s-RD0];
698 dh = rh[d-RD0];
  /src/external/bsd/tcpdump/dist/
print-udp.c 223 const struct rtcphdr *rh = (const struct rtcphdr *)hdr; local
230 if ((const u_char *)(rh + 1) > ep)
232 ND_TCHECK_SIZE(rh);
233 len = (GET_BE_U_2(rh->rh_len) + 1) * 4;
234 flags = GET_BE_U_2(rh->rh_flags);
238 sr = (const struct rtcp_sr *)(rh + 1);
240 if (len != cnt * sizeof(*rr) + sizeof(*sr) + sizeof(*rh))
243 ND_PRINT(" %u", GET_BE_U_4(rh->rh_ssrc));
256 if (len != cnt * sizeof(*rr) + sizeof(*rh))
258 rr = (const struct rtcp_rr *)(rh + 1)
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/tests/regression/
rcutorture.h 406 struct rcu_head rh; local
456 call_rcu(&rh, rcu_update_stress_test_rcu);
  /src/external/bsd/pcc/dist/pcc/arch/i386/
local2.c 1142 static char rh[] = variable
1155 sh = rh[s-EAXEDX];
1157 dh = rh[d-EAXEDX];

Completed in 47 milliseconds

1 2