Searched refs:t0 (Results 151 - 175 of 409) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dmissing-field-initializers.c35 struct Three t0 = { variable in typeref:struct:Three
/external/llvm/test/MC/Mips/
H A Dnooddspreg-error.s1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 2> %t0 | \
3 # RUN: FileCheck %s -check-prefix=CHECK-ERROR < %t0
H A Dmips-noat.s1 # RUN: not llvm-mc %s -triple=mips-unknown-linux 2>%t0 | FileCheck %s
2 # RUN: FileCheck -check-prefix=ERROR %s < %t0
H A Dnooddspreg-cmdarg.s8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -mattr=+nooddspreg 2> %t0
9 # RUN: FileCheck %s -check-prefix=INVALID < %t0
11 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -mattr=+nooddspreg 2> %t0
12 # RUN: FileCheck %s -check-prefix=INVALID < %t0
/external/v8/test/cctest/
H A Dtest-disasm-mips64.cc103 COMPARE(addu(a6, a7, t0),
104 "016c5021 addu a6, a7, t0");
105 COMPARE(daddu(a6, a7, t0),
106 "016c502d daddu a6, a7, t0");
116 COMPARE(subu(a6, a7, t0),
117 "016c5023 subu a6, a7, t0");
118 COMPARE(dsubu(a6, a7, t0),
119 "016c502f dsubu a6, a7, t0");
179 COMPARE(mul(a6, a7, t0),
180 "716c5002 mul a6, a7, t0");
[all...]
H A Dtest-unscopables-hidden-prototype.cc27 v8::Local<v8::FunctionTemplate> t0 = v8::FunctionTemplate::New(isolate); local
32 v8::Local<v8::Object> object = t0->GetFunction()->NewInstance();
H A Dtest-assembler-mips.cc123 __ ori(t0, zero_reg, 0);
124 __ lui(t0, 0x1234);
125 __ ori(t0, t0, 0);
126 __ ori(t0, t0, 0x0f0f);
127 __ ori(t0, t0, 0xf0f0);
128 __ addiu(t1, t0, 1);
132 __ li(t0,
[all...]
/external/boringssl/src/crypto/sha/asm/
H A Dsha256-armv4.pl55 $ctx="r0"; $t0="r0";
85 eor $t0,$e,$e,ror#`$Sigma1[1]-$Sigma1[0]`
87 eor $t0,$t0,$e,ror#`$Sigma1[2]-$Sigma1[0]` @ Sigma1(e)
95 ldrb $t0,[$inp,#1]
98 orr $t1,$t1,$t0,lsl#16
102 eor $t0,$e,$e,ror#`$Sigma1[1]-$Sigma1[0]`
104 eor $t0,$t0,$e,ror#`$Sigma1[2]-$Sigma1[0]` @ Sigma1(e)
112 add $h,$h,$t0,ro
[all...]
/external/v8/src/mips/
H A Dbuiltins-mips.cc103 __ SmiTst(a2, t0);
105 t0, Operand(zero_reg));
106 __ GetObjectType(a2, a3, t0);
108 t0, Operand(MAP_TYPE));
133 __ SmiTst(a2, t0);
135 t0, Operand(zero_reg));
136 __ GetObjectType(a2, a3, t0);
138 t0, Operand(MAP_TYPE));
182 t0, // Scratch.
185 __ IncrementCounter(counters->string_ctor_cached_number(), 1, a3, t0);
[all...]
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c950 IRTemp t0 = newTemp(Ity_I8); local
953 assign(t0, unop(Iop_32to8, binop(Iop_And32, rs, mkU32(0x0000001F))));
954 assign(t1, binop(Iop_Sub8, mkU8(32), mkexpr(t0)));
956 binop(Iop_Shr32, src, mkexpr(t0)));
1319 IRTemp t0, t1; local
1320 t0 = newTemp(Ity_I64);
1322 assign(t0, unop(Iop_ReinterpF64asI64, src));
1323 assign(t1, unop(Iop_64to32, mkexpr(t0)));
1333 IRTemp t0 = newTemp(Ity_I32); local
1335 assign(t0, uno
1345 IRTemp t0; local
1378 IRTemp t0; local
1425 IRTemp t0 = newTemp(Ity_F32); local
1735 IRTemp t0, t1, t2, t3, tmp5, tmp6; local
2261 IRTemp t0 = newTemp(Ity_I128); local
2429 IRTemp t0 = newTemp(Ity_I8); local
2710 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
12022 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7; local
[all...]
/external/opencv/cxcore/src/
H A Dcxcopy.cpp124 type t0 = src[i*3]; \
128 dst[i*3] = t0; \
139 type t0 = src[i*4]; \
141 dst[i*4] = t0; \
144 t0 = src[i*4+2]; \
146 dst[i*4+2] = t0; \
758 type t0 = src[i]; \
761 dst[len - i - 1] = t0; \
768 type t0 = src[i*3]; \
771 dst[(len - i)*3 - 3] = t0; \
852 int t0 = ((int*)(src + i))[0]; local
879 int t0 = ((int*)(src + i))[0]; local
889 uchar t0 = src[i]; local
[all...]
/external/boringssl/src/crypto/modes/asm/
H A Dghash-armv4.pl343 my ($t0,$t1,$t2,$t3)=map("q$_",(8..12));
349 vext.8 $t0#lo, $a, $a, #1 @ A1
350 vmull.p8 $t0, $t0#lo, $b @ F = A1*B
358 veor $t0, $t0, $r @ L = E + F
363 veor $t0#lo, $t0#lo, $t0#hi @ t0
[all...]
/external/boringssl/src/crypto/aes/
H A Daes.c679 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
695 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^
704 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^
707 Te3[t0 & 0xff] ^ rk[9];
708 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^
710 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^
713 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^
722 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^
725 Te3[t0 & 0xff] ^ rk[17];
726 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>
867 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/external/openssh/
H A Drijndael.c765 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
780 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
785 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
786 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
787 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
788 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
790 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
795 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
796 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
797 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>
[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/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);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Dmutex_try_to_lock.pass.cpp36 time_point t0 = Clock::now(); local
56 ns d = t1 - t0 - ms(250);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dlock.pass.cpp37 time_point t0 = Clock::now(); local
41 ns d = t1 - t0 - ms(250);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
H A Dmutex_try_to_lock.pass.cpp33 time_point t0 = Clock::now(); local
53 ns d = t1 - t0 - ms(250);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
H A Dlock.pass.cpp34 time_point t0 = Clock::now(); local
38 ns d = t1 - t0 - ms(250);
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_shared.pass.cpp36 time_point t0 = Clock::now(); local
44 ns d = t1 - t0 - ms(250);
/external/libcxx/test/std/thread/thread.threads/thread.thread.this/
H A Dsleep_for.pass.cpp47 time_point t0 = Clock::now(); local
50 std::chrono::nanoseconds ns = (t1 - t0) - ms;
/external/valgrind/none/tests/mips32/
H A DMoveIns.c30 "move $t0, %2\n\t" \
31 "lwc1 $" #FS ", "#offset"($t0)\n\t" \
49 "move $t0, %2\n\t" \
50 "ldc1 $" #FS ", "#offset"($t0)\n\t" \
68 "move $t0, %2\n\t" \
69 "lw $" #RT ", "#offset"($t0)\n\t" \
87 "move $t0, %2\n\t" \
88 "lw $" #RT ", "#offset"($t0)\n\t" \
106 "move $t0, %2\n\t" \
107 "lwc1 $" #FS ", "#offset"($t0)\
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DRungeKuttaIntegrator.java96 final double t0, final double[] y0,
100 sanityChecks(equations, t0, y0, t, y);
103 final boolean forward = t > t0;
126 interpolator.storeTime(t0);
129 stepStart = t0;
95 integrate(final FirstOrderDifferentialEquations equations, final double t0, final double[] y0, final double t, final double[] y) argument
/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];

Completed in 2060 milliseconds

1234567891011>>