HomeSort by relevance Sort by last modified time
    Searched refs:t3 (Results 51 - 75 of 182) sorted by null

1 23 4 5 6 7 8

  /external/clang/test/CodeGenCXX/
delete.cpp 12 void t3(S *s) { function
new.cpp 24 void t3() { function
rtti-linkage.cpp 130 void t3() { function
  /external/clang/test/Sema/
warn-char-subscripts.c 15 void t3() { function
array-init.c 194 struct s1 t3[] = {t1, t1, "abc", 0}; //expected-warning{{incompatible pointer to integer conversion initializing 'char' with an expression of type 'char [4]'}} local
195 int t4[sizeof t3 == 6 ? 1 : -1];
expr-address-of.c 108 void* t3 = &(*(void*)0); local
unused-expr.c 33 void t3(int c) { function
  /external/v8/src/mips/
register-allocator-mips-inl.h 60 11, // t3
100 t3,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-1.js 52 t3 = new TestFunction( "Add", "a, b, c, d, e", tab +"var s = a + b + c + d + e;\n" +
73 t3.valueOf(),
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
factor.sed 37 t3
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 294 ulong32 s0, s1, s2, s3, t0, t1, t2, t3, *rk; local
335 t3 =
344 s0 = t0; s1 = t1; s2 = t2; s3 = t3;
373 t3 =
389 Te3(byte(t3, 0)) ^
394 Te2(byte(t3, 1)) ^
399 Te1(byte(t3, 2)) ^
404 Te0(byte(t3, 3)) ^
421 (Te4_0[byte(t3, 0)]) ^
427 (Te4_1[byte(t3, 1)])
473 ulong32 s0, s1, s2, s3, t0, t1, t2, t3, *rk; local
    [all...]
  /external/openssl/crypto/ec/
ec2_mult.c 153 BIGNUM *t3, *t4, *t5; local
172 t3 = BN_CTX_get(ctx);
179 if (!group->meth->field_mul(group, t3, z1, z2, ctx)) goto err;
190 if (!group->meth->field_mul(group, t4, t4, t3, ctx)) goto err;
193 if (!group->meth->field_mul(group, t3, t3, x, ctx)) goto err;
194 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
195 if (!group->meth->field_mul(group, t4, t3, t4, ctx)) goto err;
196 if (!group->meth->field_mul(group, x2, x1, t3, ctx)) goto err
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 66 $t3="r12";
77 ldr $t3,[$Xi,#2*4]
79 eor $t2,$t2,$t3
98 ldrb $t3,[$inp,#-3]
103 orr $t0,$t0,$t3,lsl#16
203 ldmia $ctx,{$K,$t0,$t1,$t2,$t3}
208 add $e,$t3,$e,ror#2
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 72 TIME_STRUCT t1, t2, t3; local
114 TIME_GET(t3);
117 while (TIME_SECONDS(t3) == TIME_SECONDS(t2));
125 TIME_SECONDS(t3), TIME_MICROSECONDS(t3));
  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 62 $t3="%l7";
199 ld [$key+12],$t3
206 xor $t3,$s3,$s3
209 ld [$key+28],$t3
296 xor $acc13,$t3,$t3
298 xor $acc14,$t3,$t3
300 xor $acc15,$t3,$t3
    [all...]
aes-s390x.pl 58 $t3="%r3"; $out="%r3"; $bits="%r3";
249 srlg $t3,$s0,`16-3`
254 nr $t3,$mask
268 l $t3,3($t3,$tbl) # Te1[s0>>16]
273 x $t3,2($i3,$tbl) # Te2[s1>>8]
294 x $t3,1($i3,$tbl) # Te3[s2>>0]
305 x $t3,12($key)
311 xr $s3,$t3
319 srlg $t3,$s0,`16-3
    [all...]
  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican.c 57 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; local
80 t3 =
85 s0 = t0; s1 = t1; s2 = t2; s3 = t3;
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 101 $t3="r19";
228 ld $t3,0($bp) ; bp[0]
236 mulld $t7,$a0,$t3 ; ap[0]*bp[0]
247 extrdi $t0,$t3,16,48
248 extrdi $t1,$t3,16,32
249 extrdi $t2,$t3,16,16
250 extrdi $t3,$t3,16,0
254 std $t3,`$FRAME+24`($sp)
267 lwz $t3,8($ap
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 549 #define PRE_REG_READ3(tr, s, t1, a1, t2, a2, t3, a3) \
552 PRA1(s,t1,a1); PRA2(s,t2,a2); PRA3(s,t3,a3); \
554 #define PRE_REG_READ4(tr, s, t1, a1, t2, a2, t3, a3, t4, a4) \
557 PRA1(s,t1,a1); PRA2(s,t2,a2); PRA3(s,t3,a3); \
560 #define PRE_REG_READ5(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \
563 PRA1(s,t1,a1); PRA2(s,t2,a2); PRA3(s,t3,a3); \
566 #define PRE_REG_READ6(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6) \
569 PRA1(s,t1,a1); PRA2(s,t2,a2); PRA3(s,t3,a3); \
572 #define PRE_REG_READ7(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6, t7, a7) \
575 PRA1(s,t1,a1); PRA2(s,t2,a2); PRA3(s,t3,a3);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatQuad.cpp 54 inline bool isPointInTriangle(const FloatPoint& p, const FloatPoint& t1, const FloatPoint& t2, const FloatPoint& t3)
57 FloatSize v0 = t3 - t1;
  /libcore/luni/src/test/java/com/android/org/bouncycastle/crypto/digests/
DigestTest.java 75 long t3 = System.currentTimeMillis(); local
77 newTime = newTime + (t3 - t2);
  /external/chromium/third_party/modp_b64/
modp_b64.cc 86 uint8_t t1, t2, t3; local
89 t1 = str[i]; t2 = str[i+1]; t3 = str[i+2];
92 *p++ = e1[((t2 & 0x0F) << 2) | ((t3 >> 6) & 0x03)];
93 *p++ = e2[t3];
  /external/clang/test/CodeGen/
complex.c 70 void t3() { function
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 35 void t3() function
  /external/valgrind/main/memcheck/tests/
origin2-not-quite.stderr.exp 24 at 0x........: t3 (origin2-not-quite.c:59)
27 at 0x........: t3 (origin2-not-quite.c:51)

Completed in 1718 milliseconds

1 23 4 5 6 7 8