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

  /external/chromium/base/threading/
thread_local_unittest.cc 69 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/opencv/cv/src/
cvcontourtree.cpp 75 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, nmp1, &sn2, &sn2_c, &hn2
    [all...]
  /external/tcpdump/
print-tcp.c 738 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/openssl/crypto/aes/
aes_x86core.c 597 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
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/openssl/crypto/aes/asm/
aes-mips.pl 1094 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,$tpb,2
    [all...]
aes-586.pl     [all...]
aes-x86_64.pl 1061 xor $tp10,$tp20 # tp2^=tp1
1063 xor $tp18,$tp28 # tp2^=tp1
1068 xor $tp10,$tp40 # tp4^=tp1
1069 xor $tp18,$tp48 # tp4^=tp1
1077 xor $tp80,$tp10 # tp1^=tp8
1078 xor $tp88,$tp18 # tp1^=tp8
1079 xor $tp80,$tp20 # tp2^tp1^=tp8
1080 xor $tp88,$tp28 # tp2^tp1^=tp8
1083 xor $tp80,$tp40 # tp4^tp1^=tp8
1084 xor $tp88,$tp48 # tp4^tp1^=tp
    [all...]
aes-armv4.s 666 ldr r0,[r11,#16]! @ prefetch tp1
704 ldr r0,[r11,#4] @ prefetch tp1

Completed in 69 milliseconds