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

  /src/external/lgpl3/gmp/dist/mpz/
tdiv_q.c 38 mp_size_t ql; local
47 ql = nl - dl + 1;
52 if (ql <= 0)
58 qp = MPZ_REALLOC (quot, ql);
83 ql -= qp[ql - 1] == 0;
85 SIZ (quot) = (ns ^ ds) >= 0 ? ql : -ql;
tdiv_qr.c 39 mp_size_t ql; local
48 ql = nl - dl + 1;
55 if (ql <= 0)
69 qp = MPZ_REALLOC (quot, ql);
100 ql -= qp[ql - 1] == 0;
103 SIZ (quot) = (ns ^ ds) >= 0 ? ql : -ql;
tdiv_r.c 38 mp_size_t ql; local
46 ql = nl - dl + 1;
51 if (ql <= 0)
66 qp = TMP_ALLOC_LIMBS (ql);
  /src/external/bsd/unbound/dist/testcode/
unitauth.c 863 char* pdup, *qdup, *pl, *ql; local
869 ql=qdup;
871 while(pl && ql && *pl && *ql) {
873 char* eq = strchr(ql, '\n');
878 if(strcmp(pl, ql) == 0) {
882 printf("%3d > %s\n", line, ql);
888 if(eq) ql = eq+1;
889 else ql = NULL;
895 if(ql && *ql)
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c 31 static QUIC_CONNECTION *create_qc_from_incoming_conn(QUIC_LISTENER *ql, QUIC_CHANNEL *ch);
72 QUIC_LISTENER *ql; member in struct:qctx_st
247 * ql NULL non-NULL maybe maybe
259 QUIC_LISTENER *ql; local
268 ctx->ql = NULL;
300 ql = (QUIC_LISTENER *)s;
301 ctx->obj = &ql->obj;
302 ctx->qd = ql->domain;
303 ctx->ql = ql;
4272 QUIC_LISTENER *ql = arg; local
4289 QUIC_LISTENER *ql = NULL; local
4360 QUIC_LISTENER *ql = NULL; local
4441 QUIC_LISTENER *ql; local
    [all...]
quic_port.c 463 QUIC_LISTENER *ql = NULL; local
475 ql = (QUIC_LISTENER *)port->user_ssl_arg;
493 if (ql != NULL && ql->obj.ssl.ctx->new_pending_conn_cb != NULL)
494 if (!ql->obj.ssl.ctx->new_pending_conn_cb(ql->obj.ssl.ctx, user_ssl,
495 ql->obj.ssl.ctx->new_pending_conn_arg)) {
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
divrem_1.asm 137 subfc r0, r31, r0 C r <= ql
138 subfe r0, r0, r0 C r0 = -(r <= ql)
141 add r10, r0, r10 C qh -= (r >= ql)
158 subfc r0, r0, r31 C r >= ql
159 subfe r0, r0, r0 C r0 = -(r >= ql)
161 add r8, r7, r8 C qh -= (r >= ql)
184 subfe r0, r0, r0 C r0 = -(r >= ql)
186 add r10, r7, r10 C qh -= (r >= ql)
249 subfc r0, r31, r0 C r <= ql
250 subfe r0, r0, r0 C r0 = -(r <= ql)
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/sparc64/
sparc64.h 62 | | pm1 = ql * dh
68 | | pl = ql * dl (not calculated)
81 mp_limb_t ql, qh, ph, pm1, pm2, pm_l; \
86 ql = LOW32 (q); \
89 pm1 = ql * dh; \
110 | | pl = ql * dl (not calculated)
  /src/external/lgpl3/gmp/dist/mpn/generic/
dcpi1_divappr_q.c 47 mp_limb_t cy, qh, ql; local
70 ql = mpn_sbpi1_divappr_q (qp, np + hi, 2 * lo, dp + hi, lo, dinv->inv32);
72 ql = mpn_dcpi1_divappr_q_n (qp, np + hi, dp + hi, lo, dinv, tp);
74 if (UNLIKELY (ql != 0))
dcpi1_div_qr.c 47 mp_limb_t cy, qh, ql; local
70 ql = mpn_sbpi1_div_qr (qp, np + hi, 2 * lo, dp + hi, lo, dinv->inv32);
72 ql = mpn_dcpi1_div_qr_n (qp, np + hi, dp + hi, lo, dinv, tp);
77 if (ql != 0)
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_template.c 333 struct tlist *ql; local
334 ASN1_TAILQ_FOREACH(ql, &tlistmaster, tmembers) {
335 if (strcmp(ql->name, name) == 0)
336 return ql;
345 struct tlist *ql = tlist_find_by_name(qname); local
348 if (ql == NULL)
350 return tlist_cmp(tl, ql);
354 tlist_cmp(const struct tlist *tl, const struct tlist *ql)
359 ret = strcmp(tl->header, ql->header);
362 q = ASN1_TAILQ_FIRST(&ql->template)
390 struct tlist *ql; local
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
exp_2.c 351 mpfr_prec_t ql; local
398 ql = q; /* precision used for current giant step */
401 /* all R[i] must have exponent 1-ql */
404 expR[i] = mpz_normalize2 (R[i], R[i], expR[i], 1 - ql);
406 expt = mpz_normalize2 (t, R[m-1], expR[m-1], 1 - ql);
436 expr += mpz_normalize (rr, t, ql); /* err_rr(l+1) <= err_rr(l) + 2m+1 */
442 ql = q - *exps - sbit + expr + rrbit;
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
code.c 924 NODE *q, *ql; local
986 ql = tempnode(0, PTR|ty, 0, 0);
987 rn = regno(ql);
988 p = buildtree(ASSIGN, ql, p);
989 ql = tempnode(rn, PTR|ty, 0, 0);
990 ql = movtoreg(buildtree(UMUL, ql, NIL), r);
991 p = buildtree(COMOP, p, ql);
1002 ql = tempnode(rn, PTR|ty, 0, 0);
1003 ql = buildtree(UMUL, buildtree(PLUS, ql, bcon(1)), NIL)
    [all...]
  /src/external/bsd/pcc/dist/pcc/mip/
reader.c 1424 NODE *ql, *qr; local
1443 ql = q->n_left;
1453 if( (r=base(ql))>=0 && (i=offset(qr, tlen(p)))>=0) {
1454 makeor2(p, ql, r, i);
1456 } else if((r=base(qr))>=0 && (i=offset(ql, tlen(p)))>=0) {
1467 (ql->n_op==REG || (ql->n_op==TEMP && !sharp)) &&
1469 (ql->n_rval == DECRA(ql->n_reg, 0) ||
1471 ql->n_rval == FPREG || ql->n_rval == STKREG))
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
mod_1_1.asm 102 pmuludq %mm7, %mm1 C qh,ql
103 paddq %mm2, %mm1 C qh-1,ql
104 movd %mm1, %ecx C ql
mod_1_4.asm 161 pmuludq %mm7, %mm1 C qh,ql
162 paddq %mm2, %mm1 C qh-1,ql
163 movd %mm1, %ecx C ql
  /src/external/gpl3/gcc/dist/libgcc/config/visium/
lib2funcs.c 88 #define udiv_qqrnnd(qh, ql, r, nh, nl, d) \
94 : "=r" (ql), "=r" (qh), "=r" (r) \
  /src/external/gpl3/gcc.old/dist/libgcc/config/visium/
lib2funcs.c 88 #define udiv_qqrnnd(qh, ql, r, nh, nl, d) \
94 : "=r" (ql), "=r" (qh), "=r" (r) \
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_div.c 400 BN_ULONG ql, qh; local
403 ql = LBITS(q);
405 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_div.c 398 BN_ULONG ql, qh; local
401 ql = LBITS(q);
403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_div.c 398 BN_ULONG ql, qh; local
401 ql = LBITS(q);
403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
mod_1_4.asm 227 addq r8, rl, r8 C ql
233 cmpult r8, rl, r0 C rl > ql
  /src/external/lgpl3/gmp/dist/mpn/ia64/
mode1o.asm 168 C ql = low (c * il + sil) quotient low limb
172 C cl = high (ql * d + c) carry out of low
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.c 780 mp_limb_t p, ql;
827 ql = floor ( (b r + b-1) / u1).
834 work, it is essential that ql is a full mp_limb_t. */
835 ql = (p >> (GMP_LIMB_BITS / 2)) + 1;
838 r = (r << (GMP_LIMB_BITS / 2)) + GMP_LLIMB_MASK - ql * u1;
842 ql--;
845 m = ((mp_limb_t) qh << (GMP_LIMB_BITS / 2)) + ql;
776 mp_limb_t p, ql; local
  /src/external/bsd/jemalloc/dist/
Makefile 284 $(srcroot)test/unit/ql.c \

Completed in 74 milliseconds