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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/unord.hash/
floating.pass.cpp 36 std::size_t tp1 = h(0.1); local
42 assert(t0 != tp1);
48 assert(tp1 != t1);
49 assert(tp1 != tn1);
50 assert(tp1 != pinf);
51 assert(tp1 != ninf);
  /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/libvpx/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c 131 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], -1(%[src_ptr]) \n\t
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/
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 1062 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^=tp
    [all...]
aes-armv4.S 666 ldr r0,[r11,#16]! @ prefetch tp1
704 ldr r0,[r11,#4] @ prefetch tp1

Completed in 340 milliseconds