Searched refs:q2 (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/contrib/sendmail/contrib/
H A Dmovemail.conf10 /var/spool/mqueue/q2
24 30*$minutes, # q1 to q2
25 6*$hours # q2 to q3
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_prio_q.c217 queue *q2
220 while (!empty(q2))
221 enqueue(q1, dequeue(q2));
222 destroy_queue(q2);
H A Dntpsim.c619 double q1, q2; local
630 q2 = drand48();
631 return (m + s * sqrt(-2. * log(q1)) * cos(2. * PI * q2));
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S33 .byte 0xa9,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q12
36 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
37 veor q10,q0,q2
48 veor q10,q10,q2
73 .byte 0x87,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q3 @ H.hi��Xi.hi
76 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
77 veor q10,q0,q2
88 veor q10,q10,q2
153 .byte 0x87,0x4e,0xad,0xf2 @ pmull2 q2,q14,q3 @ H^2.hi��Xi.hi
158 veor q2,q
[all...]
H A Daesv8-armx.S40 vld1.32 {q1,q2},[r3]!
106 vsub.i8 q2,q2,q10 @ adjust the mask
229 vld1.8 {q2},[r0]
234 .byte 0x00,0x43,0xb0,0xf3 @ aese q2,q0
235 .byte 0x84,0x43,0xb0,0xf3 @ aesmc q2,q2
238 .byte 0x02,0x43,0xb0,0xf3 @ aese q2,q1
239 .byte 0x84,0x43,0xb0,0xf3 @ aesmc q2,q2
[all...]
H A Dbsaes-armv7.S95 veor q12, q2, q9
129 vshr.u64 q10, q2, #1
139 veor q2, q2, q10
157 veor q11, q11, q2
162 veor q2, q2, q11
167 vshr.u64 q11, q2, #4
177 veor q2, q2, q1
[all...]
H A Darmv4-gf2m.S158 vmull.p8 q2, d4, d27 @ H = A2*B
165 veor q2, q2, q8 @ M = G + H
181 vext.8 q2, q2, q2, #14
186 veor q1, q1, q2
H A Dsha1-armv4-large.S492 vld1.8 {q2-q3},[r1]!
496 vrev32.8 q2,q2
501 vadd.i32 q10,q2,q14
521 veor q12,q12,q2
554 vext.8 q9,q1,q2,#8
601 vext.8 q10,q2,q3,#8
612 veor q10,q10,q2
741 veor q1,q1,q2
774 veor q2,q
[all...]
H A Dghash-armv4.S460 vmull.p8 q2, d27, d4 @ E = A*B1
466 veor q8, q8, q2 @ L = E + F
470 vmull.p8 q2, d27, d4 @ I = A*B3
477 veor q10, q10, q2 @ N = I + J
487 vmull.p8 q2, d27, d7 @ D = A*B
492 veor q2, q2, q8
493 veor q2, q2, q10
495 veor q1,q1,q2
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h99 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } argument
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_sign.c166 BIGNUM *q2 = NULL; local
185 q2 = BN_CTX_get(ctx);
191 if(!tmp || !v || !q2 || !z1 || !z2 || !tmp2 || !tmp3 || !u) {
200 BN_copy(q2, dsa->q);
201 BN_sub_word(q2, 2);
202 BN_mod_exp(v, md, q2, dsa->q, ctx);
/freebsd-11-stable/crypto/openssh/
H A Dsc25519.c55 crypto_uint32 q2[66]; local
56 crypto_uint32 *q3 = q2 + 33;
63 for (i = 0;i < 66;++i) q2[i] = 0;
68 if(i+j >= 31) q2[i+j] += mu[i]*x[j+31];
69 carry = q2[31] >> 8;
70 q2[32] += carry;
71 carry = q2[32] >> 8;
72 q2[33] += carry;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_prio_q.h50 void append_queue(queue *q1, queue *q2);
/freebsd-11-stable/libexec/rtld-elf/aarch64/
H A Drtld_start.S77 stp q2, q3, [sp, #-32]!
101 ldp q2, q3, [sp], #32
/freebsd-11-stable/crypto/openssl/crypto/
H A Darmv4cpuid.S142 veor q2, q2, q2
/freebsd-11-stable/sys/libkern/
H A Dqdivrem.c138 digit q1, q2, q3, q4; local
151 q2 = rbj / t;
158 tmp.ul[H] = COMBINE(q1, q2);
/freebsd-11-stable/lib/libc/quad/
H A Dqdivrem.c141 digit q1, q2, q3, q4; local
154 q2 = rbj / t;
161 tmp.ul[H] = COMBINE(q1, q2);
/freebsd-11-stable/bin/test/
H A Dtest.c583 intmax_t q1, q2; local
587 q2 = getq(s2);
589 if (q1 > q2)
592 if (q1 < q2)
/freebsd-11-stable/contrib/gcc/
H A Dlocal-alloc.c1768 qty_compare (int q1, int q2) local
1770 return QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1);
1776 int q1 = *(const int *) q1p, q2 = *(const int *) q2p;
1777 int tem = QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1);
1784 return q1 - q2;
1801 qty_sugg_compare (int q1, int q2)
1803 int tem = QTY_CMP_SUGG (q1) - QTY_CMP_SUGG (q2);
1808 return QTY_CMP_PRI (q2) - QTY_CMP_PRI (q1);
1814 int q1 = *(const int *) q1p, q2 = *(const int *) q2p;
1815 int tem = QTY_CMP_SUGG (q1) - QTY_CMP_SUGG (q2);
1760 qty_compare(int q1, int q2) argument
1792 qty_sugg_compare(int q1, int q2) argument
1805 int q1 = *(const int *) q1p, q2 = *(const int *) q2p; local
[all...]
/freebsd-11-stable/sys/dev/advansys/
H A Dadvansys.c502 scsiq.q2.ccb_index = cinfo - adv->ccb_infos;
503 scsiq.q2.target_ix = ADV_TIDLUN_TO_IX(ccb_h->target_id,
505 scsiq.q2.flag = 0;
506 scsiq.q2.cdb_len = csio->cdb_len;
508 scsiq.q2.tag_code = csio->tag_action;
510 scsiq.q2.tag_code = 0;
511 scsiq.q2.vm_id = 0;
H A Dadvlib.c703 target_ix = scsiq->q2.target_ix;
782 scsiq->q2.tag_code &=
784 scsiq->q2.tag_code |= (ADV_TAG_FLAG_DISABLE_ASYN_USE_SYN_FIX
797 scsiq->q2.tag_code |= ADV_TAG_FLAG_EXTRA_BYTES;
1813 tid_no = ADV_TIX_TO_TID(scsiq->q2.target_ix);
1827 scsiq->q2.cdb_len >> 1);
1835 ((sizeof(scsiq->q1) + sizeof(scsiq->q2)) / 2) - 1);
/freebsd-11-stable/sys/dev/ubsec/
H A Dubsec.c647 struct ubsec_q2 *q2; local
652 q2 = SIMPLEQ_FIRST(&sc->sc_qchip2);
654 ubsec_dma_sync(&q2->q_mcr,
657 mcr = (struct ubsec_mcr *)q2->q_mcr.dma_vaddr;
659 ubsec_dma_sync(&q2->q_mcr,
664 ubsec_callback2(sc, q2);
717 struct ubsec_q *q, *q2; local
778 q2 = SIMPLEQ_FIRST(&sc->sc_queue);
779 bus_dmamap_sync(sc->sc_dmat, q2->q_src_map,
781 if (q2
1996 struct ubsec_q *q2; local
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dctau.c1503 unsigned char q1, q2, q3; local
1512 q2 = inb (GLQ (c->board->port));
1517 q2 >>= GLQ_SHIFT;
1521 q2 &= GLQ_MASK;
1523 if (q1 <= q2 && q2 <= q3) return lq_to_santibells [q2];
1524 if (q2 <= q3 && q3 <= q1) return lq_to_santibells [q3];
1525 if (q3 <= q1 && q1 <= q2) return lq_to_santibells [q1];
1526 if (q1 <= q3 && q3 <= q2) retur
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1229 APInt ad, anc, delta, q1, r1, q2, r2, t;
1239 q2 = signedMin.udiv(ad); // initialize q2 = 2p/abs(d)
1240 r2 = signedMin - q2*ad; // initialize r2 = rem(2p,abs(d))
1249 q2 = q2<<1; // update q2 = 2p/abs(d)
1252 q2 = q2 + 1;
1258 mag.m = q2
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c2264 struct res_target q, q2; local
2273 memset(&q2, 0, sizeof(q2));
2305 q.next = &q2;
2306 q2.name = hostname;
2307 q2.qclass = C_IN;
2308 q2.qtype = T_AAAA;
2309 q2.answer = buf2->buf;
2310 q2.anslen = sizeof(buf2->buf);
2346 ai = getanswer(buf2, q2
[all...]

Completed in 216 milliseconds

12