Home
last modified time | relevance | path

Searched refs:z0 (Results 1 – 25 of 39) sorted by relevance

12

/linux/lib/raid6/
A Davx2.c38 int d, z, z0; in raid6_avx21_gen_syndrome() local
41 p = dptr[z0+1]; /* XOR parity */ in raid6_avx21_gen_syndrome()
42 q = dptr[z0+2]; /* RS syndrome */ in raid6_avx21_gen_syndrome()
55 for (z = z0-2; z >= 0; z--) { in raid6_avx21_gen_syndrome()
87 int d, z, z0; in raid6_avx21_xor_syndrome() local
145 int d, z, z0; in raid6_avx22_gen_syndrome() local
164 for (z = z0-1; z >= 0; z--) { in raid6_avx22_gen_syndrome()
197 int d, z, z0; in raid6_avx22_xor_syndrome() local
277 int d, z, z0; in raid6_avx24_gen_syndrome() local
297 for (z = z0; z >= 0; z--) { in raid6_avx24_gen_syndrome()
[all …]
A Dsse2.c40 int d, z, z0; in raid6_sse21_gen_syndrome() local
43 p = dptr[z0+1]; /* XOR parity */ in raid6_sse21_gen_syndrome()
44 q = dptr[z0+2]; /* RS syndrome */ in raid6_sse21_gen_syndrome()
57 for ( z = z0-2 ; z >= 0 ; z-- ) { in raid6_sse21_gen_syndrome()
92 int d, z, z0; in raid6_sse21_xor_syndrome() local
150 int d, z, z0; in raid6_sse22_gen_syndrome() local
153 p = dptr[z0+1]; /* XOR parity */ in raid6_sse22_gen_syndrome()
203 int d, z, z0; in raid6_sse22_xor_syndrome() local
282 int d, z, z0; in raid6_sse24_gen_syndrome() local
305 for ( z = z0 ; z >= 0 ; z-- ) { in raid6_sse24_gen_syndrome()
[all …]
A Davx512.c48 int d, z, z0; in raid6_avx5121_gen_syndrome() local
68 : "m" (dptr[z0][d]), "m" (dptr[z0-1][d])); in raid6_avx5121_gen_syndrome()
106 int d, z, z0; in raid6_avx5121_xor_syndrome() local
175 int d, z, z0; in raid6_avx5122_gen_syndrome() local
197 : "m" (dptr[z0][d]), "m" (dptr[z0][d+64])); in raid6_avx5122_gen_syndrome()
238 int d, z, z0; in raid6_avx5122_xor_syndrome() local
257 : "m" (dptr[z0][d]), "m" (dptr[z0][d+64]), in raid6_avx5122_xor_syndrome()
334 int d, z, z0; in raid6_avx5124_gen_syndrome() local
428 int d, z, z0; in raid6_avx5124_xor_syndrome() local
453 : "m" (dptr[z0][d]), "m" (dptr[z0][d+64]), in raid6_avx5124_xor_syndrome()
[all …]
A Dsse1.c44 int d, z, z0; in raid6_sse11_gen_syndrome() local
46 z0 = disks - 3; /* Highest data disk */ in raid6_sse11_gen_syndrome()
47 p = dptr[z0+1]; /* XOR parity */ in raid6_sse11_gen_syndrome()
48 q = dptr[z0+2]; /* RS syndrome */ in raid6_sse11_gen_syndrome()
56 asm volatile("prefetchnta %0" : : "m" (dptr[z0][d])); in raid6_sse11_gen_syndrome()
61 for ( z = z0-2 ; z >= 0 ; z-- ) { in raid6_sse11_gen_syndrome()
103 int d, z, z0; in raid6_sse12_gen_syndrome() local
105 z0 = disks - 3; /* Highest data disk */ in raid6_sse12_gen_syndrome()
106 p = dptr[z0+1]; /* XOR parity */ in raid6_sse12_gen_syndrome()
107 q = dptr[z0+2]; /* RS syndrome */ in raid6_sse12_gen_syndrome()
[all …]
A Dmmx.c39 int d, z, z0; in raid6_mmx1_gen_syndrome() local
41 z0 = disks - 3; /* Highest data disk */ in raid6_mmx1_gen_syndrome()
42 p = dptr[z0+1]; /* XOR parity */ in raid6_mmx1_gen_syndrome()
43 q = dptr[z0+2]; /* RS syndrome */ in raid6_mmx1_gen_syndrome()
53 for ( z = z0-1 ; z >= 0 ; z-- ) { in raid6_mmx1_gen_syndrome()
87 int d, z, z0; in raid6_mmx2_gen_syndrome() local
89 z0 = disks - 3; /* Highest data disk */ in raid6_mmx2_gen_syndrome()
90 p = dptr[z0+1]; /* XOR parity */ in raid6_mmx2_gen_syndrome()
91 q = dptr[z0+2]; /* RS syndrome */ in raid6_mmx2_gen_syndrome()
101 asm volatile("movq %0,%%mm3" : : "m" (dptr[z0][d+8])); in raid6_mmx2_gen_syndrome()
[all …]
A Dint.uc86 int d, z, z0;
90 z0 = disks - 3; /* Highest data disk */
91 p = dptr[z0+1]; /* XOR parity */
92 q = dptr[z0+2]; /* RS syndrome */
95 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE];
96 for ( z = z0-1 ; z >= 0 ; z-- ) {
115 int d, z, z0;
119 z0 = stop; /* P/Q right side optimization */
125 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE];
126 for ( z = z0-1 ; z >= start ; z-- ) {
A Ds390vx.uc87 int d, z, z0;
93 z0 = disks - 3; /* Highest data disk */
94 p = dptr[z0 + 1]; /* XOR parity */
95 q = dptr[z0 + 2]; /* RS syndrome */
98 LOAD_DATA(0,&dptr[z0][d]);
100 for (z = z0 - 1; z >= 0; z--) {
120 int d, z, z0;
123 z0 = stop; /* P/Q right side optimization */
132 LOAD_DATA(0,&dptr[z0][d]);
134 for (z = z0 - 1; z >= start; z--) {
A Dneon.uc60 int d, z, z0;
65 z0 = disks - 3; /* Highest data disk */
66 p = dptr[z0+1]; /* XOR parity */
67 q = dptr[z0+2]; /* RS syndrome */
70 wq$$ = wp$$ = vld1q_u8(&dptr[z0][d+$$*NSIZE]);
71 for ( z = z0-1 ; z >= 0 ; z-- ) {
91 int d, z, z0;
96 z0 = stop; /* P/Q right side optimization */
101 wq$$ = vld1q_u8(&dptr[z0][d+$$*NSIZE]);
105 for ( z = z0-1 ; z >= start ; z-- ) {
A Dvpermxor.uc48 int d, z, z0;
51 z0 = disks - 3; /* Highest data disk */
52 p = dptr[z0+1]; /* XOR parity */
53 q = dptr[z0+2]; /* RS syndrome */
56 wp$$ = wq$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE];
58 for (z = z0-1; z>=0; z--) {
A Daltivec.uc75 int d, z, z0;
80 z0 = disks - 3; /* Highest data disk */
81 p = dptr[z0+1]; /* XOR parity */
82 q = dptr[z0+2]; /* RS syndrome */
85 wq$$ = wp$$ = *(unative_t *)&dptr[z0][d+$$*NSIZE];
86 for ( z = z0-1 ; z >= 0 ; z-- ) {
/linux/arch/arm/nwfpe/
A Dsoftfloat-macros112 z0 = a0;
125 z0 = 0;
128 *z0Ptr = z0;
150 z0 = a0;
158 z0 = 0;
161 *z0Ptr = z0;
186 z0 = a0;
202 z0 = 0;
505 add128( z0, more1, 0, z1, &z0, &z1 );
539 add128( z0, more1, 0, z1, &z0, &z1 );
[all …]
/linux/drivers/isdn/mISDN/
A Ddsp_biquad.h42 int32_t z0; in biquad2() local
44 z0 = sample * bq->gain + bq->z1 * bq->a1 + bq->z2 * bq->a2; in biquad2()
45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
48 bq->z1 = z0 >> 15; in biquad2()
/linux/arch/x86/crypto/
A Dcurve25519-x86_64.c849 u64 *z0; in montgomery_ladder() local
860 z0 = p03 + (u32)4U; in montgomery_ladder()
865 z0[0U] = (u64)0U; in montgomery_ladder()
866 z0[1U] = (u64)0U; in montgomery_ladder()
867 z0[2U] = (u64)0U; in montgomery_ladder()
868 z0[3U] = (u64)0U; in montgomery_ladder()
/linux/Documentation/input/devices/
A Dalps.rst114 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
126 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
147 byte 8: 0 z6 z5 z4 z3 z2 z1 z0
168 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
196 byte 4: 0 z6 z5 z4 z3 z2 z1 z0
212 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
260 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
290 byte 5: z7 z6 z5 z4 z3 z2 z1 z0
/linux/arch/arm/boot/dts/
A Dkirkwood-rd88f6281-z0.dts17 …compatible = "marvell,rd88f6281-z0", "marvell,rd88f6281","marvell,kirkwood-88f6281", "marvell,kirk…
/linux/arch/sh/kernel/cpu/sh4/
A Dsoftfloat.c685 bits64 z0, zMiddleA, zMiddleB, z1; in mul64To128() local
694 z0 = ((bits64) aHigh) * bHigh; in mul64To128()
696 z0 += (((bits64) (zMiddleA < zMiddleB)) << 32) + (zMiddleA >> 32); in mul64To128()
699 z0 += (z1 < zMiddleA); in mul64To128()
701 *z0Ptr = z0; in mul64To128()
/linux/Documentation/devicetree/bindings/thermal/
A Damazon,al-thermal.txt19 thermal-z0 {
A Dqcom-spmi-adc-tm-hc.yaml55 "^([-a-z0-9]*)@[0-7]$":
A Dqcom-spmi-adc-tm5.yaml55 "^([-a-z0-9]*)@[0-7]$":
/linux/Documentation/devicetree/bindings/iio/imu/
A Dinvensense,mpu6050.yaml87 "-0.173648177666930", /* z0 */
/linux/scripts/kconfig/
A Dlexer.l84 n [A-Za-z0-9_-]
/linux/Documentation/devicetree/bindings/pinctrl/
A Dallwinner,sun4i-a10-pinctrl.yaml110 "^([rs]-)?(([a-z0-9]{3,}|[a-oq-z][a-z0-9]*?)?-)+?(p[a-ilm][0-9]*?-)??pins?$":
/linux/Documentation/devicetree/bindings/iio/magnetometer/
A Dasahi-kasei,ak8975.yaml85 "-0.173648177666930", /* z0 */
/linux/Documentation/devicetree/bindings/iio/adc/
A Dfsl,imx25-gcq.yaml58 "[a-z][a-z0-9]+@[0-9a-f]+$":
/linux/scripts/genksyms/
A Dlex.l28 IDENT [A-Za-z_\$][A-Za-z0-9_\$]*

Completed in 32 milliseconds

12