HomeSort by relevance Sort by last modified time
    Searched refs:t2 (Results 276 - 300 of 1061) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ax25.h 91 unsigned int t2, t2timer; member in struct:ax25_info_struct_deprecated
101 unsigned int t2, t2timer; member in struct:ax25_info_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ax25.h 91 unsigned int t2, t2timer; member in struct:ax25_info_struct_deprecated
101 unsigned int t2, t2timer; member in struct:ax25_info_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ax25.h 91 unsigned int t2, t2timer; member in struct:ax25_info_struct_deprecated
101 unsigned int t2, t2timer; member in struct:ax25_info_struct
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 36 #define t2 $10 macro
91 #define t2 $14 macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypotl.c 51 long double a=x,b=y,t1,t2,y1,y2,w; local
104 t2 = a-t1;
105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
114 t2 = a - t1;
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-alpha.pl 27 $t2="t2";
279 sll $Zlo,8,$t2
286 zapnot $t2,0x44,$t2
292 or $Zlo,$t2,$Zlo
293 sll $Zhi,8,$t2
305 zapnot $t2,0x44,$t2
308 or $Zhi,$t2,$Zh
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-mips.pl 24 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
41 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
91 $t2="\$30"; # fp
100 andi $t2,@X[$i],0xFF00
103 sll $t2,$t2,8
105 or $t1,$t2
117 sll $t2,$b,30
122 or $b,$t2
134 andi $t2,@X[$i],0xFF0
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 36 const double t2 = i.x2() * (b * b + 2 * a * c) local
52 int rootCount = SkReducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
54 rootCount = SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots);
295 SkDPoint t1[3], t2[3]; local
299 if (calcMask & (1 << 4)) t2[1] = quad2.ptAtT(*t2Seed);
300 if (t1[1].approximatelyEqual(t2[1])) {
303 SkDebugf("%s t1=%1.9g t2=%1.9g (%1.9g,%1.9g) == (%1.9g,%1.9g)\n", __FUNCTION__,
304 t1Seed, t2Seed, t1[1].fX, t1[1].fY, t2[1].fX, t2[1].fY);
310 if (calcMask & (1 << 3)) t2[0] = quad2.ptAtT(*t2Seed - tStep)
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-alpha.pl 27 $t2="t2";
279 sll $Zlo,8,$t2
286 zapnot $t2,0x44,$t2
292 or $Zlo,$t2,$Zlo
293 sll $Zhi,8,$t2
305 zapnot $t2,0x44,$t2
308 or $Zhi,$t2,$Zh
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-mips.pl 24 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
41 # ($t0,$t1,$t2,$t3,$t8,$t9)=map("\$$_",(12..15,24,25));
91 $t2="\$30"; # fp
100 andi $t2,@X[$i],0xFF00
103 sll $t2,$t2,8
105 or $t1,$t2
117 sll $t2,$b,30
122 or $b,$t2
134 andi $t2,@X[$i],0xFF0
    [all...]
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 36 const double t2 = i.x2() * (b * b + 2 * a * c) local
52 int rootCount = SkReducedQuarticRoots(t4, t3, t2, t1, t0, oneHint, roots);
54 rootCount = SkQuarticRootsReal(firstCubicRoot, t4, t3, t2, t1, t0, roots);
295 SkDPoint t1[3], t2[3]; local
299 if (calcMask & (1 << 4)) t2[1] = quad2.ptAtT(*t2Seed);
300 if (t1[1].approximatelyEqual(t2[1])) {
303 SkDebugf("%s t1=%1.9g t2=%1.9g (%1.9g,%1.9g) == (%1.9g,%1.9g)\n", __FUNCTION__,
304 t1Seed, t2Seed, t1[1].fX, t1[1].fY, t2[1].fX, t2[1].fY);
310 if (calcMask & (1 << 3)) t2[0] = quad2.ptAtT(*t2Seed - tStep)
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c 25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
87 s0 = TE41(t0) ^ TE42(t1) ^ TE43(t2) ^ TE44(t3) ^ rk[0];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
91 s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2];
93 s3 = TE41(t3) ^ TE42(t0) ^ TE43(t1) ^ TE44(t2) ^ rk[3];
  /external/wpa_supplicant_8/src/utils/
os_win32.c 54 time_t t_local, t1, t2; local
78 t2 = mktime(tm1);
79 tz_offset = t2 - t1;
93 time_t t2 = t; local
95 tm2 = gmtime(&t2);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 327 /** Do the work for parse. Check to see if the t2 pattern fits the
385 /** Compare t1 and t2; return true if token types/text, structure match exactly.
394 public static boolean equals(Object t1, Object t2, TreeAdaptor adaptor) {
395 return _equals(t1, t2, adaptor);
401 public boolean equals(Object t1, Object t2) {
402 return _equals(t1, t2, adaptor);
405 protected static boolean _equals(Object t1, Object t2, TreeAdaptor adaptor) {
407 if ( t1==null || t2==null ) {
411 if ( adaptor.getType(t1) != adaptor.getType(t2) ) {
414 if ( !adaptor.getText(t1).equals(adaptor.getText(t2)) ) {
    [all...]
  /external/qemu/
qemu-io.c 351 struct timeval t1, t2; local
462 gettimeofday(&t2, NULL);
487 t2 = tsub(t2, t1);
488 print_report("read", &t2, offset, count, total, cnt, Cflag);
531 struct timeval t1, t2; local
587 gettimeofday(&t2, NULL);
612 t2 = tsub(t2, t1);
613 print_report("read", &t2, offset, qiov.size, total, cnt, Cflag)
656 struct timeval t1, t2; local
787 struct timeval t1, t2; local
891 struct timeval t1, t2; local
1021 struct timeval t2; local
1048 struct timeval t2; local
1431 struct timeval t1, t2; local
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-1.js 95 var t2=(b-0x80000000);
97        if (t2>=0)
98         return ((t1&t2)+0x80000000);
102        if (t2>=0)
103         return (a&t2);
112 var t2=(b-0x80000000);
114        if (t2>=0)
115         return ((t1|t2)+0x80000000);
119        if (t2>=0)
120         return ((a|t2)+0x80000000)
    [all...]
  /external/pixman/test/
lowlevel-blt-bench.c 64 double t1, t2; local
73 t2 = gettime ();
74 if (t2 - t1 > 0.5)
87 t2 = gettime ();
88 return (double)total / (t2 - t1);
385 double t1, t2, t3, pix_cnt; local
481 t2 = gettime ();
485 ((t3 - t2) - (t2 - t1)) / 1000000.);
500 t2 = gettime ()
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305.c 129 uint32_t t0,t1,t2,t3; local
142 t2 = U8TO32_LE(in+8);
150 state->h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff;
151 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
205 t2 = U8TO32_LE(mp+8);
210 state->h2 += ((((uint64_t)t2 << 32) | t1) >> 20) & 0x3ffffff;
211 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
220 uint32_t t0,t1,t2,t3; local
232 t2 = U8TO32_LE(key+8);
237 state->r1 = t0 & 0x3ffff03; t1 >>= 20; t1 |= t2 << 12
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-parisc.pl 55 ($t0,$t1,$t2,$t3) = ("%r5","%r6","%r7","%r8");
191 ldw 8($key),$t2
199 xor $t2,$s2,$s2
202 ldw 24($key),$t2
259 xor $acc8,$t2,$t2
261 xor $acc9,$t2,$t2
263 xor $acc10,$t2,$t2
    [all...]
  /external/openssl/crypto/aes/asm/
aes-parisc.pl 55 ($t0,$t1,$t2,$t3) = ("%r5","%r6","%r7","%r8");
191 ldw 8($key),$t2
199 xor $t2,$s2,$s2
202 ldw 24($key),$t2
259 xor $acc8,$t2,$t2
261 xor $acc9,$t2,$t2
263 xor $acc10,$t2,$t2
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpake.c 219 BIGNUM *t2 = BN_new(); local
227 /* t2 = (g^x)^h = g^{hx} */
228 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
229 /* t3 = t1 * t2 = g^{hx} * g^b = g^{hx+b} = g^r (allegedly) */
230 BN_mod_mul(t3, t1, t2, ctx->p.p, ctx->ctx);
240 BN_free(t2);
348 BIGNUM *t2 = BN_new(); local
355 /* t2 = t1 * g^{xc} = g^{xa} * g^{xc} = g^{xa + xc} */
356 BN_mod_mul(t2, t1, ctx->p.gxc, ctx->p.p, ctx->ctx);
357 /* t1 = t2 * g^{xd} = g^{xa + xc + xd} *
384 BIGNUM *t2 = BN_new(); local
417 BIGNUM *t2 = BN_new(); local
    [all...]

Completed in 3370 milliseconds

<<11121314151617181920>>