HomeSort by relevance Sort by last modified time
    Searched refs:tp2 (Results 1 - 11 of 11) sorted by null

  /external/chromium/base/threading/
thread_local_unittest.cc 70 base::DelegateSimpleThreadPool tp2("ThreadLocalTest tp1", 1);
72 tp2.Start();
94 tp2.AddWork(&getter);
116 tp2.AddWork(&getter);
124 tp2.AddWork(&setter);
129 tp2.AddWork(&getter);
141 tp2.JoinAll();
  /external/libvpx/vp8/common/mips/
subpixel_mips.c 126 unsigned int tp1, tp2, tn1, tn2; local
165 "ulw %[tp2], 2(%[src_ptr]) \n\t"
171 "preceu.ph.qbr %[p3], %[tp2] \n\t"
178 "preceu.ph.qbl %[p1], %[tp2] \n\t"
179 "balign %[tp2], %[tp1], 3 \n\t"
188 "preceu.ph.qbr %[n1], %[tp2] \n\t"
189 "preceu.ph.qbl %[n2], %[tp2] \n\t"
208 "lbux %[tp2], %[Temp3](%[cm]) \n\t"
214 "sb %[tp2], 2(%[dst_ptr]) \n\t"
217 : [tp1] "=&r" (tp1), [tp2] "=&r" (tp2), [tn1] "=&r" (tn1)
321 unsigned int tp1, tp2, tn1, tn2; local
617 unsigned int tp1, tp2, tn1, tn2; local
950 unsigned int tp1, tp2, tp3, tn1; local
    [all...]
  /external/tcpdump/
print-atalk.c 541 register struct hnamemem *tp, *tp2; local
586 for (tp2 = &hnametable[i & (HASHNAMESIZE-1)]; tp2->nxt; tp2 = tp2->nxt)
587 if (tp2->addr == i) {
591 tp2->name, athost);
  /external/openssl/crypto/aes/
aes_x86core.c 597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
601 tp2 = ((tp1 & 0x7f7f7f7f) << 1) ^
603 m = tp2 & 0x80808080;
604 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
610 tpb = tp9 ^ tp2;
612 tpe = tp8 ^ tp4 ^ tp2;
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
    [all...]
aes_core.c 1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
    [all...]
  /external/opencv/cv/src/
cvcontourtree.cpp 75 CvPoint t, tp1, tp2, tp3, tn1, tn2, tn3; local
191 tp2 = pt1[i - 2];
206 icvCalcTriAttr( contour, tp1, tp2, nmp2, t, nm, &sp1, &sp1_c, &hp1,
209 icvCalcTriAttr( contour, tp2, tp3, nmp3, tp1, nmp1, &sp2, &sp2_c, &hp2,
333 tp3 = tp2;
334 tp2 = tp1;
  /external/openssl/crypto/aes/asm/
aes-586.pl     [all...]
aes-mips.pl 1094 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1169 and $tp2,$tp1,$x7f7f7f7f
1171 addu $tp2,$tp2 # tp2<<1
1174 xor $tp2,$m
1176 and $m,$tp2,$x80808080
1177 and $tp4,$tp2,$x7f7f7f7f
1194 xor $tpb,$tp9,$tp2
1198 xor $tpe,$tp2
    [all...]
aes-x86_64.pl 1061 xor $tp10,$tp20 # tp2^=tp1
1063 xor $tp18,$tp28 # tp2^=tp1
1079 xor $tp80,$tp20 # tp2^tp1^=tp8
1080 xor $tp88,$tp28 # tp2^tp1^=tp8
1087 xor $tp20,$tp80 # tp8^=tp8^tp2^tp1=tp2^tp1
1088 xor $tp28,$tp88 # tp8^=tp8^tp2^tp1=tp2^tp1
1091 xor $tp40,$tp80 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
    [all...]
aes-armv4.s 681 eor r1,r4,r1,lsl#1 @ tp2
699 eor r4,r4,r5,ror#24 @ ^= ROTATE(tpb=tp9^tp2,8)
aes-mips.s 950 addu $9,$9 # tp2<<1

Completed in 1533 milliseconds