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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/PCH/Inputs/
namespaces.h 19 typedef int t3; typedef in namespace:N2::Inner
  /external/clang/test/Sema/
wchar.c 23 char t3[] = L"x"; // expected-error {{initializing char array with wide string literal}} local
  /external/qemu/distrib/sdl-1.2.15/test/
testtimer.c 30 SDL_TimerID t1, t2, t3; local
69 t3 = SDL_AddTimer(233, callback, (void*)3);
70 if(!t3)
83 SDL_RemoveTimer(t3);
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 41 lui $t3,0x8000
42 or $t2,$t2,$t3 /* add the missing 1 */
45 sltiu $t3,$t1,32 /* t3=1 if t1<32, else t3=0. t1>=32 means the float value is too small. */
53 movz $v0,$zero,$t3 /* t3=0 then res=0 */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/
types.pass.cpp 27 typedef std::adopt_lock_t T3;
31 T3 t3 = std::adopt_lock; local
  /external/chromium_org/v8/test/cctest/
test-disasm-mips.cc 101 COMPARE(addu(t2, t3, t4),
102 "016c5021 addu t2, t3, t4");
108 COMPARE(subu(t2, t3, t4),
109 "016c5023 subu t2, t3, t4");
115 COMPARE(mult(t2, t3),
116 "014b0018 mult t2, t3");
122 COMPARE(multu(t2, t3),
123 "014b0019 multu t2, t3");
129 COMPARE(div(t2, t3),
130 "014b001a div t2, t3");
    [all...]
  /external/v8/test/cctest/
test-disasm-mips.cc 111 COMPARE(addu(t2, t3, t4),
112 "016c5021 addu t2, t3, t4");
118 COMPARE(subu(t2, t3, t4),
119 "016c5023 subu t2, t3, t4");
125 COMPARE(mult(t2, t3),
126 "014b0018 mult t2, t3");
132 COMPARE(multu(t2, t3),
133 "014b0019 multu t2, t3");
139 COMPARE(div(t2, t3),
140 "014b001a div t2, t3");
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-alpha.pl 30 $t3="t12";
53 sll @X[$i],8,$t3
60 zapnot $t3,0x44,$t3
68 or @X[$i],$t3,@X[$i]
70 bic $d,$b,$t3
74 or $t2,$t3,$t2
78 srl $b,32,$t3
83 or $t3,$b,$b
93 bic $d,$b,$t3
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-alpha.pl 30 $t3="t12";
53 sll @X[$i],8,$t3
60 zapnot $t3,0x44,$t3
68 or @X[$i],$t3,@X[$i]
70 bic $d,$b,$t3
74 or $t2,$t3,$t2
78 srl $b,32,$t3
83 or $t3,$b,$b
93 bic $d,$b,$t3
    [all...]
  /external/aac/libAACenc/src/
bit_cnt.cpp 116 INT t0,t1,t2,t3; local
130 t3= values[i+3];
134 bc1_2+=FDKaacEnc_huff_ltab1_2[t0+1][t1+1][t2+1][t3+1];
138 bc5_6+=FDKaacEnc_huff_ltab5_6[t2+4][t3+4];
143 t3=fixp_abs(t3);
146 bc3_4+= FDKaacEnc_huff_ltab3_4[t0][t1][t2][t3];
149 bc7_8+=FDKaacEnc_huff_ltab7_8[t2][t3];
152 bc9_10+=FDKaacEnc_huff_ltab9_10[t2][t3];
155 bc11+= (INT) FDKaacEnc_huff_ltab11[t2][t3];
192 INT t0,t1,t2,t3; local
548 INT i,t0,t1,t2,t3,t00,t01; local
782 INT i,t0,t1,t2,t3,t00,t01; local
    [all...]
  /system/core/libpixelflinger/arch-mips/
t32cb16blend.S 192 lhu $t3,-2($a0)
193 pixel $t3,$t4,$t1,0
211 or $t3,$t4,$t5
212 beqz $t3,1f
215 lw $t3,-8($a0)
217 pixel $t3,$t4,$t1,0
218 pixel $t3,$t5,$t1,16
227 or $t3,$t4,$t5
228 beqz $t3,1f
231 lw $t3,-4($a0
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ActionBarTest.java 57 Tab t3 = createTab("Tab 3"); local
58 mBar.addTab(t3, true);
60 assertEquals(t3, mBar.getSelectedTab());
61 assertEquals(t3, mBar.getTabAt(2));
67 assertEquals(t3, mBar.getTabAt(3));
77 assertEquals(t3, mBar.getTabAt(4));
  /dalvik/vm/arch/mips/
CallO32.S 186 andi $t3,$a2,0x1 /* the second position is a pad? */
187 bnez $t3,.Lpad0
204 andi $t3,$a2,0x1
206 bnez $t3,.Lpad
257 sltiu $t3,$s2,2 /* set t3 if return type is float */
258 movn $v0,$t0,$t3 /* If the result type is float overwrite $v0 */
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stack_trace_table_test.cc 81 tcmalloc::StackTrace t3; local
82 t3.size = static_cast<uintptr_t>(2);
83 t3.depth = static_cast<uintptr_t>(2);
84 t3.stack[0] = reinterpret_cast<void*>(1);
85 t3.stack[1] = reinterpret_cast<void*>(2);
87 // Table w/ t1, t3
89 AddTrace(&table, t3);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stack_trace_table_test.cc 81 tcmalloc::StackTrace t3; local
82 t3.size = static_cast<uintptr_t>(2);
83 t3.depth = static_cast<uintptr_t>(2);
84 t3.stack[0] = reinterpret_cast<void*>(1);
85 t3.stack[1] = reinterpret_cast<void*>(2);
87 // Table w/ t1, t3
89 AddTrace(&table, t3);
  /packages/apps/Camera/perftests/panorama/
benchmark.cpp 53 struct timespec t1, t2, t3; local
104 clock_gettime(CLOCK_MONOTONIC, &t3);
107 (t3.tv_sec - t1.tv_sec) + (t3.tv_nsec - t1.tv_nsec)/1e9;
111 (t3.tv_sec - t2.tv_sec) + (t3.tv_nsec - t2.tv_nsec)/1e9;
  /external/pixman/pixman/
pixman-mips-dspr2-asm.S 161 CONVERT_2x8888_TO_2x0565 t0, t1, t2, t3, t4, t5, t6, t7, t8
164 sh t3, 2(a0)
174 CONVERT_1x8888_TO_1x0565 t0, t1, t2, t3
203 CONVERT_2x0565_TO_2x8888 t0, t1, t2, t3, t4, t5, t6, t7, t8, t9
206 sw t3, 4(a0)
216 CONVERT_1x0565_TO_1x8888 t0, t1, t2, t3
246 lw t3, 12(a1)
255 or t3, t3, t9
264 sw t3, 12(a0
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 210 void test_element_access(tuple<int*, float*, double*&> t3) {
214 get<0>(t3) = &i;
215 get<1>(t3) = &f;
216 get<2>(t3) = &d;
254 void test_relational_operators(tuple<int*, float*, double*> t3) {
255 (void)(t3 == t3);
256 (void)(t3 != t3);
257 (void)(t3 < t3)
    [all...]
  /external/clang/test/CodeGen/
ms_struct-bitfield-1.c 27 } t3; variable in typeref:struct:__anon16505
29 static int a3[(sizeof(t3) == 4) -1];
ms_struct-bitfield.c 31 } ATTR t3; variable in typeref:struct:__anon16518
119 static int arr3[(sizeof(t3) == 2) -1];
  /external/clang/test/Index/
complete-documentation-templates.cpp 23 /// This is T3.
25 class T3 {
52 typedef T3<double> T12;
56 T3<int>::T4();
57 T3<int> t3; local
58 t3.T6();
59 T3<int>::T8 t8;
122 // CHECK-CC4: EnumConstantDecl:{ResultType T3<int>::T9}{TypedText T10}{{.*}}(brief comment: This is T10.)
127 // CHECK-CC4-SHOULD-BE: TypedefDecl:{TypedText T12}{{.*}}(brief comment: This is T3.
    [all...]
  /external/skia/tests/
Typeface.cpp 24 SkAutoTUnref<SkTypeface> t3(SkTypeface::CreateFromName("non-existent-font", SkTypeface::kNormal));
25 REPORTER_ASSERT(reporter, NULL == t3.get());
  /external/qemu/
def-helper.h 117 #define DEF_HELPER_3(name, ret, t1, t2, t3) \
118 DEF_HELPER_FLAGS_3(name, 0, ret, t1, t2, t3)
119 #define DEF_HELPER_4(name, ret, t1, t2, t3, t4) \
120 DEF_HELPER_FLAGS_4(name, 0, ret, t1, t2, t3, t4)
136 #define DEF_HELPER_FLAGS_3(name, flags, ret, t1, t2, t3) \
137 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3));
139 #define DEF_HELPER_FLAGS_4(name, flags, ret, t1, t2, t3, t4) \
140 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \
179 #define DEF_HELPER_FLAGS_3(name, flags, ret, t1, t2, t3) \
181 dh_arg_decl(t2, 2), dh_arg_decl(t3, 3))
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 59 TextView t3 = (TextView) findViewById(R.id.text3); local
60 t3.setText(
65 t3.setMovementMethod(LinkMovementMethod.getInstance());
  /external/valgrind/main/memcheck/tests/
origin3-no.c 19 __attribute__((noinline)) int t3(void);
30 x += t3();
58 __attribute__((noinline)) int t3(void) function

Completed in 728 milliseconds

1 23 4 5 6 7 8 91011>>