Home
last modified time | relevance | path

Searched full:q1 (Results 1 – 25 of 203) sorted by relevance

123456789

/freebsd/sys/crypto/openssl/arm/
H A Daesv8-armx.S47 vld1.32 {q1,q2},[r3]!
66 veor q10,q10,q1
68 vshl.u8 q1,q1,#1
72 vld1.32 {q1},[r3]
84 veor q10,q10,q1
86 vshl.u8 q1,q1,#1
99 veor q10,q10,q1
136 veor q10,q10,q1
138 vshl.u8 q1,q1,#1
168 veor q10,q10,q1
[all …]
H A Dbsaes-armv7.S102 veor q11, q1, q9
142 veor q11, q11, q1
147 veor q1, q1, q11
164 vshr.u64 q10, q1, #2
174 veor q1, q1, q10
188 vshr.u64 q10, q1, #4
198 veor q1, q1, q10
206 veor q9, q9, q1
234 veor q1, q1, q4
238 veor q1, q1, q6
[all …]
H A Dghashv8-armx.S42 INST(0xa0,0x2e,0xa0,0xf2) @ pmull q1,q8,q8
46 veor q1,q1,q9
47 veor q1,q1,q10
52 veor q0,q1,q10
81 INST(0xa2,0x2e,0xaa,0xf2) @ pmull q1,q13,q9 @ (H.lo+H.hi)·(Xi.lo+Xi.hi)
85 veor q1,q1,q9
86 veor q1,q1,q10
91 veor q0,q1,q10
164 INST(0xa5,0x2e,0xab,0xf2) @ pmull2 q1,q13,q10 @ (H^2.lo+H^2.hi)·(Xi.lo+Xi.hi)
170 veor q1,q1,q5
[all …]
H A Dchacha-armv4.S813 vld1.32 {q1,q2},[r3] @ load key
823 vst1.32 {q0,q1},[sp] @ copy sigma|1/2key
834 vmov q5,q1
835 vmov q9,q1
847 vmov q5,q1
849 vmov q9,q1
867 vadd.i32 q0,q0,q1
891 veor q12,q1,q2
897 vshr.u32 q1,q12,#20
903 vsli.32 q1,q12,#12
[all …]
H A Darmv4-gf2m.S180 vmull.p8 q1, d2, d27 @ F = A1*B
188 veor q1, q1, q0 @ L = E + F
204 vext.8 q1, q1, q1, #15
212 veor q1, q1, q2
214 veor q0, q0, q1
H A Dsha1-armv4-large.S521 vld1.8 {q0,q1},[r1]! @ handles unaligned
526 vrev32.8 q1,q1 @ big-endian...
530 vadd.i32 q9,q1,q14
538 vext.8 q8,q0,q1,#8
585 vext.8 q9,q1,q2,#8
597 veor q9,q9,q1
731 veor q0,q0,q1
769 veor q1,q1,q9
772 veor q1,q1,q2
778 veor q12,q12,q1
[all …]
H A Dghash-armv4.S457 vmull.p8 q1, d28, d2 @ E = A*B1
463 veor q8, q8, q1 @ L = E + F
467 vmull.p8 q1, d28, d2 @ I = A*B3
474 veor q10, q10, q1 @ N = I + J
484 vmull.p8 q1, d28, d6 @ D = A*B
489 veor q1, q1, q8
490 veor q1, q1, q10
528 veor q1,q1,q0 @ Karatsuba post-processing
529 veor q1,q1,q2
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct64_dec.c35 uint64_t q0, q1, q2, q3, q4, q5, q6, q7; in br_aes_ct64_bitslice_invSbox() local
38 q1 = ~q[1]; in br_aes_ct64_bitslice_invSbox()
45 q[7] = q1 ^ q4 ^ q6; in br_aes_ct64_bitslice_invSbox()
48 q[4] = q6 ^ q1 ^ q3; in br_aes_ct64_bitslice_invSbox()
50 q[2] = q4 ^ q7 ^ q1; in br_aes_ct64_bitslice_invSbox()
57 q1 = ~q[1]; in br_aes_ct64_bitslice_invSbox()
64 q[7] = q1 ^ q4 ^ q6; in br_aes_ct64_bitslice_invSbox()
67 q[4] = q6 ^ q1 ^ q3; in br_aes_ct64_bitslice_invSbox()
69 q[2] = q4 ^ q7 ^ q1; in br_aes_ct64_bitslice_invSbox()
112 uint64_t q0, q1, q2, q3, q4, q5, q6, q7; in inv_mix_columns() local
[all …]
H A Daes_ct_dec.c49 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; in br_aes_ct_bitslice_invSbox() local
52 q1 = ~q[1]; in br_aes_ct_bitslice_invSbox()
59 q[7] = q1 ^ q4 ^ q6; in br_aes_ct_bitslice_invSbox()
62 q[4] = q6 ^ q1 ^ q3; in br_aes_ct_bitslice_invSbox()
64 q[2] = q4 ^ q7 ^ q1; in br_aes_ct_bitslice_invSbox()
71 q1 = ~q[1]; in br_aes_ct_bitslice_invSbox()
78 q[7] = q1 ^ q4 ^ q6; in br_aes_ct_bitslice_invSbox()
81 q[4] = q6 ^ q1 ^ q3; in br_aes_ct_bitslice_invSbox()
83 q[2] = q4 ^ q7 ^ q1; in br_aes_ct_bitslice_invSbox()
123 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; in inv_mix_columns() local
[all …]
H A Daes_ct_enc.c65 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; in mix_columns() local
69 q1 = q[1]; in mix_columns()
77 r1 = (q1 >> 8) | (q1 << 24); in mix_columns()
86 q[1] = q0 ^ r0 ^ q7 ^ r7 ^ r1 ^ rotr16(q1 ^ r1); in mix_columns()
87 q[2] = q1 ^ r1 ^ r2 ^ rotr16(q2 ^ r2); in mix_columns()
H A Daes_ct64_enc.c68 uint64_t q0, q1, q2, q3, q4, q5, q6, q7; in mix_columns() local
72 q1 = q[1]; in mix_columns()
80 r1 = (q1 >> 16) | (q1 << 48); in mix_columns()
89 q[1] = q0 ^ r0 ^ q7 ^ r7 ^ r1 ^ rotr32(q1 ^ r1); in mix_columns()
90 q[2] = q1 ^ r1 ^ r2 ^ rotr32(q2 ^ r2); in mix_columns()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp35 APInt Q1, R1, Q2, R2; in get() local
36 // initialize Q1 = 2P/abs(NC); R1 = rem(2P,abs(NC)) in get()
37 APInt::udivrem(SignedMin, ANC, Q1, R1); in get()
42 Q1 <<= 1; // update Q1 = 2P/abs(NC) in get()
45 ++Q1; in get()
57 } while (Q1.ult(Delta) || (Q1 == Delta && R1.isZero())); in get()
91 APInt Q1, R1, Q2, R2; in get() local
92 // initialize Q1 = 2P/NC; R1 = rem(2P,NC) in get()
93 APInt::udivrem(SignedMin, NC, Q1, R1); in get()
99 // update Q1 in get()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodti4.c29 du_int q1, q0; // Quotient digits in udiv128by64to64default() local
54 // Compute the first quotient digit, q1. in udiv128by64to64default()
55 q1 = un64 / vn1; in udiv128by64to64default()
56 rhat = un64 - q1 * vn1; in udiv128by64to64default()
58 // q1 has at most error 2. No more than 2 iterations. in udiv128by64to64default()
59 while (q1 >= b || q1 * vn0 > b * rhat + un1) { in udiv128by64to64default()
60 q1 = q1 - 1; in udiv128by64to64default()
66 un21 = un64 * b + un1 - q1 * v; in udiv128by64to64default()
81 return q1 * b + q0; in udiv128by64to64default()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_sp800_56b_check.c27 BIGNUM *r = NULL, *p1 = NULL, *q1 = NULL; in ossl_rsa_check_crt_components() local
39 q1 = BN_CTX_get(ctx); in ossl_rsa_check_crt_components()
40 if (q1 != NULL) { in ossl_rsa_check_crt_components()
43 BN_set_flags(q1, BN_FLG_CONSTTIME); in ossl_rsa_check_crt_components()
52 /* q1 = q - 1 */ in ossl_rsa_check_crt_components()
53 && (BN_copy(q1, rsa->q) != NULL) in ossl_rsa_check_crt_components()
54 && BN_sub_word(q1, 1) in ossl_rsa_check_crt_components()
60 && (BN_cmp(rsa->dmq1, q1) < 0) in ossl_rsa_check_crt_components()
68 && BN_mod_mul(r, rsa->dmq1, rsa->e, q1, ctx) in ossl_rsa_check_crt_components()
75 BN_clear(q1); in ossl_rsa_check_crt_components()
[all …]
H A Drsa_sp800_56b_gen.c39 * q1, q2 The returned auxiliary primes for q.
45 * auxiliary primes q1 & q2 are calculated. If NULL these values
53 * p1, p2, q1, q2, Xpout, Xqout are returned if they are not NULL.
66 BIGNUM *q1 = NULL, *q2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local
82 q1 = test->q1; in ossl_rsa_fips186_4_gen_prob_primes()
130 if (!ossl_bn_rsa_fips186_4_gen_prob_primes(rsa->q, Xqo, q1, q2, Xq, Xq1, in ossl_rsa_fips186_4_gen_prob_primes()
236 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_sp800_56b_derive_params_from_pq() local
240 q1 = BN_CTX_get(ctx); in ossl_rsa_sp800_56b_derive_params_from_pq()
248 BN_set_flags(q1, BN_FLG_CONSTTIME); in ossl_rsa_sp800_56b_derive_params_from_pq()
254 if (ossl_rsa_get_lcm(ctx, rsa->p, rsa->q, lcm, gcd, p1, q1, p1q1) != 1) in ossl_rsa_sp800_56b_derive_params_from_pq()
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dqtool.8204 \fBqtool.pl q2 q1\fP
205 Moves all of the queue files in queue q1 to queue q2.
207 \fBqtool.pl q2 q1/d6CLQh100847\fP
208 Moves the message with id d6CLQh100847 in queue q1 to queue q2.
210 \fBqtool.pl q2 q1/qfd6CLQh100847\fP
211 Moves the message with id d6CLQh100847 in queue q1 to queue q2.
213 \fBqtool.pl -e '$msg{num_delivery_attempts} == 3' /q2 /q1\fP
215 queue q1 to queue q2.
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dsse2_64_32.h18 # define _mm_set_epi64x(Q0, Q1) sodium__mm_set_epi64x((Q0), (Q1)) argument
20 sodium__mm_set_epi64x(int64_t q1, int64_t q0) in sodium__mm_set_epi64x() argument
23 x0.as64 = q0; x1.as64 = q1; in sodium__mm_set_epi64x()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dti,lp87561-q1.yaml4 $id: http://devicetree.org/schemas/mfd/ti,lp87561-q1.yaml#
7 title: TI LP87561-Q1 single 4-phase output buck converter
14 const: ti,lp87561-q1
68 compatible = "ti,lp87561-q1";
H A Dlp87565.txt4 - compatible: "ti,lp87565", "ti,lp87565-q1"
16 compatible = "ti,lp87565-q1";
50 - compatible: "ti,lp87561-q1"
62 compatible = "ti,lp87561-q1";
H A Dti,lp87565-q1.yaml4 $id: http://devicetree.org/schemas/mfd/ti,lp87565-q1.yaml#
7 title: TI LP87565-Q1 / LP87565 dual 2-phase output buck converter
16 - ti,lp87565-q1
76 compatible = "ti,lp87565-q1";
H A Dti,lp87524-q1.yaml4 $id: http://devicetree.org/schemas/mfd/ti,lp87524-q1.yaml#
7 title: TI LP87524-Q1 four 1-phase output buck converter
14 const: ti,lp87524-q1
75 compatible = "ti,lp87524-q1";
/freebsd/sbin/pfctl/tests/files/
H A Dpf1004.in2 queue qmain { q1 q2 }
3 queue q1 priority 1 bandwidth 60%
5 pass on em0 queue q1
H A Dpf1004.ok2 queue qmain { q1 q2 }
3 queue q1 bandwidth 60%
5 pass on em0 all flags S/SA keep state queue q1
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c120 uint64_t q0, q1, q2, q3, q4, q5, q6, q7; in Q512() local
158 QEF_512(q0, q1, q2, q3, q4, q5, q6, q7); in Q512()
166 LS2_512(q0, q1, q2, q3, q4, q5, q6, q7); in Q512()
167 QEF_512(q0, q1, q2, q3, q4, q5, q6, q7); in Q512()
174 LS1_512(q0, q1, q2, q3, q4, q5, q6, q7); in Q512()
176 QEF_512(q0, q1, q2, q3, q4, q5, q6, q7); in Q512()
184 LS2_512(q0, q1, q2, q3, q4, q5, q6, q7); in Q512()
185 QEF_512(q0, q1, q2, q3, q4, q5, q6, q7); in Q512()
197 p[9] ^= d(1) ^ q1; in Q512()
/freebsd/lib/msun/src/
H A De_jnf.c111 float q0,q1,h,tmp; int32_t k,m; in jnf() local
113 q0 = w; z = w+h; q1 = w*z - (float)1.0; k=1; in jnf()
114 while(q1<(float)1.0e9) { in jnf()
116 tmp = z*q1 - q0; in jnf()
117 q0 = q1; in jnf()
118 q1 = tmp; in jnf()

123456789