HomeSort by relevance Sort by last modified time
    Searched refs:t1 (Results 576 - 600 of 1329) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-ppc.pl 105 $t1 ="r6";
130 andc $t1,$g,$e
134 or $t0,$t0,$t1 ; Ch(e,f,g)
143 and $t1,$a,$c
146 xor $t0,$t0,$t1
147 and $t1,$b,$c
150 xor $t0,$t0,$t1 ; Maj(a,b,c)
164 $ROR $t1,@X[($i+14)%16],$sigma1[1]
167 xor $t0,$t0,$t1
168 $SHR $t1,@X[($i+14)%16],$sigma1[2
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-ppc.pl 105 $t1 ="r6";
130 andc $t1,$g,$e
134 or $t0,$t0,$t1 ; Ch(e,f,g)
143 and $t1,$a,$c
146 xor $t0,$t0,$t1
147 and $t1,$b,$c
150 xor $t0,$t0,$t1 ; Maj(a,b,c)
164 $ROR $t1,@X[($i+14)%16],$sigma1[1]
167 xor $t0,$t0,$t1
168 $SHR $t1,@X[($i+14)%16],$sigma1[2
    [all...]
  /art/compiler/sea_ir/types/
type_inference_visitor.cc 101 const Type* TypeInferenceVisitor::MergeTypes(const Type* t1, const Type* t2) const {
103 DCHECK(t1 != NULL);
105 const Type* result = &(t1->Merge(*t2, type_cache_));
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 415 Timestamp t1 = new Timestamp(Long.MIN_VALUE); local
416 assertEquals("292278994-08-17 07:12:55.192", t1.toString()); //$NON-NLS-1$
611 Timestamp t1 = new Timestamp(-1L);
614 t1.setTime(Long.MIN_VALUE);
616 assertEquals(1, t1.compareTo(t2));
617 assertEquals(-1, t2.compareTo(t1));
619 t1.setTime(Long.MAX_VALUE);
621 assertEquals(1, t1.compareTo(t2));
622 assertEquals(-1, t2.compareTo(t1));
624 t1.setTime(Integer.MAX_VALUE)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
ede_cbcm_enc.c 141 register DES_LONG t0,t1; local
159 t1=tin1;
185 xor1=t1;
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 57 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; local
70 t1 =
85 s0 = t0; s1 = t1; s2 = t2; s3 = t3;
  /external/opencv/cvaux/src/
cvhmmobs.cpp 192 float t1 = img[x + (n1 - 1 - j) * imgStep]; local
193 float t2 = t0 + t1;
195 t0 -= t1;
259 work_t t1 = buf[n2 - 1 - j]; local
260 work_t t2 = t0 + t1;
262 t0 -= t1;
389 float t1 = img[x + (n1 - 1 - j) * imgStep]; local
390 float t2 = t0 + t1;
392 t0 -= t1;
456 work_t t1 = buf[n2 - 1 - j] local
    [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 165 uchar t0 = bgra[swap_rb], t1 = bgra[1]; local
166 bgr[0] = t0; bgr[1] = t1;
183 uchar t0 = bgra[0], t1 = bgra[1]; local
185 rgba[0] = t2; rgba[1] = t1;
202 uchar t0 = bgr[0], t1 = bgr[1], t2 = bgr[2]; local
203 rgb[2] = t0; rgb[1] = t1; rgb[0] = t2;
219 ushort t0 = bgr[0], t1 = bgr[1], t2 = bgr[2]; local
220 rgb[2] = t0; rgb[1] = t1; rgb[0] = t2;
273 int t1 = (((ushort*)bgr555)[i] >> 2) & 0xf8; local
275 bgr[0] = (uchar)t0; bgr[1] = (uchar)t1; bgr[2] = (uchar)t2
291 int t1 = (((ushort*)bgr565)[i] >> 3) & 0xfc; local
    [all...]
  /external/openssl/crypto/des/
ede_cbcm_enc.c 141 register DES_LONG t0,t1; local
159 t1=tin1;
185 xor1=t1;
  /external/wpa_supplicant_8/src/utils/
os_win32.c 54 time_t t_local, t1, t2; local
75 t1 = mktime(tm1);
79 tz_offset = t2 - t1;
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 136 int t1, t2; local
231 t1 = clock();
258 total += t2 - t1;
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 90 double t0, t1, time_c; local
115 t1 = now_ms();
116 time_c = t1 - t0;
168 double t0, t1, time_c; local
194 double t0, t1, time_c; local
199 t1 = now_ms();
200 time_c = t1 - t0;
367 double t0, t1, time_c; local
419 double t0, t1, time_c; local
524 double t0, t1, time_c local
    [all...]
  /packages/apps/Camera2/jni/
feature_mos_jni.cpp 90 double t0, t1, time_c; local
115 t1 = now_ms();
116 time_c = t1 - t0;
168 double t0, t1, time_c; local
194 double t0, t1, time_c; local
199 t1 = now_ms();
200 time_c = t1 - t0;
367 double t0, t1, time_c; local
419 double t0, t1, time_c; local
524 double t0, t1, time_c local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
GeometryMathUtils.java 63 float t1 = a1 - b1; local
69 float denom = t1 * t4 - t0 * t5;
74 b0 + u * t0, b1 + u * t1
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 90 double t0, t1, time_c; local
115 t1 = now_ms();
116 time_c = t1 - t0;
168 double t0, t1, time_c; local
194 double t0, t1, time_c; local
199 t1 = now_ms();
200 time_c = t1 - t0;
367 double t0, t1, time_c; local
419 double t0, t1, time_c; local
524 double t0, t1, time_c local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 72 t1 = Tracer("t1")
74 p.insertfilter(t1)
80 p.removefilter(t1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 72 t1 = Tracer("t1")
74 p.insertfilter(t1)
80 p.removefilter(t1)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 185 Type t1 = b1.setX(5).setY(5).create(); local
190 assertTrue(t1.equals(t2));
191 assertTrue(t2.equals(t1));
192 assertTrue(t1.hashCode() == t2.hashCode());
195 assertFalse(t1.equals(t2));
196 assertFalse(t2.equals(t1));
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE_RANGE.S 61 EAS4(t1, rOBJ, rBIX) # t1 <- rINST + rBIX<<4
62 lw t9, 0(t1)
  /external/chromium_org/third_party/icu/source/test/intltest/
thcoll.cpp 282 UnicodeString t1, t2;
284 i/3 + ": compare(" + IntlTest::prettify(s1, t1)
295 errln((UnicodeString)" key1: " + prettify(k1, t1) );
311 UnicodeString t1, t2;
313 i/3 + ": key(" + IntlTest::prettify(s1, t1)
317 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2));
  /external/icu4c/test/intltest/
thcoll.cpp 281 UnicodeString t1, t2;
283 i/3 + ": compare(" + IntlTest::prettify(s1, t1)
294 errln((UnicodeString)" key1: " + prettify(k1, t1) );
310 UnicodeString t1, t2;
312 i/3 + ": key(" + IntlTest::prettify(s1, t1)
316 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2));
  /external/pixman/test/
alphamap.c 152 pixman_transform_t t1; local
198 pixman_transform_init_identity (&t1);
199 pixman_transform_scale (&t1, NULL, pixman_int_to_fixed (100), pixman_int_to_fixed (11));
200 pixman_transform_rotate (&t1, NULL, pixman_double_to_fixed (0.5), pixman_double_to_fixed (0.11));
201 pixman_transform_translate (&t1, NULL, pixman_int_to_fixed (11), pixman_int_to_fixed (17));
203 pixman_image_set_transform (dst, &t1);
  /frameworks/native/opengl/libagl/
matrix.h 80 int32_t t1,t2,t3;
87 "mflo %[t1]\r\n"
89 "addu %[t1],%[res],%[t1]\r\n" /*add 0x8000*/
90 "sltu %[t3],%[t1],%[res]\r\n"
92 "srl %[res],%[t1],16\r\n"
95 : [res]"=&r"(res),[t1]"=&r"(t1),[t2]"=&r"(t2),[t3]"=&r"(t3)
166 int32_t t1,t2;
172 "mfhi %[t1]\r\n
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 75 Thread t1 = new Thread(tg, new Runnable() { local
82 t1.start();
250 Thread t1 = new Thread(tg, new Runnable() { local
260 t1.start();
262 t1.interrupt();
264 t1.join();
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 159 int t1 = in->ptr[j][i]; local
162 ((6 * t1 + (in->ptr[j-1][i] + t2) + 4) >> 3);
163 scr->ptr[j2+1][i] = (short)((t1 + t2 + 1) >> 1);
174 int t1 = scr->ptr[j][i]; local
177 (mode * ((6 * t1 +
180 (mode * ((t1 + t2 + 1) >> 1)));

Completed in 982 milliseconds

<<21222324252627282930>>