HomeSort by relevance Sort by last modified time
    Searched refs:t4 (Results 26 - 50 of 188) sorted by null

12 3 4 5 6 7 8

  /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");
154 COMPARE(mul(t2, t3, t4),
155 "716c5002 mul t2, t3, t4");
173 COMPARE(and_(t2, t3, t4),
174 "016c5024 and t2, t3, t4");
182 COMPARE(or_(t2, t3, t4),
183 "016c5025 or t2, t3, t4");
    [all...]
  /bionic/libc/arch-mips/include/machine/
regdef.h 66 #define t4 $12 macro
  /cts/tests/tests/app/src/android/app/cts/
ActionBarTest.java 63 Tab t4 = createTab("Tab 2.5"); local
64 mBar.addTab(t4, 2);
66 assertEquals(t4, mBar.getTabAt(2));
76 assertEquals(t4, mBar.getTabAt(3));
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 66 #define t4 $12 macro
  /external/clang/test/Sema/
thread-specifier.c 6 __thread __private_extern__ int t4; variable
attr-cleanup.c 37 void t4() { function
warn-char-subscripts.c 21 void t4() { function
  /external/clang/test/SemaCXX/
trivial-constructor.cpp 16 struct T4 : virtual T3 {
18 static_assert(!__has_trivial_constructor(T4), "T4 has a virtual base class!");
32 T4 t4; member in struct:T7
34 static_assert(!__has_trivial_constructor(T7), "t4 does not have a trivial constructor!");
borland-extensions.cpp 46 void t4() { function
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 66 #define t4 $12 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 66 #define t4 $12 macro
  /external/clang/test/CodeGen/
attributes.c 51 // CHECK: define hidden void @t4() nounwind {
52 void t4() __attribute__((visibility("hidden")));
53 void t4() {} function
complex.c 75 float _Complex t4();
78 float _Complex x = t4();
arm-aapcs-zerolength-bitfield.c 33 struct t4 struct
39 static int arr4_offset[(offsetof(struct t4, bar) == 4) ? 0 : -1];
40 static int arr4_sizeof[(sizeof(struct t4) == 8) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 37 struct t4 struct
43 static int arr4_offset[(offsetof(struct t4, bar) == 4) ? 0 : -1];
44 static int arr4_sizeof[(sizeof(struct t4) == 8) ? 0 : -1];
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Arguments.h 176 template<typename T1, typename T2, typename T3, typename T4> struct Arguments4 : Arguments3<T1, T2, T3> {
180 typename WTF::RemoveConst<typename WTF::RemoveReference<T4>::Type>::Type> ValueType;
186 Arguments4(T1 t1, T2 t2, T3 t3, T4 t4)
188 , argument4(t4)
206 T4 argument4;
209 template<typename T1, typename T2, typename T3, typename T4> Arguments4<const T1&, const T2&, const T3&, const T4&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4)
    [all...]
  /external/openssl/crypto/ec/
ec2_mult.c 155 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, t3, t4, ctx)) goto err
    [all...]
  /external/clang/test/Analysis/
free.c 20 void t4 (char *x) { function
  /external/clang/test/CodeGenCXX/
delete.cpp 23 void t4(T *t) { function
  /external/clang/test/Parser/
ms-inline-asm.c 9 void t4(void) { __asm mov eax, fs:[0x10] } // expected-warning {{MS-style inline assembly is not supported}} function
  /bionic/linker/arch/mips/
begin.S 54 li $t4, DT_MIPS_LOCAL_GOTNO
64 1: bne $t2, $t4, 1f /* DT_MIPS_LOCAL_GOTNO? */
  /external/qemu/
def-helper.h 119 #define DEF_HELPER_4(name, ret, t1, t2, t3, t4) \
120 DEF_HELPER_FLAGS_4(name, 0, ret, t1, t2, t3, t4)
139 #define DEF_HELPER_FLAGS_4(name, flags, ret, t1, t2, t3, t4) \
141 dh_ctype(t4));
192 #define DEF_HELPER_FLAGS_4(name, flags, ret, t1, t2, t3, t4) \
194 dh_arg_decl(t2, 2), dh_arg_decl(t3, 3), dh_arg_decl(t4, 4)) \
202 dh_arg(t4, 4); \
224 #define DEF_HELPER_FLAGS_4(name, flags, ret, t1, t2, t3, t4) \
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-1.js 55 t4 = new TestFunction( "noop", "value" );
78 t4.toString(),
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 352 #define DELEGATE_TO_IMPL_4(name, t1, t2, t3, t4) \
353 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4) \
358 #define DELEGATE_TO_IMPL_4R(name, t1, t2, t3, t4, rt) \
359 rt GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4) \
364 #define DELEGATE_TO_IMPL_5(name, t1, t2, t3, t4, t5) \
365 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5) \
370 #define DELEGATE_TO_IMPL_5R(name, t1, t2, t3, t4, t5, rt) \
371 rt GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5) \
376 #define DELEGATE_TO_IMPL_6(name, t1, t2, t3, t4, t5, t6) \
377 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 118 t4 RN 4 label
144 LDR t4,=MASK_1
151 MUL alpha0, alpha0, t4
152 MUL beta0, beta0, t4
153 MUL alpha1, alpha1, t4
154 MUL beta1, beta1, t4

Completed in 6101 milliseconds

12 3 4 5 6 7 8