/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/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/openssl/crypto/aes/asm/ |
aes-x86_64.pl | 1058 xor $tp10,$tp20 # tp2^=tp1 1060 xor $tp18,$tp28 # tp2^=tp1 1076 xor $tp80,$tp20 # tp2^tp1^=tp8 1077 xor $tp88,$tp28 # tp2^tp1^=tp8 1084 xor $tp20,$tp80 # tp8^=tp8^tp2^tp1=tp2^tp1 1085 xor $tp28,$tp88 # tp8^=tp8^tp2^tp1=tp2^tp1 1088 xor $tp40,$tp80 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2 [all...] |
aes-586.pl | [all...] |
aes-s390x.pl | 1088 xr $s1,$t1 # tp2 1108 xr $s1,$s0 # tp2^tp1 1112 xr $s0,$s1 # ^=tp2^tp1 1113 xr $s1,$s3 # tp2^tp1^tp8 1117 xr $s0,$s1 # ^= ROTATE(tp8^tp2^tp1,24)
|
aes-armv4.s | 613 eor r1,r4,r1,lsl#1 @ tp2 631 eor r4,r4,r5,ror#24 @ ^= ROTATE(tpb=tp9^tp2,8)
|
aes-armv4.pl | 666 eor $s1,$t1,$s1,lsl#1 @ tp2 684 eor $t1,$t1,$t2,ror#24 @ ^= ROTATE(tpb=tp9^tp2,8)
|
/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;
|
/frameworks/base/media/libstagefright/ |
MP3Extractor.cpp | 536 { kKeyAlbumArtist, "TPE2", "TP2" },
|