Searched refs:z1 (Results 1 - 25 of 137) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dbbunzip_test.sh27 | dd bs=$len1 count=1 >z1 2>/dev/null
31 $gzip <z1 >zz.gz
37 sum=`cat z1 z2 | md5sum`
45 sum=`cat z1 z2 z1 z2 | md5sum`
46 rm z1.gz z2.gz 2>/dev/null
47 $gzip z1
49 cat z1.gz z2.gz z1.gz z2.gz >zz.gz
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dbbunzip_test.sh27 | dd bs=$len1 count=1 >z1 2>/dev/null
31 $gzip <z1 >zz.gz
37 sum=`cat z1 z2 | md5sum`
45 sum=`cat z1 z2 z1 z2 | md5sum`
46 rm z1.gz z2.gz 2>/dev/null
47 $gzip z1
49 cat z1.gz z2.gz z1.gz z2.gz >zz.gz
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dbbunzip_test.sh27 | dd bs=$len1 count=1 >z1 2>/dev/null
31 $gzip <z1 >zz.gz
37 sum=`cat z1 z2 | md5sum`
45 sum=`cat z1 z2 z1 z2 | md5sum`
46 rm z1.gz z2.gz 2>/dev/null
47 $gzip z1
49 cat z1.gz z2.gz z1.gz z2.gz >zz.gz
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/mISDN/
H A Ddsp_biquad.h36 int32_t z1; member in struct:biquad2_state
49 bq->z1 = 0;
58 z0 = sample*bq->gain + bq->z1*bq->a1 + bq->z2*bq->a2;
59 y = z0 + bq->z1*bq->b1 + bq->z2*bq->b2;
61 bq->z2 = bq->z1;
62 bq->z1 = z0 >> 15;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_biquad.h36 int32_t z1; member in struct:biquad2_state
49 bq->z1 = 0;
58 z0 = sample*bq->gain + bq->z1*bq->a1 + bq->z2*bq->a2;
59 y = z0 + bq->z1*bq->b1 + bq->z2*bq->b2;
61 bq->z2 = bq->z1;
62 bq->z1 = z0 >> 15;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/des/
H A Dqud_cksm.c79 DES_LONG z0,z1,t0,t1; local
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
117 t1=z1;
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
129 (*lp).b = z1;
133 *lp++ = z1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/des/
H A Dqud_cksm.c80 DES_LONG z0, z1, t0, t1; local
103 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) |
120 t1 = z1;
124 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) %
134 (*lp).b = z1;
138 *lp++ = z1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/des/
H A Dqud_cksm.c79 DES_LONG z0,z1,t0,t1; local
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
117 t1=z1;
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
129 (*lp).b = z1;
133 *lp++ = z1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/des/
H A Dqud_cksm.c80 DES_LONG z0, z1, t0, t1; local
103 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) |
120 t1 = z1;
124 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) %
134 (*lp).b = z1;
138 *lp++ = z1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/des/
H A Dqud_cksm.c79 DES_LONG z0,z1,t0,t1; local
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
117 t1=z1;
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
129 (*lp).b = z1;
133 *lp++ = z1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/des/
H A Dqud_cksm.c80 DES_LONG z0, z1, t0, t1; local
103 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) |
120 t1 = z1;
124 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) %
134 (*lp).b = z1;
138 *lp++ = z1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djfdctint.c144 INT32 z1, z2, z3, z4, z5; local
176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
177 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
187 z1 = tmp4 + tmp7;
197 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
241 z1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djfdctint.c144 INT32 z1, z2, z3, z4, z5; local
176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
177 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
187 z1 = tmp4 + tmp7;
197 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
241 z1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djfdctint.c144 INT32 z1, z2, z3, z4, z5; local
176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
177 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
187 z1 = tmp4 + tmp7;
197 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
241 z1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Djrevdct.c216 int32_t z1, z2, z3, z4, z5; local
273 z1 = MULTIPLY(d2 + d6, FIX_0_541196100);
274 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065);
275 tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865);
326 z1 = d7 + d1;
336 z1 = MULTIPLY(-z1, FIX_0_899976223);
344 tmp0 += z1 + z3;
347 tmp3 += z1 + z4;
357 z1
954 int32_t z1; local
[all...]
H A Djfdctfst.c150 int_fast16_t z1, z2, z3, z4, z5, z11, z13; local
177 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
178 dataptr[2] = tmp13 + z1; /* phase 5 */
179 dataptr[6] = tmp13 - z1;
214 int_fast16_t z1, z2, z3, z4, z5, z11, z13; local
243 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
244 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
245 dataptr[DCTSIZE*6] = tmp13 - z1;
280 int_fast16_t z1; local
309 z1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Djrevdct.c216 int32_t z1, z2, z3, z4, z5; local
273 z1 = MULTIPLY(d2 + d6, FIX_0_541196100);
274 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065);
275 tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865);
326 z1 = d7 + d1;
336 z1 = MULTIPLY(-z1, FIX_0_899976223);
344 tmp0 += z1 + z3;
347 tmp3 += z1 + z4;
357 z1
954 int32_t z1; local
[all...]
H A Djfdctfst.c150 int_fast16_t z1, z2, z3, z4, z5, z11, z13; local
177 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
178 dataptr[2] = tmp13 + z1; /* phase 5 */
179 dataptr[6] = tmp13 - z1;
214 int_fast16_t z1, z2, z3, z4, z5, z11, z13; local
243 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
244 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
245 dataptr[DCTSIZE*6] = tmp13 - z1;
280 int_fast16_t z1; local
309 z1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Djrevdct.c216 int32_t z1, z2, z3, z4, z5; local
273 z1 = MULTIPLY(d2 + d6, FIX_0_541196100);
274 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065);
275 tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865);
326 z1 = d7 + d1;
336 z1 = MULTIPLY(-z1, FIX_0_899976223);
344 tmp0 += z1 + z3;
347 tmp3 += z1 + z4;
357 z1
954 int32_t z1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dec2_mult.c107 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
113 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, argument
127 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
128 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
129 if (!BN_GF2m_add(z1, z1, x1)) goto err;
130 if (!group->meth->field_sqr(group, z1, z1, ct
150 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
222 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec2_mult.c119 * Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
126 BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2,
143 if (!group->meth->field_mul(group, z1, z1, x2, ctx))
145 if (!group->meth->field_mul(group, t2, x1, z1, ctx))
147 if (!BN_GF2m_add(z1, z1, x1))
149 if (!group->meth->field_sqr(group, z1, z1, ct
125 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
173 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
269 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec2_mult.c107 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
113 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, argument
127 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
128 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
129 if (!BN_GF2m_add(z1, z1, x1)) goto err;
130 if (!group->meth->field_sqr(group, z1, z1, ct
150 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
222 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Dec2_mult.c119 * Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
126 BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2,
143 if (!group->meth->field_mul(group, z1, z1, x2, ctx))
145 if (!group->meth->field_mul(group, t2, x1, z1, ctx))
147 if (!BN_GF2m_add(z1, z1, x1))
149 if (!group->meth->field_sqr(group, z1, z1, ct
125 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
173 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
269 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Dec2_mult.c107 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
113 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, argument
127 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
128 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
129 if (!BN_GF2m_add(z1, z1, x1)) goto err;
130 if (!group->meth->field_sqr(group, z1, z1, ct
150 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
222 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Dec2_mult.c119 * Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
126 BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2,
143 if (!group->meth->field_mul(group, z1, z1, x2, ctx))
145 if (!group->meth->field_mul(group, t2, x1, z1, ctx))
147 if (!BN_GF2m_add(z1, z1, x1))
149 if (!group->meth->field_sqr(group, z1, z1, ct
125 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
173 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
269 BIGNUM *x1, *x2, *z1, *z2; local
[all...]

Completed in 134 milliseconds

123456