Searched refs:t0 (Results 76 - 100 of 207) sorted by relevance

123456789

/external/compiler-rt/lib/tsan/rtl_tests/
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);
/external/dropbear/libtomcrypt/src/ciphers/aes/
H A Daes.c294 ulong32 s0, s1, s2, s3, t0, t1, t2, t3, *rk; local
317 t0 =
344 s0 = t0; s1 = t1; s2 = t2; s3 = t3;
355 t0 =
386 Te0(byte(t0, 3)) ^
395 Te3(byte(t0, 0)) ^
400 Te2(byte(t0, 1)) ^
405 Te1(byte(t0, 2)) ^
418 (Te4_3[byte(t0, 3)]) ^
428 (Te4_0[byte(t0,
473 ulong32 s0, s1, s2, s3, t0, t1, t2, t3, *rk; local
[all...]
/external/openssl/crypto/bn/asm/
H A Dmips3.s70 ld t0,0(a1)
82 dmultu t0,a3
93 mfhi t0
95 daddu v0,t0
141 ld t0,0(a1)
144 ld t0,0(a1)
151 dmultu t0,a3
157 mfhi t0
159 daddu v0,t0
165 ld t0,
[all...]
H A Dx86_64-gf2m.pl38 ($t0,$t1)=("%rbx","%rcx");
71 mov $i1,$t0
74 shr \$3,$t0
76 xor $t0,$hi
126 mov $t1,$t0
130 shr \$`64-(8*$n-4)`,$t0
135 xor $t0,$hi
143 mov $t1,$t0
146 shr \$`64-(8*$n-4)`,$t0
149 xor $t0,
[all...]
/external/opencv/cv/src/
H A Dcvsegmentation.cpp476 int t0 = ptr[0], t1 = ptr[1], t2 = ptr[2]; local
477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
479 s0 += t0; s1 += t1; s2 += t2;
482 t0 = ptr[3], t1 = ptr[4], t2 = ptr[5];
483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
485 s0 += t0; s1 += t1; s2 += t2;
488 t0 = ptr[6], t1 = ptr[7], t2 = ptr[8];
489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
491 s0 += t0; s1 += t1; s2 += t2;
494 t0
504 int t0 = ptr[0], t1 = ptr[1], t2 = ptr[2]; local
[all...]
H A Dcvaccum.cpp58 dsttype t0 = dst[x] + cvtmacro(src[x]); \
60 dst[x] = t0; dst[x + 1] = t1; \
62 t0 = dst[x + 2] + cvtmacro(src[x + 2]); \
64 dst[x + 2] = t0; dst[x + 3] = t1; \
96 dsttype t0 = dst[x] + cvtmacro(src1[x])*cvtmacro(src2[x]); \
98 dst[x] = t0; dst[x + 1] = t1; \
100 t0 = dst[x + 2] + cvtmacro(src1[x + 2])*cvtmacro(src2[x + 2]); \
102 dst[x + 2] = t0; dst[x + 3] = t1; \
131 dsttype t0 = dst[x]*beta + cvtmacro(src[x])*alpha; \
133 dst[x] = t0; ds
[all...]
/external/opencv/cxcore/src/
H A Dcxarithm.cpp60 worktype t0 = __op__((src1)[i], (src2)[i]); \
63 (dst)[i] = cast_macro( t0 ); \
66 t0 = __op__((src1)[i+2],(src2)[i+2]); \
69 (dst)[i+2] = cast_macro( t0 ); \
75 worktype t0 = __op__((src1)[i],(src2)[i]); \
76 (dst)[i] = cast_macro( t0 ); \
92 worktype t0 = __op__((src1)[0],(src2)[0]); \
93 (dst)[0] = cast_macro( t0 ); \
121 worktype t0 = __op__((src1)[0],(src2)[0]); \
122 (dst)[0] = cast_macro( t0 ); \
1875 int j, t0, t1, t2, t3; local
[all...]
H A Dcxcmp.cpp1266 temptype t0 = src1[i] - src2[i]; \
1269 t0 = (temptype)abs_macro(t0); \
1272 dst[i] = cast_macro(t0); \
1275 t0 = src1[i+2] - src2[i+2]; \
1278 t0 = (temptype)abs_macro(t0); \
1281 dst[i+2] = cast_macro(t0); \
1287 temptype t0 = src1[i] - src2[i]; \
1288 t0
[all...]
H A Dcxdxt.cpp535 double t0 = -dst[i].im;
537 dst[i].im = t0; dst[i+1].im = t1;
830 double t0 = dst[i].re*re_scale;
832 dst[i].re = t0;
840 double t0 = -dst[i].im;
842 dst[i].im = t0;
961 int t0 = idst[i*2+1] ^ 0x80000000;
963 idst[i*2+1] = t0; idst[i*2+3] = t1;
1259 double t0 = dst[i].re*re_scale;
1261 dst[i].re = (float)t0;
[all...]
H A Dcxmean.cpp169 double t0 = scale*(double)tmp##0; \
171 mean[0] = t0; \
176 double t0 = scale*(double)tmp##0; \
179 mean[0] = t0; \
185 double t0 = scale*(double)tmp##0; \
187 mean[0] = t0; \
189 t0 = scale*(double)tmp##2; \
191 mean[2] = t0; \
H A Dcxsvd.cpp55 double t0 = _x[_i]; \
57 _x[_i] = t0*c + t1*s; \
58 _y[_i] = -t0*s + t1*c; \
76 double t0 = y[j] + s*x[j]; local
78 y[j] = t0;
80 t0 = y[j+2] + s*x[j+2];
82 y[j+2] = t0;
114 double t0 = y[j] + s*x[j]; local
116 y[j] = t0;
118 t0
156 double t0 = y[j] + s*x[j]; local
192 double t0 = y[j] + s*x[j]; local
1076 double t0 = x[j] + s*vT[j]; local
1171 double t0 = x[j] + s*vT[j]; local
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c341 REG_TYPE t0,t1,v0,v1,s0,s1; local
344 t0 = (*T++)>>1;
349 t0 += (v0 = (*V++)>>1);
351 XPROD31( s0, s1, t0, t1, x, x+1 );
355 v0 += (t0 = (*T++)>>1);
367 REG_TYPE t0,t1,v0,v1,q0,q1,s0,s1; local
370 t0 = *T++;
377 t0 += (q0 = (v0-t0)>>2);
381 XPROD31( s0, s1, t0, t
[all...]
/external/v8/src/mips/
H A Dcodegen-mips.cc83 // -- t0 : scratch (elements)
106 // -- t0 : scratch (elements)
115 __ lw(t0, FieldMemOperand(a2, JSObject::kElementsOffset));
117 __ Branch(&only_change_map, eq, at, Operand(t0));
120 __ lw(t1, FieldMemOperand(t0, FixedArray::kLengthOffset));
121 // t0: source FixedArray
158 __ Addu(a3, t0, Operand(FixedArray::kHeaderSize - kHeapObjectTag));
162 __ li(t0, Operand(kHoleNanLower32));
164 // t0: kHoleNanLower32
228 __ sw(t0, MemOperan
[all...]
H A Dcode-stubs-mips.cc77 EmitCheckForHeapNumber(masm, a0, a1, t0, &call_builtin);
118 __ LoadRoot(t0, Heap::kUndefinedValueRootIndex);
125 __ sw(t0, FieldMemOperand(v0, JSFunction::kNextFunctionLinkOffset));
138 __ LoadRoot(t0, Heap::kFalseValueRootIndex);
139 __ Push(cp, a3, t0);
313 __ sll(t0, a0, kPointerSizeLog2 - kSmiTagSize);
314 __ Addu(t0, a3, t0);
315 __ lw(a3, MemOperand(t0));
390 __ sll(t0, a
[all...]
H A Dstub-cache-mips.cc358 __ JumpIfSmi(receiver, smi, t0);
463 __ li(t0, Operand(transition));
464 __ sw(t0, FieldMemOperand(receiver_reg, HeapObject::kMapOffset));
664 __ Addu(t0, a2, Operand(argc * kPointerSize));
665 __ sw(t0, MemOperand(a1, 1 * kPointerSize));
667 __ li(t0, Operand(argc));
668 __ sw(t0, MemOperand(a1, 2 * kPointerSize));
1400 CheckPrototypes(object, a0, holder, a3, a1, t0, name, miss);
1425 __ lw(t0, FieldMemOperand(a1, JSFunction::kSharedFunctionInfoOffset));
1426 __ Branch(miss, ne, t0, Operan
1507 CheckPrototypes(Handle<JSObject>::cast(object), receiver, holder, a3, v0, t0, local
1716 t0, v0, name, &miss); local
1966 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, v0, a3, t0, local
2041 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, a0, a3, t0, local
2170 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, v0, a3, t0, local
2282 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, a0, a3, t0, name, local
2337 CheckPrototypes(Handle<JSObject>::cast(object), a1, holder, a0, a3, t0, local
2447 compiler.Compile(masm(), object, holder, name, &lookup, a1, a3, t0, a0, local
[all...]
/external/libvpx/vp8/encoder/
H A Dencodemb.c286 int t0; local
343 t0 = (vp8_dct_value_tokens_ptr + x)->Token;
348 pt = vp8_prev_token_class[t0];
369 tokens[i][0].token = t0;
394 t0 = tokens[next][0].token == DCT_EOB_TOKEN ?
401 t0=t1 = (vp8_dct_value_tokens_ptr + x)->Token;
406 if(t0!=DCT_EOB_TOKEN)
408 pt = vp8_prev_token_class[t0];
439 tokens[i][1].token =best?t1:t0;
451 t0
[all...]
/external/opencv/otherlibs/highgui/
H A Dutils.cpp165 uchar t0 = bgra[swap_rb], t1 = bgra[1]; local
166 bgr[0] = t0; bgr[1] = t1;
167 t0 = bgra[swap_rb^2]; bgr[2] = t0;
183 uchar t0 = bgra[0], t1 = bgra[1]; local
186 rgba[2] = t0; rgba[3] = t3;
202 uchar t0 = bgr[0], t1 = bgr[1], t2 = bgr[2]; local
203 rgb[2] = t0; rgb[1] = t1; rgb[0] = t2;
219 ushort t0 = bgr[0], t1 = bgr[1], t2 = bgr[2]; local
220 rgb[2] = t0; rg
272 int t0 = (((ushort*)bgr555)[i] << 3) & 0xf8; local
290 int t0 = (((ushort*)bgr565)[i] << 3) & 0xf8; local
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
144 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
146 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3];
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
144 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
146 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
140 s0 = TD41(t0) ^ TD42(t3) ^ TD43(t2) ^ TD44(t1) ^ rk[0];
142 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
144 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
146 s3 = TD41(t3) ^ TD42(t2) ^ TD43(t1) ^ TD44(t0) ^ rk[3];
/external/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl99 $num="r5"; # zapped by $t0
104 $t0 ="r5";
129 and $t0,$f,$e
134 or $t0,$t0,$t1 ; Ch(e,f,g)
137 add $T,$T,$t0
142 and $t0,$a,$b
146 xor $t0,$t0,$t1
150 xor $t0,
[all...]
/external/dropbear/libtomcrypt/src/mac/pelican/
H A Dpelican.c57 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; local
65 t0 =
85 s0 = t0; s1 = t1; s2 = t2; s3 = t3;
/external/openssl/crypto/des/
H A Dede_cbcm_enc.c141 register DES_LONG t0,t1; local
158 t0=tin0;
184 xor0=t0;
/external/srec/audio/AudioIn/UNIX/src/
H A Dfilter.c307 time_t t0; // time upon entry
309 t0 = time(NULL); // get time upon entry
366 fprintf(stdout, "\n\nTime elapsed: %d sec\n", time(NULL)-t0);
/external/openssl/crypto/aes/asm/
H A Daes-ppc.pl78 $t0="r12";
105 else { die if ($Tbl3 ne "r2"); $Tbl3=$t0; $t0="r0"; }
362 andi. $t0,$inp,3
364 or. $t0,$t0,$t1
381 subfic $t0,$inp,4096
383 andi. $t0,$t0,4096-16
483 lwz $t0,
[all...]

Completed in 646 milliseconds

123456789