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

12345

/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 Dms-inline-asm-64.c34 int t4() { function
46 // CHECK: t4
H A Dms-inline-asm.c27 void t4(void) { function
28 // CHECK: @t4
H A Dasm_arm64.c28 void t4(long op) { function
/external/llvm/test/MC/Mips/
H A Dasciiz-directive.s24 t4: label
26 # CHECK-LABEL: t4
H A Dcpsetup.s128 t4: label
139 # ALL-LABEL: t4:
/external/libcxx/test/std/input.output/iostream.forward/
H A Diosfwd.pass.cpp105 std::iostream* t4 = 0; local
111 std::stringstream* t4 = 0; local
117 std::fstream* t4 = 0; local
123 std::wiostream* t4 = 0; local
129 std::wstringstream* t4 = 0; local
135 std::wfstream* t4 = 0; local
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dloopfilter_mmx.asm164 paddsb mm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
472 paddsb mm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
607 t4: label
/external/v8/test/mjsunit/es6/
H A Ddestructuring-parameters-literalcount-nolazy.js11 var t4 = [4]; variable
H A Ddestructuring-parameters-literalcount.js11 var t4 = [4]; variable
/external/clang/test/Parser/
H A Dms-inline-asm.c12 void t4(void) { __asm mov eax, fs:[0x10] } function
/external/libcxx/test/std/utilities/intseq/intseq.general/
H A Dinteger_seq.pass.cpp70 auto t4 = extract ( tup, size4 ()); local
71 static_assert ( std::tuple_size<decltype(t4)>::value == size4::size (), "t4 size wrong");
72 assert ( t4 == std::make_tuple ( 10, 11, 12, 13 ));
/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s42 .globl t4 # @t4
44 t4: label
45 .long g3-t4
/external/clang/test/Sema/
H A Dattr-cleanup.c37 void t4() { function
H A Dattr-naked.c17 __attribute__((naked)) int t4() { function
H A Dwarn-char-subscripts.c21 void t4() { function
/external/clang/test/SemaCXX/
H A Dtrivial-constructor.cpp33 T4 t4; member in struct:T7
35 static_assert(!__has_trivial_constructor(T7), "t4 does not have a trivial constructor!");
H A Dborland-extensions.cpp55 void t4() { function
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2_x86_64.asm86 paddsb %5, [GLOBAL(t4)] ; Filter1
814 t4: label
H A Dloopfilter_sse2.asm208 paddsb xmm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
426 paddsb xmm2, [GLOBAL(t4)] ; vp8_signed_char_clamp(Filter2 + 4)
1336 paddsb xmm0, [GLOBAL(t4)] ; +3 instead of +4
1511 paddsb xmm0, [GLOBAL(t4)] ; +3 instead of +4
1624 t4: label
H A Dvp8_loopfilter_mmx.asm164 paddsb mm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
472 paddsb mm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
781 paddsb mm2, [GLOBAL(t4)] ; vp8_signed_char_clamp(Filter2 + 4)
1182 paddsb mm2, [GLOBAL(t4)] ; vp8_signed_char_clamp(Filter2 + 4)
1450 paddsb mm5, [GLOBAL(t4)] ; 3* (q0 - p0) + (p1 - q1) + 4
1616 paddsb mm5, [GLOBAL(t4)] ; 3* (q0 - p0) + (p1 - q1) + 4
1737 t4: label
/external/testng/src/test/java/test/junit4/
H A DJUnit4ParameterizedTest.java17 public static final String[] EXPECTED = {"t2[0]", "t2[1]", "t4[0]"};
19 public static final String[] FAILED = {"t4[1]", "tf[0]", "tf[1]"};
42 public void t4() { method in class:JUnit4ParameterizedTest
H A DJUnit4Sample2.java14 public static final String[] EXPECTED = {"t2", "t4"};
28 public void t4() { method in class:JUnit4Sample2
/external/valgrind/memcheck/tests/
H A Dorigin3-no.c20 __attribute__((noinline)) int t4(void);
31 x += t4();
68 __attribute__((noinline)) int t4(void) function

Completed in 635 milliseconds

12345