Searched refs:t0 (Results 176 - 200 of 409) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
91 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2];
93 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
91 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2];
93 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3];
/external/v8/src/mips/
H A Dcode-stubs-mips.cc653 __ JumpIfNotSmi(t2, &not_smis, t0);
670 __ li(t0, Operand(LESS));
681 __ Movt(v0, t0);
693 __ mov(v0, t0); // Return LESS as result.
758 StringHelper::GenerateFlatOneByteStringEquals(masm, lhs, rhs, a2, a3, t0);
760 StringHelper::GenerateCompareFlatOneByteStrings(masm, lhs, rhs, a2, a3, t0,
1177 __ LoadRoot(t0, Heap::kTheHoleValueRootIndex);
1178 __ Branch(&okay, ne, v0, Operand(t0));
1185 __ LoadRoot(t0, Heap::kExceptionRootIndex);
1186 __ Branch(&exception_returned, eq, t0, Operan
[all...]
H A Ddeoptimizer-mips.cc168 // register t0.
171 __ Addu(t0, sp, Operand(kSavedRegistersAreaSize + (1 * kPointerSize)));
173 __ Subu(t0, fp, t0);
182 __ sw(t0, CFunctionArgumentOperand(5)); // Fp-to-sp delta.
236 __ pop(t0);
237 __ sw(t0, MemOperand(a3, 0));
257 // Outer loop state: t0 = current "FrameDescription** output_",
260 __ lw(t0, MemOperand(a0, Deoptimizer::output_offset())); // t0 i
[all...]
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305.c76 uint32_t t0, t1, t2, t3; local
88 t0 = U8TO32_LE(in);
96 state->h0 += t0 & 0x3ffffff;
97 state->h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff;
154 t0 = U8TO32_LE(mp + 0);
159 state->h0 += t0 & 0x3ffffff;
160 state->h1 += ((((uint64_t)t1 << 32) | t0) >> 26) & 0x3ffffff;
170 uint32_t t0, t1, t2, t3; local
179 t0 = U8TO32_LE(key + 0);
185 state->r0 = t0
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
H A DSweepSphere.java216 float t0, t1;
227 t0 = 0;
234 t0 = (-1f - signedDistanceToPlane) / normalDotVelocity;
237 if (t0 > t1){
239 t1 = t0;
240 t0 = tf;
243 if (t0 > 1.0f || t1 < 0.0f){
249 t0 = Math.max(t0, 0.0f);
261 // contactPoint = sCenter - p.normal + t0 * sVelocit
[all...]
/external/opencv/cv/src/
H A Dcvsumpixels.cpp144 sumtype t0; \
153 s = t0 = cast_macro(it); \
161 sum[0] = sum[-sumstep] + t0; \
163 tilted[0] = tilted[-tiltedstep] + t0 + buf[1]; \
168 buf[x-1] = t1 + t0; \
170 t0 = cast_macro(it); \
172 s += t0; \
176 t1 += buf[x+1] + t0 + tilted[x - tiltedstep - 1];\
183 buf[x-1] = t1 + t0; \
185 t0
[all...]
H A Dcvmorph.cpp542 s2 = sptr[2], s3 = sptr[3], t0, t1; \
547 t0 = sptr[0]; t1 = sptr[1]; \
548 update_extr_macro(s0,t0); \
550 t0 = sptr[2]; t1 = sptr[3]; \
551 update_extr_macro(s2,t0); \
556 t0 = sptr[0]; t1 = sptr[1]; \
557 update_extr_macro(t0,s0); \
559 dst[i] = (arrtype)toggle_macro(t0); \
561 t0 = sptr[2]; t1 = sptr[3]; \
562 update_extr_macro(t0,s
[all...]
H A Dcvcamshift.cpp259 int t0, t1; local
263 t0 = cvRound( fabs( length * cs ));
266 t0 = MAX( t0, t1 ) + 2;
267 comp.rect.width = MIN( t0, (mat->width - _xc) * 2 );
269 t0 = cvRound( fabs( length * sn ));
272 t0 = MAX( t0, t1 ) + 2;
273 comp.rect.height = MIN( t0, (mat->height - _yc) * 2 );
/external/boringssl/src/crypto/sha/asm/
H A Dsha512-586.pl569 my ($t0,$t2,$t1)=@X[2..4];
573 &movdqa (@X[1],$t0); # restore @X[1]
574 &palignr ($t0,@X[0],8); # X[1..2]
578 &movdqa ($t1,$t0);
579 &psrlq ($t0,7);
584 &pxor ($t0,$t1);
586 &pxor ($t0,$t2);
588 &pxor ($t0,$t1);
590 &pxor ($t0,$t2); # sigma0(X[1..2])
593 &paddq (@X[0],$t0); #
[all...]
H A Dsha1-armv4-large.pl95 $t0="r9";
105 ldr $t0,[$Xi,#15*4]
110 eor $t0,$t0,$t1
113 mov $t0,$t0,ror#31
115 eor $t0,$t0,$t2,ror#31
116 str $t0,[$Xi,#-4]!
119 add $e,$e,$t0
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dstack-overflow.cc37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
38 t0 = z0;
53 z0 = t0;
/external/valgrind/VEX/priv/
H A Dguest_tilegx_toIR.c244 IRTemp t0; local
246 t0 = newTemp(Ity_I1);
247 assign(t0, guard);
248 return IRStmt_Exit(mkexpr(t0), Ijk_Boring,
282 IRTemp t0, t1, t2, t3, t4; local
583 t0 = newTemp(Ity_I64);
585 assign(t0, binop(Iop_Xor64,
606 mkexpr(t0),
636 t0 = newTemp(Ity_I64);
647 assign(t0, bino
[all...]
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp65 int t0 = ((const int*)src)[j]; local
67 ((int*)dst)[j] = t0;
69 t0 = ((const int*)src)[j+2];
71 ((int*)dst)[j+2] = t0;
99 int t0 = ((int*)_src)[0]; local
101 ((int*)dst)[j] = t0;
108 int t0 = ((int*)_src)[0]; local
110 ((int*)dst)[j] = t0;
112 t0 = ((int*)_src)[2];
114 ((int*)dst)[j+2] = t0;
760 double t0 = a[0]*b[0] + a[1]*b[b_step]; local
777 double t0 = a[0]*b[0] + a[1]*b[b_step]; local
791 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2]; local
810 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2]; local
827 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3]; local
848 double t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3]; local
886 float t0 = a[0]*b[0] + a[1]*b[b_step]; local
903 float t0 = a[0]*b[0] + a[1]*b[b_step]; local
917 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2]; local
936 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2]; local
953 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3]; local
974 float t0 = a[0]*b[0] + a[1]*b[b_step] + a[2]*b[b_step*2] + a[3]*b[b_step*3]; local
[all...]
H A Dcxlogic.cpp74 int t0 = __op__(((const int*)(src1+i))[0], ((const int*)(src2+i))[0]);\
77 ((int*)(dst+i))[0] = t0; \
80 t0 = __op__(((const int*)(src1+i))[2], ((const int*)(src2+i))[2]); \
83 ((int*)(dst+i))[2] = t0; \
129 int t0 = __op__(((const int*)(src+i))[0], ((const int*)(scalar+i))[0]); \
131 ((int*)(dst+i))[0] = t0; \
134 t0 = __op__(((const int*)(src+i))[2], ((const int*)(scalar+i))[2]); \
135 ((int*)(dst+i))[2] = t0; \
147 int t0 = __op__(src[i], scalar[i]); \
149 dst[i] = (uchar)t0; \
585 int t0 = ~((const int*)(src1+i))[0]; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DAdamsBashforthIntegrator.java189 final double t0, final double[] y0,
194 sanityChecks(equations, t0, y0, t, y);
197 final boolean forward = t > t0;
216 start(t0, y, t);
188 integrate(final FirstOrderDifferentialEquations equations, final double t0, final double[] y0, final double t, final double[] y) argument
H A DAdaptiveStepsizeIntegrator.java173 * @param t0 start time
174 * @param y0 state vector at t0
181 final double t0, final double[] y0,
185 super.sanityChecks(equations, t0, y0, t, y);
210 * @param t0 start time
211 * @param y0 state vector at t0
221 final double t0, final double[] y0, final double[] yDot0,
252 computeDerivatives(t0 + h, y1, yDot1);
269 h = FastMath.max(h, 1.0e-12 * FastMath.abs(t0)); // avoids cancellation when computing t1 - t0
180 sanityChecks(final FirstOrderDifferentialEquations equations, final double t0, final double[] y0, final double t, final double[] y) argument
219 initializeStep(final FirstOrderDifferentialEquations equations, final boolean forward, final int order, final double[] scale, final double t0, final double[] y0, final double[] yDot0, final double[] y1, final double[] yDot1) argument
318 integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y) argument
[all...]
/external/clang/test/CodeGen/
H A Dunion.c44 T0 t0; variable
/external/clang/test/CodeGenCXX/
H A Dconst-init.cpp39 double t0 = A::d; member in namespace:test2
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips3-wrong-error.s16 sd $t0,5835($a6) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
18 sdr $a7,-20423($t0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/opencv/cvaux/src/
H A Dcvhmmobs.cpp191 float t0 = img[x + j * imgStep]; local
193 float t2 = t0 + t1;
195 t0 -= t1;
198 temp1[j] = (work_t) t0;
258 work_t t0 = buf[j]; local
260 work_t t2 = t0 + t1;
262 t0 -= t1;
265 temp1[j] = (work_t) t0;
388 float t0 = img[x + j * imgStep]; local
390 float t2 = t0
455 work_t t0 = buf[j]; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRandomPhrase.java96 Transition t0 = state.transition[0];
97 if ( t0 instanceof RuleClosureTransition ) {
100 //System.out.println("call "+((RuleClosureTransition)t0).rule.name);
103 else if ( t0.label.isSet() || t0.label.isAtom() ) {
104 tokenTypes.add( getTokenType(t0.label) );
106 state = (NFAState)t0.target;
136 //System.out.println(t0.label.toString(g));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192R1Field.java110 long t0 = xx06 + xx10;
114 cc += (xx[0] & M) + t0;
121 t0 += xx08;
124 cc += (xx[2] & M) + t0;
131 t0 -= xx06;
134 cc += (xx[4] & M) + t0;
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mop.cc70 MainThread t0; local
71 t0.Create(m);
84 t0.Destroy(m);
89 MainThread t0; local
90 t0.Create(m);
103 t0.Destroy(m);
H A Dtsan_mutex.cc97 MainThread t0; local
98 t0.Create(m);
113 MainThread t0; local
114 t0.Create(m);
129 MainThread t0; local
130 t0.Create(m);

Completed in 691 milliseconds

1234567891011>>