Searched refs:t0 (Results 126 - 150 of 207) sorted by relevance

123456789

/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java63 private long t0; field in class:JDBCConnection
77 t0 = System.currentTimeMillis();
81 if (t1 - t0 > timeout) {
96 t0 = System.currentTimeMillis();
100 if (t1 - t0 > timeout) {
/external/dropbear/libtomcrypt/src/hashes/sha2/
H A Dsha256.c74 ulong32 S[8], W[64], t0, t1; local
98 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
100 d += t0; \
101 h = t0 + t1;
110 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \
112 d += t0; \
113 h = t0 + t1;
/external/opencv/cv/src/
H A Dcvmoments.cpp536 double t0 = nu30 + nu12; local
539 double q0 = t0 * t0, q1 = t1 * t1;
548 HuState->hu6 = d * (q0 - q1) + n4 * t0 * t1;
550 t0 *= q0 - 3 * q1;
557 HuState->hu5 = q0 * t0 + q1 * t1;
558 HuState->hu7 = q1 * t0 - q0 * t1;
H A Dcvoptflowbm.cpp54 int t0 = abs(vec1[i] - vec2[i]); local
59 sum += t0 + t1 + t2 + t3;
64 int t0 = abs(vec1[i] - vec2[i]); local
65 sum += t0;
H A Dcvthresh.cpp91 uchar t0 = tab[src[j]]; local
94 dst[j] = t0;
97 t0 = tab[src[j+2]];
100 dst[j+2] = t0;
H A Dcvfilter.cpp1473 worktype t0, t1; \
1481 t0 = cast_macro1(s0); t1 = cast_macro1(s1); \
1482 dst[i]=cast_macro2(t0); dst[i+1]=cast_macro2(t1); \
1483 t0 = cast_macro1(s2); t1 = cast_macro1(s3); \
1484 dst[i+2]=cast_macro2(t0); dst[i+3]=cast_macro2(t1); \
1490 worktype t0; \
1493 t0 = cast_macro1(s0); \
1494 dst[i] = cast_macro2(t0); \
1533 worktype t0, t1; \
1545 t0
[all...]
H A Dcvlkpyramid.cpp243 float t0 = (src3[x] + src[x])*smooth_k[0] + src2[x]*smooth_k[1]; local
245 buffer0[x] = t0; buffer1[x] = t1;
250 float t0 = buffer0[x+2] - buffer0[x]; local
252 dstX[x] = t0; dstY[x] = t1;
545 double t0 = pi[x] - pj[x]; local
546 bx += t0 * ix[x];
547 by += t0 * iy[x];
940 double t0, t1, s = 0; local
981 t0 = Av[0] * (1 + eta[2]) + Av[1] * eta[4];
983 Av[0] = (float)t0;
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-mips.pl29 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
38 # - copy return value to $t0, former $v0 [or to $a0 if you're adapting
46 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
67 $pf = ($flavour =~ /nubi/i) ? $t0 : $t2;
104 my ($i0,$i1,$i2,$i3)=($at,$t0,$t1,$t2);
105 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
116 lw $t0,0($key)
123 xor $s0,$t0
142 lwl $t0,3($i0) # Te1[s1>>16]
146 lwr $t0,
[all...]
H A Daes-s390x.pl100 $t0="%r0"; $mask="%r0";
432 l $t0,16($key)
448 xr $s0,$t0
755 l $t0,16($key)
770 xr $s0,$t0
787 lghi $t0,0
788 cl${g}r $inp,$t0
790 cl${g}r $key,$t0
793 lghi $t0,128
794 clr $bits,$t0
[all...]
/external/opencv/cxcore/src/
H A Dcxutils.cpp118 double t0 = c[j] + s[j]; local
121 c[j] = t0;
124 t0 = c[j+2] + s[j+2];
127 c[j+2] = t0;
184 double t0 = c[j] - s[j]; local
186 dist += t0*t0 + t1*t1;
187 t0 = c[j+2] - s[j+2];
189 dist += t0*t0
366 double t0 = -2 * sqrtQ; local
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc508 TickTime t0 = TickTime::Now(); local
509 TickTime t1 = t0;
576 t0 = TickTime::Now();
584 TickInterval tick_diff = t1 - t0;
617 t0 = TickTime::Now();
652 TickInterval tick_diff = t1 - t0;
761 t0 = TickTime::Now();
769 TickInterval tick_diff = t1 - t0;
813 t0 = TickTime::Now();
851 TickInterval tick_diff = t1 - t0;
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl121 s0=r26; s1=r27; t0=r28; t1=r29;
197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
217 mux2 $t0=A,0x44 };; // copy lower half to upper
224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
467 _rotr r10=$t0,$Sigma0[0] } // ROTR(a,28)
471 _rotr r11=$t0,$Sigma0[1] } // ROTR(a,34)
475 _rotr r8=$t0,$Sigma0[2] } // ROTR(a,39)
507 $t0="t0",
[all...]
/external/libffi/src/mips/
H A Dffitarget.h111 #define t0 $8 macro
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc122 // sltu at, sp, t0 / slt at, a3, zero_reg (in case of count based interrupts)
173 patcher.masm()->sltu(at, sp, t0);
802 // register t0.
806 __ Addu(t0, sp, Operand(kSavedRegistersAreaSize + (1 * kPointerSize)));
810 __ Addu(t0, sp, Operand(kSavedRegistersAreaSize + (1 * kPointerSize)));
814 __ Addu(t0, sp, Operand(kSavedRegistersAreaSize + (2 * kPointerSize)));
817 __ Subu(t0, fp, t0);
826 __ sw(t0, CFunctionArgumentOperand(5)); // Fp-to-sp delta.
883 __ pop(t0);
[all...]
/external/qemu/tcg/
H A Dtcg.c522 TCGv_i32 t0; local
523 t0 = tcg_temp_new_i32();
524 tcg_gen_movi_i32(t0, val);
525 return t0;
530 TCGv_i64 t0; local
531 t0 = tcg_temp_new_i64();
532 tcg_gen_movi_i64(t0, val);
533 return t0;
538 TCGv_i32 t0; local
539 t0
546 TCGv_i64 t0; local
735 TCGv_i32 t0, t1; local
746 tcg_gen_or_i32(TCGV_LOW(ret), TCGV_LOW(ret), t0); local
753 tcg_gen_or_i32(TCGV_HIGH(ret), TCGV_HIGH(ret), t0); local
[all...]
/external/qemu/target-i386/
H A Dop_helper.c122 void helper_write_eflags(target_ulong t0, uint32_t update_mask) argument
124 load_eflags(t0, update_mask);
545 void helper_check_iob(uint32_t t0) argument
547 check_io(t0, 1);
550 void helper_check_iow(uint32_t t0) argument
552 check_io(t0, 2);
555 void helper_check_iol(uint32_t t0) argument
557 check_io(t0, 4);
1639 void helper_divb_AL(target_ulong t0) argument
1644 den = (t0
1656 helper_idivb_AL(target_ulong t0) argument
1673 helper_divw_AX(target_ulong t0) argument
1691 helper_idivw_AX(target_ulong t0) argument
1709 helper_divl_EAX(target_ulong t0) argument
1727 helper_idivl_EAX(target_ulong t0) argument
2900 helper_write_crN(int reg, target_ulong t0) argument
2904 helper_movl_drN_T0(int reg, target_ulong t0) argument
2928 helper_write_crN(int reg, target_ulong t0) argument
2953 helper_movl_drN_T0(int reg, target_ulong t0) argument
2972 helper_lmsw(target_ulong t0) argument
4618 helper_mulq_EAX_T0(target_ulong t0) argument
4629 helper_imulq_EAX_T0(target_ulong t0) argument
4640 helper_imulq_T0_T1(target_ulong t0, target_ulong t1) argument
4650 helper_divq_EAX(target_ulong t0) argument
4664 helper_idivq_EAX(target_ulong t0) argument
5251 uint32_t t0, t1; local
5489 helper_bsf(target_ulong t0) argument
5503 helper_bsr(target_ulong t0) argument
[all...]
/external/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm61 movdqa t0, xmm5 ; save to t0
145 movdqa xmm4, t0 ; hev get abs (q1 - q0)
299 %define t0 [rsp + 0] ;__declspec(align(16)) char t0[16];
353 %define t0 [rsp + 64] ;__declspec(align(16)) char t0[16];
595 %define t0 [rsp + 0] ;__declspec(align(16)) char t0[16];
649 %define t0 [rs
[all...]
H A Dloopfilter_mmx.asm36 %define t0 [rsp + 0] ;__declspec(align(16)) char t0[8];
73 movq t0, mm4 ; save to t0
138 movq mm4, t0 ; get abs (q1 - q0)
250 %define t0 [rsp + 0] ;__declspec(align(16)) char t0[8];
381 movq t0, mm5 ; save abs(p1-p0)
435 movq mm4, t0 ; get abs (q1 - q0)
623 %define t0 [rs
[all...]
/external/qemu/target-arm/
H A Dtranslate.c358 /* Dual 16-bit add. Result placed in t0 and t1 is marked as dead.
359 tmp = (t0 ^ t1) & 0x8000;
360 t0 &= ~0x8000;
362 t0 = (t0 + t1) ^ tmp;
365 static void gen_add16(TCGv t0, TCGv t1) argument
368 tcg_gen_xor_i32(tmp, t0, t1);
370 tcg_gen_andi_i32(t0, t0, ~0x8000);
372 tcg_gen_add_i32(t0, t
397 gen_adc(TCGv t0, TCGv t1) argument
407 gen_add_carry(TCGv dest, TCGv t0, TCGv t1) argument
417 gen_sub_carry(TCGv dest, TCGv t0, TCGv t1) argument
3476 gen_mulxy(TCGv t0, TCGv t1, int x, int y) argument
3523 gen_set_psr(DisasContext *s, uint32_t mask, int spsr, TCGv t0) argument
3609 gen_neon_add(int size, TCGv t0, TCGv t1) argument
3619 gen_neon_rsb(int size, TCGv t0, TCGv t1) argument
3765 gen_neon_trn_u8(TCGv t0, TCGv t1) argument
3787 gen_neon_trn_u16(TCGv t0, TCGv t1) argument
7710 gen_thumb2_data_op(DisasContext *s, int op, int conds, uint32_t shifter_out, TCGv t0, TCGv t1) argument
[all...]
/external/skia/samplecode/
H A DSampleColorFilter.cpp61 int t0 = trunc5(i); local
64 int v0 = inflate5To8(t0);
/external/opencv/ml/src/
H A Dmlem.cpp630 double t0 = c[j] - s[j]; local
632 dist += t0*t0 + t1*t1;
633 t0 = c[j+2] - s[j+2];
635 dist += t0*t0 + t1*t1;
671 double t0 = c[j] + s[j]; local
674 c[j] = t0;
677 t0 = c[j+2] + s[j+2];
680 c[j+2] = t0;
[all...]
/external/openssl/crypto/bn/
H A Dbn_asm.c479 BN_ULONG ta=(a),tb=(b),t0; \
480 BN_UMULT_LOHI(t0,t1,ta,tb); \
482 t1 = t0+t0; t2 += (t1<t0)?1:0; \
508 BN_ULONG ta=(a),tb=(b),t0; \
510 t0 = ta * tb; \
512 t1 = t0+t0; t2 += (t1<t0)
[all...]
/external/opencv/cvaux/src/
H A Dcvhmm.cpp236 double t0 = v1[i] - v2[i]; local
238 dist0 += t0*t0;
241 t0 = v1[i+2] - v2[i+2];
243 dist0 += t0*t0;
249 double t0 = v1[i] - v2[i]; local
250 dist0 += t0*t0;
/external/v8/benchmarks/
H A Dnavier-stokes.js230 var t0 = 1 - t1;
233 d[pos] = s0 * (t0 * d0[i0 + row1] + t1 * d0[i0 + row2]) + s1 * (t0 * d0[i1 + row1] + t1 * d0[i1 + row2]);
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc1401 void MacroAssembler::GetNumberHash(Register t0, Register scratch) {
1407 eor(t0, t0, Operand(scratch));
1413 mvn(scratch, Operand(t0));
1414 add(t0, scratch, Operand(t0, LSL, 15));
1416 eor(t0, t0, Operand(t0, LSR, 12));
1418 add(t0, t
[all...]

Completed in 586 milliseconds

123456789