HomeSort by relevance Sort by last modified time
    Searched full:tp1 (Results 1 - 25 of 44) sorted by null

1 2

  /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();
  /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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
AutoLockTest.java 338 Log.v(TAG, "SP -> TP1 -> SP -> +1 -> Lock -> -1 -> TP2");
340 Log.v(TAG, "SP -> TP1 -> SP -> Lock -> +1 -> TP2 -> -1");
342 Log.v(TAG, "SP -> Lock -> +1 -> TP1 -> SP -> -1 -> Lock -> TP2");
344 Log.v(TAG, "SP -> Lock -> +1 -> TP1 -> SP -> Lock -> -1 -> TP2");
348 Log.v(TAG, "SP -> +1 -> TP1 -> -1 -> Lock -> SP -> TP2");
350 Log.v(TAG, "SP -> +1 -> TP1 -> Lock -> SP -> -1 -> TP2");
352 Log.v(TAG, "SP -> TP1 -> +1 -> Lock -> SP -> -1 -> TP2");
354 Log.v(TAG, "SP -> TP1 -> +1 -> Lock -> SP -> TP2");
356 Log.v(TAG, "SP -> TP1 -> Lock -> SP -> +1 -> TP2");
358 Log.v(TAG, "SP -> +1 -> Lock -> -1 -> TP1 -> Lock -> SP -> TP2")
    [all...]
  /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/openssl/crypto/aes/asm/
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-586.pl     [all...]
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-s390x.pl 1124 .Lmix: l $s0,16($key) # tp1
1152 xr $s1,$s0 # tp2^tp1
1153 xr $s2,$s0 # tp4^tp1
1154 rll $s0,$s0,24 # = ROTATE(tp1,8)
1156 xr $s0,$s1 # ^=tp2^tp1
1157 xr $s1,$s3 # tp2^tp1^tp8
1158 xr $s0,$s2 # ^=tp4^tp1^tp8
1161 xr $s0,$s1 # ^= ROTATE(tp8^tp2^tp1,24)
1163 xr $s0,$s2 # ^= ROTATE(tp8^tp4^tp1,16)
    [all...]
aes-armv4.S 666 ldr r0,[r11,#16]! @ prefetch tp1
704 ldr r0,[r11,#4] @ prefetch tp1
aes-armv4.pl 724 ldr $s0,[$key,#16]! @ prefetch tp1
762 ldr $s0,[$key,#4] @ prefetch tp1
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
auto_ptr.h 116 * A pointer-to-Tp1 must be convertible to a
144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 116 * A pointer-to-Tp1 must be convertible to a
144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 116 * A pointer-to-Tp1 must be convertible to a
144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 116 * A pointer-to-Tp1 must be convertible to a
144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
auto_ptr.h 116 * A pointer-to-Tp1 must be convertible to a
144 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
  /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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
auto_ptr.h 118 * A pointer-to-Tp1 must be convertible to a
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
auto_ptr.h 118 * A pointer-to-Tp1 must be convertible to a
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 118 * A pointer-to-Tp1 must be convertible to a
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 118 * A pointer-to-Tp1 must be convertible to a
146 * A pointer-to-Tp1 must be convertible to a pointer-to-Tp/element_type.
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 605 { kKeyArtist, "TPE1", "TP1" },
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 398 id->setTo("TP1");

Completed in 419 milliseconds

1 2