Searched refs:t0 (Results 51 - 75 of 207) sorted by relevance

123456789

/external/openssh/
H A Drijndael.c859 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
874 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
879 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
880 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
881 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
882 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
884 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
889 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
890 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
891 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>
1040 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
H A Dlogintest.c93 time_t t0, t1, t2, logintime, logouttime; local
143 (void)time(&t0);
144 strlcpy(s_t0, ctime(&t0), sizeof(s_t0));
149 (int)t0, s_t0, (int)t1, s_t1);
192 else if (t0 != t2)
/external/openssl/crypto/aes/
H A Daes_core.c785 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
803 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
808 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
809 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
810 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
811 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
813 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
818 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
819 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
820 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>
976 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/external/qemu/
H A Daes.c889 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
907 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
912 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
913 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
914 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
915 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
917 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
922 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
923 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
924 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>
1080 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSanity.java104 Transition t0 = s.transition[0];
105 if ( t0 instanceof RuleClosureTransition ) {
106 RuleClosureTransition refTrans = (RuleClosureTransition)t0;
108 //String targetRuleName = ((NFAState)t0.target).getEnclosingRule();
124 traceStatesLookingForLeftRecursion((NFAState)t0.target,
132 ((RuleClosureTransition) t0).followState;
140 else if ( t0.label.isEpsilon() || t0.label.isSemanticPredicate() ) {
142 traceStatesLookingForLeftRecursion((NFAState)t0.target, visitedStates, listOfRecursiveCycles);
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/kernel-headers/original/asm-mips/
H A Dregdef.h28 #define t0 $8 /* caller saved */ macro
75 #define t0 $12 /* caller saved */ macro
/external/wpa_supplicant_8/hostapd/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/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/test/cctest/
H A Dtest-assembler-mips.cc139 __ ori(t0, zero_reg, 0);
140 __ lui(t0, 0x1234);
141 __ ori(t0, t0, 0);
142 __ ori(t0, t0, 0x0f0f);
143 __ ori(t0, t0, 0xf0f0);
144 __ addiu(t1, t0, 1);
148 __ li(t0,
[all...]
/external/openssl/crypto/bn/asm/
H A Dmips.pl92 ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
98 # is treated by saving/restoring ($v1,$t0..$t3).
136 $REG_S $t0,1*$SZREG($sp)
143 $LD $t0,0($a1)
147 $MULTU $t0,$a3
158 mfhi $t0
160 $ADDU $v0,$t0
206 $LD $t0,0($a1)
213 $LD $t0,0($a1)
214 $MULTU $t0,
[all...]
H A Dmips-mont.pl28 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
37 # - copy return value to $t0, former $v0 [or to $a0 if you're adapting
45 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
134 li $t0,0
215 sltu $t0,$lo1,$hi1
217 $ADDU $hi1,$nhi,$t0
227 sltu $t0,$j,$num
231 bnez $t0,.L1st
240 sltu $t0,$lo1,$hi1
241 $ADDU $hi1,$nhi,$t0
[all...]
/external/libffi/src/mips/
H A Do32.S79 REG_L t0, A3_OFF($fp) # load the flags word
80 SRL t2, t0, 4 # shift our arg info
81 and t0, ((1<<4)-1) # mask out the return type
85 bnez t0, pass_d # make it quick for int
93 bne t0, FFI_ARGS_D, pass_f
100 bne t0, FFI_ARGS_F, pass_d_d
108 bne t0, FFI_ARGS_DD, pass_f_f
114 bne t0, FFI_ARGS_FF, pass_d_f
122 bne t0, FFI_ARGS_DF, pass_f_d
130 # bne t0, FFI_ARGS_F_
[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/qemu/target-i386/
H A Dtranslate.c274 static inline void gen_op_mov_reg_v(int ot, int reg, TCGv t0) argument
279 tcg_gen_st8_tl(t0, cpu_env, offsetof(CPUState, regs[reg]) + REG_B_OFFSET);
281 tcg_gen_st8_tl(t0, cpu_env, offsetof(CPUState, regs[reg - 4]) + REG_H_OFFSET);
285 tcg_gen_st16_tl(t0, cpu_env, offsetof(CPUState, regs[reg]) + REG_W_OFFSET);
289 tcg_gen_st32_tl(t0, cpu_env, offsetof(CPUState, regs[reg]) + REG_L_OFFSET);
296 tcg_gen_st_tl(t0, cpu_env, offsetof(CPUState, regs[reg]));
301 tcg_gen_st32_tl(t0, cpu_env, offsetof(CPUState, regs[reg]) + REG_L_OFFSET);
343 static inline void gen_op_mov_v_reg(int ot, TCGv t0, int reg) argument
350 tcg_gen_ld8u_tl(t0, cpu_env, offsetof(CPUState, regs[reg - 4]) + REG_H_OFFSET);
355 tcg_gen_ld_tl(t0, cpu_en
530 gen_op_ld_v(int idx, TCGv t0, TCGv a0) argument
569 gen_op_st_v(int idx, TCGv t0, TCGv a0) argument
945 TCGv t0; local
1429 TCGv t0, t1; local
1559 TCGv t0, t1, t2, a0; local
1655 TCGv t0, t1, a0; local
1785 TCGv t0, t1, t2, a0; local
2344 TCGv t0; local
4815 TCGv t0, t1, t2, a0; local
6303 TCGv t0; local
6536 TCGv t0; local
7246 TCGv t0, t1, t2; local
7294 TCGv t0; local
[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/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/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/compiler-rt/lib/tsan/rtl_tests/
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);

Completed in 671 milliseconds

123456789