HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 51 - 75 of 271) sorted by null

1 23 4 5 6 7 8 91011

  /external/openssl/crypto/sha/asm/
sha1-mips.pl 24 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
33 # - copy return value to $t0, former $v0 [or to $a0 if you're adapting
41 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
89 $t0="\$25";
98 srl $t0,@X[$i],24 # byte swap($i)
104 or @X[$i],$t0
110 sll $t0,$a,5 # $i
114 addu $e,$t0
115 xor $t0,$c,$d
118 and $t0,$
    [all...]
sha1-ppc.pl 57 $t0 ="r15";
82 and $t0,$c,$b
86 or $t0,$t0,$t1
87 add $f,$f,$t0
94 and $t0,$c,$b
99 or $t0,$t0,$t1
101 add $f,$f,$t0
114 xor $t0,$b,$
    [all...]
sha512-parisc.pl 86 $num="%r24"; # zapped by $t0
90 $t0 ="%r24";
103 and $f,$e,$t0
109 or $t0,$t1,$t1 ; Ch(e,f,g)
117 and $a,$b,$t0
121 xor $t1,$t0,$t0
125 xor $t1,$t0,$t0 ; Maj(a,b,c)
128 addl $t0,$h,$
    [all...]
sha512-s390x.pl 49 $t0="%r0";
111 $ROT $t0,$e,$Sigma1[0]
114 xgr $t0,$t1
118 xgr $t0,$t1 # Sigma1(e)
122 algr $T1,$t0 # T1+=Sigma1(e)
126 $ROT $t0,$a,$Sigma0[1]
129 xgr $h,$t0
132 $ROT $t0,$t0,`$Sigma0[2]-$Sigma0[1]`
133 xgr $h,$t0 # h=Sigma0(a
    [all...]
sha1-alpha.pl 27 $t0="t10"; # 24
50 srl @X[$i],24,$t0 # vectorized byte swap
55 zapnot $t0,0x11,$t0
59 or $t0,$t2,$t0
63 or @X[$i],$t0,@X[$i]
69 srl $a,27,$t0
81 addl $t0,$e,$e
91 srl $a,27,$t0
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
Radix4FFT_v7.s 64 VQDMULH.S32 Q10, Q2, Q14 @ MULHIGH(cosx, t0)
67 VQDMULH.S32 Q13, Q2, Q15 @ MULHIGH(sinx, t0)
69 VADD.S32 Q2, Q10, Q11 @ MULHIGH(cosx, t0) + MULHIGH(sinx, t1)
70 VSUB.S32 Q3, Q12, Q13 @ MULHIGH(cosx, t1) - MULHIGH(sinx, t0)
73 VSHR.S32 Q10, Q0, #2 @ t0 = r0 >> 2@
76 VSUB.S32 Q0, Q10, Q2 @ r0 = t0 - r2@
78 VADD.S32 Q2, Q10, Q2 @ r2 = t0 + r2@
85 VQDMULH.S32 Q10, Q4, Q14 @ MULHIGH(cosx, t0)
88 VQDMULH.S32 Q13, Q4, Q15 @ MULHIGH(sinx, t0)
90 VADD.S32 Q8, Q10, Q11 @ MULHIGH(cosx, t0) + MULHIGH(sinx, t1
    [all...]
  /external/webkit/Source/WebKit2/Platform/
WorkItem.h 36 template<typename C, typename T0>
37 static PassOwnPtr<WorkItem> create(C*, void (C::*)(T0), T0);
39 template<typename C, typename T0, typename T1>
40 static PassOwnPtr<WorkItem> create(C*, void (C::*)(T0, T1), T0, T1);
83 template<typename C, typename T0>
88 typedef void (C::*FunctionType)(T0);
90 MemberFunctionWorkItem1(C* ptr, FunctionType function, T0 t0)
    [all...]
  /external/opencv/cxcore/src/
cxmeansdv.cpp 52 worktype t0 = src[x]; \
55 s0 += t0 + t1; \
56 sq0 += (sqsumtype)(sqr_macro(t0)) + \
59 t0 = src[x + 2*(cn)]; \
62 s0 += t0 + t1; \
63 sq0 += (sqsumtype)(sqr_macro(t0)) + \
69 worktype t0 = src[x]; \
71 s0 += t0; \
72 sq0 += (sqsumtype)(sqr_macro(t0)); \
84 worktype t0 = (src)[x];
    [all...]
cxlut.cpp 51 type t0 = lut[src[i]]; \
53 dst[i] = t0; \
56 t0 = lut[src[i+2]]; \
58 dst[i+2] = t0; \
64 type t0 = lut[src[i]]; \
65 dst[i] = t0; \
72 type t0 = lut[src[i]*2]; \
74 dst[i] = t0; \
81 type t0 = lut[src[i]*3]; \
84 dst[i] = t0; \
    [all...]
cxconvert.cpp 70 arrtype t0 = (src)[0]; \
73 plane0[j] = t0; \
87 arrtype t0 = (src)[0]; \
91 plane0[j] = t0; \
107 arrtype t0 = (src)[0]; \
110 plane0[j] = t0; \
113 t0 = (src)[2]; \
116 plane2[j] = t0; \
132 arrtype t0 = (src)[0]; \
135 (dst)[j] = t0; \
1693 double t0 = src[i]; local
1719 double t0 = src[i]; local
1744 double t0 = src[i]*a + b; local
1769 double t0 = src[i]*a + b; local
    [all...]
cxnorm.cpp 53 worktype t0 = (src)[x]; \
55 t0 = _op_(t0); \
57 norm = _update_op_( norm, t0 ); \
60 t0 = (src)[x+2]; \
62 t0 = _op_(t0); \
64 norm = _update_op_( norm, t0 ); \
70 worktype t0 = (src)[x]; \
71 t0 = (worktype)_op_(t0);
    [all...]
  /external/kernel-headers/original/asm-mips/
asmmacro.h 24 .macro local_irq_enable reg=t0
32 .macro local_irq_disable reg=t0
39 .macro local_irq_enable reg=t0
46 .macro local_irq_disable reg=t0
  /external/llvm/test/MC/MachO/
variable-exprs.s 40 t0: label
193 // CHECK-I386: ('_string', 't0')
394 // CHECK-X86_64: ('_string', 't0')
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 96 t0 RN 3 label
201 USUB8 t0, Q1a, max
203 USUB8 t0, Q1a, min
208 USUB8 t0, apflg, m01
210 USUB8 t0, aqflg, m01
317 SADD8 t0, t4, a
318 SHADD8 t9, t0, t9
323 SHADD8 t0, t0, a
325 SHADD8 a, t0, m0
    [all...]
  /external/speex/libspeex/
smallft.c 119 int t0,t1,t2,t3,t4,t5,t6; local
122 t0=(t2=l1*ido);
135 t2=t0;
161 t2+=t0;
174 int i,k,t0,t1,t2,t3,t4,t5,t6; local
176 t0=l1*ido;
178 t1=t0;
212 t3+=t0;
215 t3+=t0;
218 t3+=t0;
278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
637 int i,k,t0,t1,t2,t3,t4,t5,t6; local
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c 26 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
81 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
83 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
85 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2];
87 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3];
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 79 Word16 max, t0, step, temp; local
98 t0 = t0_min;
104 t0 = i;
107 /* If first subframe and t0 >= t0_fr1, do not search fractionnal pitch */
108 if ((i_subfr == 0) && (t0 >= t0_fr1))
111 return (t0);
115 * Test the fractions around t0 and choose the one which maximizes *
121 if ((t0_fr2 == PIT_MIN)||((i_subfr == 0) && (t0 >= t0_fr2)))
126 if(t0 == t0_min)
130 max = Interpol_4(&corr[t0], fraction)
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 336 t0,
339 __ IncrementCounter(counters->array_function_native(), 1, a3, t0);
375 t0,
381 __ IncrementCounter(counters->array_function_native(), 1, a2, t0);
400 t0,
413 // t0: elements_array storage start (untagged)
429 __ Branch(&loop, lt, t0, Operand(t1));
448 __ UndoAllocationInNewSpace(a3, t0);
475 __ Branch(&loop2, lt, t0, Operand(t1));
494 __ And(t0, a2, Operand(kSmiTagMask))
    [all...]
ic-mips.cc 404 masm, flags, a1, a2, a3, t0, t1, t2);
429 __ LoadRoot(t0, Heap::kTrueValueRootIndex);
430 __ Branch(&boolean, eq, a1, Operand(t0));
440 masm, flags, a1, a2, a3, t0, t1, t2);
476 GenerateStringDictionaryReceiverCheck(masm, a1, a0, a3, t0, &miss);
480 GenerateDictionaryLoad(masm, &miss, a0, a2, a1, a3, t0);
482 GenerateFunctionTailCall(masm, argc, &miss, t0);
500 __ IncrementCounter(isolate->counters()->call_miss(), 1, a3, t0);
502 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, a3, t0);
592 masm, a1, a2, t0, a3, a0, a1, &check_number_dictionary, &slow_load)
    [all...]
  /external/openssl/crypto/aes/asm/
aes-parisc.pl 55 ($t0,$t1,$t2,$t3) = ("%r5","%r6","%r7","%r8");
95 ldi 3,$t0
97 andcm $tbl,$t0,$tbl
100 and $inp,$t0,$t0
101 sub $inp,$t0,$inp
105 comib,= 0,$t0,L\$enc_inp_aligned
108 sh3addl $t0,%r0,$t0
109 subi 32,$t0,$t
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 54 /* t0 = 2 * Pi * Fc / Fs */
58 /* b2 = -0.5 * (2Q - D * t0) / (2Q + D * t0) */
59 /* b1 = (0.5 - b2) * (1 - coserr(t0)) */
69 /* the cosine of t0 is always close to 1.0. Instead of calculating the cosine */
100 LVM_INT32 T0;
111 LVM_INT16 t0; local
117 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */
130 Dt0 = D * (T0 >> 10)
242 LVM_INT16 t0; local
    [all...]
  /system/core/fastboot/
usbtest.c 94 long long t0, t1; local
96 t0 = NOW();
104 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0));
112 long long t0, t1; local
114 t0 = NOW();
122 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0));
  /external/clang/test/Sema/
knr-def-call.c 5 void t0(void) { function
missing-field-initializers.c 35 struct Three t0 = { variable in typeref:struct:Three
  /external/openssl/crypto/bn/asm/
armv4-gf2m.pl 73 ($hi,$lo,$t0,$t1, $i0,$i1 )=map("r$_",(4..9),12);
104 ldr $t0,[sp,$i0] @ tab[b >> 6 & 0x7]
110 eor $lo,$lo,$t0,lsl#6
111 eor $hi,$hi,$t0,lsr#26
112 ldr $t0,[sp,$i0] @ tab[b >> 12 & 0x7]
120 eor $lo,$lo,$t0,lsl#12
121 eor $hi,$hi,$t0,lsr#20
122 ldr $t0,[sp,$i0] @ tab[b >> 18 & 0x7]
130 eor $lo,$lo,$t0,lsl#18
131 eor $hi,$hi,$t0,lsr#1
    [all...]

Completed in 725 milliseconds

1 23 4 5 6 7 8 91011