HomeSort by relevance Sort by last modified time
    Searched refs:t4 (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 1559 u8 t1, t2, t3, t4; local
    [all...]
h264bsd_deblocking.c 2256 u32 t1, t2, t3, t4; local
2371 u32 t1, t2, t3, t4; local
    [all...]
  /external/v8/test/mjsunit/
string-lastindexof.js 45 assertEquals(0, s.lastIndexOf("test", 4), "t4");
large-object-allocation.js 155 this.t4 = i;
  /external/kernel-headers/original/linux/
wanrouter.h 124 unsigned t4; /* HDLC supervisory frame timer = T4 * T1 */ member in struct:wan_x25_conf
  /external/v8/src/mips/
virtual-frame-mips.h 405 static Register scratch0() { return t4; }
simulator-mips.h 146 t0, t1, t2, t3, t4, t5, t6, t7, enumerator in enum:v8::internal::Simulator::Register
  /external/v8/test/cctest/
test-assembler-mips.cc 152 __ li(t4, 0xfffffffc);
513 __ lb(t4, MemOperand(a0, OFFSET_OF(T, si)) );
514 __ sw(t4, MemOperand(a0, OFFSET_OF(T, r5)) );
657 __ Ror(t4, t0, 0x0010);
666 __ sw(t4, MemOperand(a0, OFFSET_OF(T, result_rotr_16)) );
679 __ Ror(t4, t0, t7);
691 __ sw(t4, MemOperand(a0, OFFSET_OF(T, result_rotrv_16)) );
997 __ subu(t4, t0, t3);
1010 __ Pop(t4);
    [all...]
  /external/openssl/crypto/aes/asm/
aes-x86_64.pl 362 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d");
376 movzb ($sbox,$acc0,1),$t4 #$t0
387 shl \$8,$t4
390 xor $t4,$t0
393 movzb `&lo("$s3")`,$t4
399 movzb ($sbox,$t4,1),$t4 #$t1
417 shl \$16,$t4
420 xor $t4,$t1
929 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d")
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 424 Timestamp t4 = new Timestamp(Long.MIN_VALUE + 808); local
425 assertEquals("292269055-12-02 16:47:05.0", t4.toString()); //$NON-NLS-1$
  /external/icu4c/test/intltest/
tmsgfmt.cpp 536 UnicodeString t4("There {argument, plural, one{is # zavod}few{are {argument, number,###.0} zavoda} other{are #zavodov}} in the directory.");
576 MessageFormat* mfAlpha2 = new MessageFormat(t4, Locale("ru"), err);
728 UnicodeString t4("{0} est {1, select, female {{2,number,integer} all\\u00E9e} other {all\\u00E9}} \\u00E0 Paris.");
730 MessageFormat* msgFmt4 = internalCreate(t4.unescape(), Locale("fr"),err,(char*)"From TestMessageFormat::TestSelectFormat create t4");
743 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3648 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3671 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3700 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3790 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3818 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3898 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
3927 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4008 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4032 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4088 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4110 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4137 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4221 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4243 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
4270 SDValue t4 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t3, X); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree.h     [all...]
  /external/dropbear/libtomcrypt/src/hashes/
tiger.c 42 #define t4 (table+256*3) macro
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 144 static const RegisterID regT2 = MIPSRegisters::t4;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 156 var t = document.getElementById('t4');
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 978 tuple<bool, int, int, int> t4(false, 2, 3, 4);
979 EXPECT_EQ("(false, 2, 3, 4)", Print(t4));
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 166 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)
1761 t4: label
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 7872 IRTemp addr, t0, t1, t2, t3, t4, t5, t6; local
    [all...]
guest_amd64_toIR.c 9004 IRTemp addr, t0, t1, t2, t3, t4, t5, t6; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1450 IRType t4 = typeOfIRExpr(mce->sb->tyenv, va4); local
5248 IRAtom *t1, *t2, *t3, *t4; local
5568 IRAtom *t1, *t2, *t3, *t4; local
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c 510 guint32 t1 = g_rand_int (rg), t2 = g_rand_int (rg), t3 = g_rand_int (rg), t4 = g_rand_int (rg); local
511 /* g_print ("GRand-current: 0x%x 0x%x 0x%x 0x%x\n", t1, t2, t3, t4); */
512 if (t1 != 0xfab39f9b || t2 != 0xb948fb0e || t3 != 0x3d31be26 || t4 != 0x43a19d66)
    [all...]
  /external/webp/src/dec/
dsp_sse2.c 284 const __m128i t4 = _mm_subs_epu8(t2, h); /* abs(q1 - q0) - hev_tresh */ \
286 not_hev = _mm_or_si128(t3, t4); \
    [all...]

Completed in 641 milliseconds

1 2 34 5