Searched defs:t4 (Results 1 - 25 of 57) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dlibcalls-d.c14 double t4(unsigned char x) { function
H A Dlibcalls-ld.c17 long double t4(unsigned char x) { function
H A Dlibcalls-fno-builtin.c22 double t4(double x) { return fabs(x); } function
23 // CHECK: t4
H A Dms-inline-asm.c28 void t4(void) { function
29 // CHECK: @t4
H A Dattributes.c51 // CHECK: define hidden void @t4() nounwind {
52 void t4() __attribute__((visibility("hidden")));
53 void t4() {} function
H A Dms_struct-bitfield-1.c35 } ATTR t4; variable in typeref:struct:__anon4234
36 static int a4[(sizeof(t4) == 8) -1];
H A Dms_struct-bitfield.c37 } ATTR t4; variable in typeref:struct:__anon4247
120 static int arr4[(sizeof(t4) == 1) -1];
/external/clang/test/Parser/
H A Dms-inline-asm.c9 void t4(void) { __asm mov eax, fs:[0x10] } // expected-warning {{MS-style inline assembly is not supported}} function
/external/clang/test/Sema/
H A Dattr-cleanup.c37 void t4() { function
H A Dwarn-char-subscripts.c21 void t4() { function
H A Dthread-specifier.c6 __thread __private_extern__ int t4; variable
/external/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm207 paddsb xmm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
441 paddsb xmm2, [GLOBAL(t4)] ; vp8_signed_char_clamp(Filter2 + 4)
1450 paddsb xmm5, [GLOBAL(t4)] ; 3* (q0 - p0) + (p1 - q1) + 4
1646 paddsb xmm5, [GLOBAL(t4)] ; 3* (q0 - p0) + (p1 - q1) + 4
1770 t4: label
H A Dloopfilter_mmx.asm166 paddsb mm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
477 paddsb mm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
788 paddsb mm2, [GLOBAL(t4)] ; vp8_signed_char_clamp(Filter2 + 4)
1192 paddsb mm2, [GLOBAL(t4)] ; vp8_signed_char_clamp(Filter2 + 4)
1467 paddsb mm5, [GLOBAL(t4)] ; 3* (q0 - p0) + (p1 - q1) + 4
1640 paddsb mm5, [GLOBAL(t4)] ; 3* (q0 - p0) + (p1 - q1) + 4
1761 t4: label
/external/clang/test/SemaCXX/
H A Dtrivial-constructor.cpp32 T4 t4; member in struct:T7
34 static_assert(!__has_trivial_constructor(T7), "t4 does not have a trivial constructor!");
H A Dborland-extensions.cpp46 void t4() { function
H A Dvararg-non-pod.cpp48 void t4() function
/external/clang/test/Analysis/
H A Dfree.c20 void t4 (char *x) { function
H A Dreference.cpp42 char t4 () { function
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp138 void t4(const T4 *ptr) { function
H A Ddelete.cpp23 void t4(T *t) { function
/external/valgrind/main/memcheck/tests/
H A Dorigin3-no.c20 __attribute__((noinline)) int t4(void);
31 x += t4();
68 __attribute__((noinline)) int t4(void) function
/external/dropbear/libtomcrypt/src/hashes/
H A Dtiger.c42 #define t4 (table+256*3) macro
569 *a -= t1[byte(tmp, 0)] ^ t2[byte(tmp, 2)] ^ t3[byte(tmp, 4)] ^ t4[byte(tmp, 6)];
570 tmp = (*b += t4[byte(tmp, 1)] ^ t3[byte(tmp, 3)] ^ t2[byte(tmp,5)] ^ t1[byte(tmp,7)]);
/external/icu4c/test/intltest/
H A Dtrnserr.cpp153 Transliterator* t4 = Transliterator::createFromRules(newID, bogusRules, UTRANS_FORWARD, parseError, status); local
154 if (t4 != NULL || U_SUCCESS(status)) {
161 delete t4;
/external/llvm/include/llvm/Support/
H A DAlignOf.h150 T1 t1; T2 t2; T3 t3; T4 t4; member in class:llvm::AlignedCharArrayUnion::AlignerImpl
/external/openssl/crypto/ec/
H A Dec2_mult.c155 BIGNUM *t3, *t4, *t5; local
175 t4 = BN_CTX_get(ctx);
190 if (!group->meth->field_sqr(group, t4, x, ctx)) goto err;
191 if (!BN_GF2m_add(t4, t4, y)) goto err;
192 if (!group->meth->field_mul(group, t4, t4, t3, ctx)) goto err;
193 if (!BN_GF2m_add(t4, t4, z2)) goto err;
197 if (!group->meth->field_mul(group, t4, t
[all...]

Completed in 3768 milliseconds

123