Searched refs:tp1 (Results 1 - 18 of 18) sorted by relevance

/external/chromium/base/threading/
H A Dthread_local_unittest.cc69 base::DelegateSimpleThreadPool tp1("ThreadLocalTest tp1", 1);
70 base::DelegateSimpleThreadPool tp2("ThreadLocalTest tp1", 1);
71 tp1.Start();
88 tp1.AddWork(&getter);
104 tp1.AddWork(&setter);
109 tp1.AddWork(&getter);
136 tp1.AddWork(&getter);
140 tp1.JoinAll();
/external/chromium_org/base/threading/
H A Dthread_local_unittest.cc75 base::DelegateSimpleThreadPool tp1("ThreadLocalTest tp1", 1);
76 base::DelegateSimpleThreadPool tp2("ThreadLocalTest tp1", 1);
77 tp1.Start();
94 tp1.AddWork(&getter);
110 tp1.AddWork(&setter);
115 tp1.AddWork(&getter);
142 tp1.AddWork(&getter);
146 tp1.JoinAll();
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dfilter_dspr2.c131 unsigned int tp1, tp2, tn1, tn2; local
171 "ulw %[tp1], -2(%[src_ptr]) \n\t"
176 "preceu.ph.qbr %[p1], %[tp1] \n\t"
177 "preceu.ph.qbl %[p2], %[tp1] \n\t"
186 "balign %[tp2], %[tp1], 3 \n\t"
213 "lbux %[tp1], %[Temp1](%[cm]) \n\t"
219 "sb %[tp1], 0(%[dst_ptr]) \n\t"
224 : [tp1] "=&r" (tp1), [tp2] "=&r" (tp2), [tn1] "=&r" (tn1),
250 "ulw %[tp1],
327 unsigned int tp1, tp2, tn1, tn2; local
627 unsigned int tp1, tp2, tn1, tn2; local
959 unsigned int tp1, tp2, tp3, tn1; local
[all...]
/external/opencv/cv/src/
H A Dcvcontourtree.cpp75 CvPoint t, tp1, tp2, tp3, tn1, tn2, tn3; local
189 tp1 = pt1[i - 1];
203 icvCalcTriAttr( contour, t, tp1, nmp1, tn1, nmn1, &s, &s_c, &h, &a,
206 icvCalcTriAttr( contour, tp1, tp2, nmp2, t, nm, &sp1, &sp1_c, &hp1,
209 icvCalcTriAttr( contour, tp2, tp3, nmp3, tp1, nmp1, &sp2, &sp2_c, &hp2,
334 tp2 = tp1;
335 tp1 = t;
383 tp1 = pt2[3];
390 icvCalcTriAttr( contour, t, tp1, nmp1, tn1, nmn1, &s, &s_c, &h, &a, &b ));
392 icvCalcTriAttr( contour, tn2, tn1, nmn1, tp1, nmp
[all...]
/external/tcpdump/
H A Dprint-tcp.c738 struct tcphdr tp1; local
749 tp1 = *tp;
787 savecsum = tp1.th_sum;
788 tp1.th_sum = 0;
789 MD5_Update(&ctx, (char *)&tp1, sizeof(struct tcphdr));
790 tp1.th_sum = savecsum;
/external/chromium_org/third_party/openssl/openssl/crypto/aes/
H A Daes_x86core.c597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
599 tp1 = rk[j];
600 m = tp1 & 0x80808080;
601 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
609 tp9 = tp8 ^ tp1;
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
908 tp1 = t[i];
909 m = tp1 & 0x80808080;
910 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
918 tp9 = tp8 ^ tp1;
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
H A Daes_core.c1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1331 tp1 = rk[j];
1332 m = tp1 & 0x80808080;
1333 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
1341 tp9 = tp8 ^ tp1;
/external/openssl/crypto/aes/
H A Daes_x86core.c597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
599 tp1 = rk[j];
600 m = tp1 & 0x80808080;
601 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
609 tp9 = tp8 ^ tp1;
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
908 tp1 = t[i];
909 m = tp1 & 0x80808080;
910 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
918 tp9 = tp8 ^ tp1;
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
H A Daes_core.c1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1331 tp1 = rk[j];
1332 m = tp1 & 0x80808080;
1333 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
1341 tp9 = tp8 ^ tp1;
/external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
H A Dsctp_os_userspace.h1140 #define timevalsub(tp1, tp2) \
1142 (tp1)->tv_sec -= (tp2)->tv_sec; \
1143 (tp1)->tv_usec -= (tp2)->tv_usec; \
1144 if ((tp1)->tv_usec < 0) { \
1145 (tp1)->tv_sec--; \
1146 (tp1)->tv_usec += 1000000; \
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
H A Daes-586.pl1291 &xor ($tp2,$s[$i]); # tp2^tp1
1302 &xor ($tp4,$s[$i]); # tp4^tp1
1303 &rotl ($s[$i],8); # = ROTATE(tp1,8)
1312 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
1314 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
1315 &xor ($s[$i],$tp4); # ^= ROTATE(tp8^tp4^tp1,16)
2865 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2868 &mov ($acc,$tp1);
2872 &lea ($tp2,&DWP(0,$tp1,
[all...]
H A Daes-x86_64.pl1062 xor $tp10,$tp20 # tp2^=tp1
1064 xor $tp18,$tp28 # tp2^=tp1
1069 xor $tp10,$tp40 # tp4^=tp1
1070 xor $tp18,$tp48 # tp4^=tp1
1078 xor $tp80,$tp10 # tp1^=tp8
1079 xor $tp88,$tp18 # tp1^=tp8
1080 xor $tp80,$tp20 # tp2^tp1^=tp8
1081 xor $tp88,$tp28 # tp2^tp1^=tp8
1084 xor $tp80,$tp40 # tp4^tp1^=tp8
1085 xor $tp88,$tp48 # tp4^tp1
[all...]
H A Daes-mips.pl1094 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1157 lw $tp1,16($key) # modulo-scheduled
1168 and $m,$tp1,$x80808080
1169 and $tp2,$tp1,$x7f7f7f7f
1192 xor $tp9,$tp8,$tp1
1197 _ror $tp1,$tpd,16
1200 xor $tpe,$tp1
1201 _ror $tp1,$tp9,8
1204 xor $tpe,$tp1
1205 _ror $tp1,
[all...]
H A Daes-armv4.S666 ldr r0,[r11,#16]! @ prefetch tp1
704 ldr r0,[r11,#4] @ prefetch tp1
/external/openssl/crypto/aes/asm/
H A Daes-586.pl1291 &xor ($tp2,$s[$i]); # tp2^tp1
1302 &xor ($tp4,$s[$i]); # tp4^tp1
1303 &rotl ($s[$i],8); # = ROTATE(tp1,8)
1312 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
1314 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
1315 &xor ($s[$i],$tp4); # ^= ROTATE(tp8^tp4^tp1,16)
2865 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2868 &mov ($acc,$tp1);
2872 &lea ($tp2,&DWP(0,$tp1,
[all...]
H A Daes-x86_64.pl1062 xor $tp10,$tp20 # tp2^=tp1
1064 xor $tp18,$tp28 # tp2^=tp1
1069 xor $tp10,$tp40 # tp4^=tp1
1070 xor $tp18,$tp48 # tp4^=tp1
1078 xor $tp80,$tp10 # tp1^=tp8
1079 xor $tp88,$tp18 # tp1^=tp8
1080 xor $tp80,$tp20 # tp2^tp1^=tp8
1081 xor $tp88,$tp28 # tp2^tp1^=tp8
1084 xor $tp80,$tp40 # tp4^tp1^=tp8
1085 xor $tp88,$tp48 # tp4^tp1
[all...]
H A Daes-mips.pl1094 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1157 lw $tp1,16($key) # modulo-scheduled
1168 and $m,$tp1,$x80808080
1169 and $tp2,$tp1,$x7f7f7f7f
1192 xor $tp9,$tp8,$tp1
1197 _ror $tp1,$tpd,16
1200 xor $tpe,$tp1
1201 _ror $tp1,$tp9,8
1204 xor $tpe,$tp1
1205 _ror $tp1,
[all...]
H A Daes-armv4.S666 ldr r0,[r11,#16]! @ prefetch tp1
704 ldr r0,[r11,#4] @ prefetch tp1

Completed in 239 milliseconds