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

12 3 4 5 6 7 8 910

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_mmx.asm 164 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)
1737 t4: label
    [all...]
loopfilter_sse2.asm 208 paddsb xmm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
426 paddsb xmm2, [GLOBAL(t4)] ; vp8_signed_char_clamp(Filter2 + 4)
1624 t4: label
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 164 paddsb mm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
472 paddsb mm1, [GLOBAL(t4)] ; 3* (q0 - p0) + hvm(p1 - q1) + 4
610 t4: label
  /libcore/luni/src/test/java/libcore/java/sql/
TimestampTest.java 41 Timestamp t4 = new Timestamp(Long.MIN_VALUE + 808); local
42 assertEquals("292269055-12-02 16:47:05.0", t4.toString());
  /external/clang/test/Analysis/
free.c 20 void t4 (char *x) { function
  /external/clang/test/SemaCXX/
borland-extensions.cpp 55 void t4() { function
vararg-non-pod.cpp 60 void t4() function
  /external/valgrind/main/memcheck/tests/
origin3-no.c 20 __attribute__((noinline)) int t4(void);
31 x += t4();
68 __attribute__((noinline)) int t4(void) function
  /external/valgrind/main/memcheck/tests/vbit-test/
main.c 19 IRType t_dst, t1, t2, t3, t4; local
21 typeof_primop(op->op, &t_dst, &t1, &t2, &t3, &t4);
29 data->opnds[2].type = t4;
35 data->opnds[3].type = t4;
  /cts/tests/tests/app/src/android/app/cts/
ActionBarTest.java 66 Tab t4 = createTab("Tab 2.5"); local
67 mBar.addTab(t4, 2);
69 assertEquals(t4, mBar.getTabAt(2));
79 assertEquals(t4, mBar.getTabAt(3));
  /external/chromium_org/third_party/openssl/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/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 56 unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind to bit-field}} local
  /external/clang/test/CXX/expr/expr.post/expr.const.cast/
p1-0x.cpp 44 unsigned &t4 = const_cast<unsigned&>(a.pred() ? a.ubf : a.sv); // expected-error {{const_cast from rvalue to reference type}} local
  /external/clang/test/CodeGen/
attributes.c 51 // CHECK: define hidden void @t4() [[NUW]] {
52 void t4() __attribute__((visibility("hidden")));
53 void t4() {} function
builtins-nvptx.c 157 float t4 = __nvvm_rcp_rn_f(f2); local
libcalls-fno-builtin.c 43 double t4(double x) { return fabs(x); } function
44 // CHECK: t4
ms_struct-bitfield-1.c 35 } ATTR t4; variable in typeref:struct:__anon22481
36 static int a4[(sizeof(t4) == 8) -1];
  /external/clang/test/CodeGenCXX/
delete.cpp 23 void t4(T *t) { function
rtti-linkage.cpp 156 struct T4 {};
157 void t4(const T4 *ptr) { function
  /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/owasp/sanitizer/src/tests/org/owasp/html/
Benchmark.java 98 long t4 = 0, t5 = -1; local
100 t4 = System.nanoTime();
122 "Full sanitize w/ PB : %12d", (t5 - t4)));
  /external/chromium_org/third_party/icu/source/test/intltest/
trnserr.cpp 153 Transliterator* t4 = Transliterator::createFromRules(newID, bogusRules, UTRANS_FORWARD, parseError, status); local
154 if (t4 != NULL || U_SUCCESS(status)) {
161 delete t4;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mont.c 254 BN_ULONG t1,t2,t3,t4; local
259 t4=nrp[i+3]; ap[i+1]=0;
263 rp[i+3]=t4;
  /external/clang/test/Misc/
integer-literal-printing.cpp 73 struct Type4<charTy::c, "4"> t4; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type4Helper<(charTy)'\x00'>::Ty' (aka 'charTy')}} local
  /external/clang/test/Sema/
thread-specifier.c 21 __thread __private_extern__ int t4; variable

Completed in 2017 milliseconds

12 3 4 5 6 7 8 910