Home
last modified time | relevance | path

Searched refs:q1 (Results 1 – 25 of 64) sorted by relevance

123

/linux-6.15/arch/arm/crypto/
H A Dchacha-neon-core.S97 vext.8 q1, q1, q1, #4
127 vext.8 q1, q1, q1, #12
167 vadd.i32 q1, q1, q9
168 veor q1, q1, q5
528 veor q1, q1, q12
535 veor q1, q1, q6
542 veor q1, q1, q14
549 veor q1, q1, q5
556 veor q1, q1, q13
563 veor q1, q1, q7
[all …]
H A Daes-ce-core.S80 veor q1, q1, \key3
95 veor q1, q1, \key3
259 vmov q5, q1
264 veor q1, q1, q4
361 veor q1, q1, q2
407 vmov q1, q7
420 veor q1, q1, q5
522 veor q1, q1, q5
528 veor q1, q1, q5
614 veor q1, q1, q5
[all …]
H A Dcurve25519-core.S152 vadd.i64 q1, q4, q1
157 vshr.s64 q1, q1, #26
164 vshl.i64 q1, q1, #26
168 vsub.i64 q1, q4, q1
182 vshr.u32 q1, q1, #7
195 vshr.u32 q1, q1, #7
253 veor q1, q1, q10
386 vadd.i64 q1, q1, q8
405 vsub.i64 q1, q1, q12
418 vshr.s64 q1, q1, #25
[all …]
H A Dblake2b-neon-core.S78 vadd.u64 q1, q1, q3
86 veor q7, q7, q1
112 vadd.u64 q1, q1, q3
121 veor q7, q7, q1
259 vld1.64 {q0-q1}, [ip]! // Load h[0..3]
316 veor q1, q1, q5 // v[2..3] ^= v[10..11]
321 veor q1, q1, q9 // v[2..3] ^= h[2..3]
324 vst1.64 {q0-q1}, [ip]! // Store new h[0..3]
H A Daes-neonbs-core.S464 vmvn q1, q1
489 veor q11, q1, q9
537 veor q1, q1, q12
558 veor q11, q1, q9
607 veor q1, q1, q12
737 veor q1, q1, q9
780 vrev32.8 q1, q0
789 99: vmov q1, q0
804 next_ctr q1
839 veor q1, q1, q9
[all …]
H A Dsha2-ce-core.S78 0: vld1.32 {q0-q1}, [r1]!
84 vrev32.8 q1, q1
/linux-6.15/arch/arm/lib/
H A Dcrc32-core.S160 veor.8 q1, q1, q5
169 veor.8 q1, q1, q5
183 veor.8 q1, q1, q5
184 veor.8 q1, q1, q2
188 veor.8 q1, q1, q5
189 veor.8 q1, q1, q3
193 veor.8 q1, q1, q5
194 veor.8 q1, q1, q4
205 veor.8 q1, q1, q5
206 veor.8 q1, q1, q2
[all …]
H A Dcrc-t10dif-core.S232 vld1.64 {q0-q1}, [buf]!
237 CPU_LE( vrev64.8 q1, q1 )
268 fold_32_bytes q0, q1, \p
280 fold_16_bytes q1, q5, \p
345 vbsl.8 q2, q1, q0
401 vmov.i8 q1, #0
404 vmull.p64 q1, q1l, FOLD_CONST_L // high 32 bits * x^48 * (x^48 mod G(x))
405 veor.8 q0, q0, q1 // + low bits
411 vmull.p64 q1, q0h, FOLD_CONST_H // high 32 bits * floor(x^48 / G(x))
413 vmull.p64 q1, q1l, FOLD_CONST_L // *= G(x)
/linux-6.15/Documentation/networking/
H A Dtls-offload-layers.svg1q1.265625 -1.34375 3.265625 -1.34375q1.9375 0 3.15625 1.328125q1.234375 1.3125 1.234375 3.703125q0…
H A Dtls-offload-reorder-good.svg1q1.375 -0.640625 2.40625 -1.5625q1.03125 -0.921875 1.453125 -1.78125l1.0625 0l0 13.40625z" fill-ru…
H A Dtls-offload-reorder-bad.svg1q1.375 -0.640625 2.40625 -1.5625q1.03125 -0.921875 1.453125 -1.78125l1.0625 0l0 13.40625z" fill-ru…
/linux-6.15/crypto/
H A Dtwofish_common.c71 static const u8 q1[256] = { variable
495 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl];
501 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \
503 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
544 q1[b ^ key[(j) + 17]], \
649 CALC_K256 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey()
652 CALC_K256 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey()
662 CALC_K192 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey()
665 CALC_K192 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey()
675 CALC_K (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey()
[all …]
/linux-6.15/arch/powerpc/math-emu/
H A Dudivmodti4.c14 _FP_W_TYPE q0, q1, r0, r1; in _fp_udivmodti4() local
25 q1 = 0; in _fp_udivmodti4()
36 udiv_qrnnd (q1, n1, 0, n1, d0); in _fp_udivmodti4()
64 q1 = 0; in _fp_udivmodti4()
87 q1 = 1; in _fp_udivmodti4()
102 udiv_qrnnd (q1, n1, n2, n1, d0); in _fp_udivmodti4()
123 q1 = 0; in _fp_udivmodti4()
152 q1 = 0; in _fp_udivmodti4()
180 q1 = 0; in _fp_udivmodti4()
190 q[0] = q0; q[1] = q1; in _fp_udivmodti4()
/linux-6.15/tools/testing/selftests/sgx/
H A Dsigstruct.c30 BIGNUM *q1; member
40 BN_free(ctx->q1); in free_q1q2_ctx()
51 ctx->q1 = BN_new(); in alloc_q1q2_ctx()
55 if (!ctx->bn_ctx || !ctx->s || !ctx->m || !ctx->q1 || !ctx->qr || in alloc_q1q2_ctx()
80 static bool calc_q1q2(const uint8_t *s, const uint8_t *m, uint8_t *q1, in calc_q1q2() argument
91 if (!BN_mul(ctx.q1, ctx.s, ctx.s, ctx.bn_ctx)) in calc_q1q2()
94 if (!BN_div(ctx.q1, ctx.qr, ctx.q1, ctx.m, ctx.bn_ctx)) in calc_q1q2()
97 if (BN_num_bytes(ctx.q1) > SGX_MODULUS_SIZE) { in calc_q1q2()
99 BN_num_bytes(ctx.q1)); in calc_q1q2()
115 len = BN_bn2bin(ctx.q1, q1); in calc_q1q2()
[all …]
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb8-pisp-comp.rst48 (q1,q2) both in the range [384..511], they are coded using 9 bits for q1
50 0, 1 and 2: a 9-bit field encodes MIN(q1,q2) which must be in the range
51 [0..511] and a 7-bit field encodes (q2-q1+64) which must be in [0..127].
54 on its inner neighbour q1 or q2. In quantization mode 2 where the inner
57 is encoded as (q0-MAX(0,q1-64)). q3 is likewise coded based on q2.
68 Each pair of quantized pixels (q0,q1) or (q2,q3) is jointly coded
69 by a 15-bit field: 2816*(q0>>4) + 16*q1 + (q0&15).
/linux-6.15/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c2111 if (q1) { in bna_bfi_rx_enet_start_rsp()
2122 if (q1) in bna_bfi_rx_enet_start_rsp()
2123 q1->rcb->producer_index = q1->rcb->consumer_index = 0; in bna_bfi_rx_enet_start_rsp()
2349 q1 = NULL; in bna_rx_create()
2405 if (q1) { in bna_rx_create()
2406 q1->rx = rx; in bna_rx_create()
2416 q1->rcb->rxq = q1; in bna_rx_create()
2422 q1->rx_packets = q1->rx_bytes = 0; in bna_rx_create()
2423 q1->rx_packets_with_error = q1->rxbuf_alloc_failed = 0; in bna_rx_create()
2448 if (q1) { in bna_rx_create()
[all …]
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dti,lp87561-q1.yaml4 $id: http://devicetree.org/schemas/mfd/ti,lp87561-q1.yaml#
14 const: ti,lp87561-q1
68 compatible = "ti,lp87561-q1";
H A Dti,tps6594.yaml21 - ti,lp8764-q1
22 - ti,tps6593-q1
23 - ti,tps6594-q1
24 - ti,tps65224-q1
115 compatible = "ti,tps6593-q1";
H A Dti,lp87565-q1.yaml4 $id: http://devicetree.org/schemas/mfd/ti,lp87565-q1.yaml#
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#
14 const: ti,lp87524-q1
75 compatible = "ti,lp87524-q1";
/linux-6.15/Documentation/devicetree/bindings/media/i2c/
H A Dti,ds90ub953.yaml18 - ti,ds90ub953-q1
19 - ti,ds90ub971-q1
85 compatible = "ti,ds90ub953-q1";
H A Dti,ds90ub960.yaml22 - ti,ds90ub960-q1
23 - ti,ds90ub9702-q1
245 compatible = "ti,ds90ub960-q1";
318 compatible = "ti,ds90ub953-q1";
375 compatible = "ti,ds90ub913a-q1";
/linux-6.15/Documentation/misc-devices/
H A Dtps6594-pfsm.rst25 - tps6594-q1
26 - tps6593-q1
27 - lp8764-q1
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dti,pcm6240.yaml24 https://www.ti.com/lit/gpn/pcm3120-q1
25 https://www.ti.com/lit/gpn/pcm3140-q1
26 https://www.ti.com/lit/gpn/pcm5120-q1
27 https://www.ti.com/lit/gpn/pcm6120-q1
28 https://www.ti.com/lit/gpn/pcm6260-q1
/linux-6.15/drivers/spi/
H A Dspi-pxa2xx.c808 unsigned long q, q1, q2; in quark_x1000_get_clk_div() local
818 q1 = DIV_ROUND_UP(fref1, rate); in quark_x1000_get_clk_div()
821 if (q1 > 256) { in quark_x1000_get_clk_div()
823 scale = fls_long(q1 - 1); in quark_x1000_get_clk_div()
825 q1 >>= scale - 9; in quark_x1000_get_clk_div()
830 q1 += q1 & 1; in quark_x1000_get_clk_div()
834 scale = __ffs(q1); in quark_x1000_get_clk_div()
835 q1 >>= scale; in quark_x1000_get_clk_div()
854 q = q1; in quark_x1000_get_clk_div()
868 q1 = DIV_ROUND_UP(fref, rate); in quark_x1000_get_clk_div()
[all …]

123