Searched refs:t0 (Results 1 - 17 of 17) sorted by relevance

/system/core/libpixelflinger/arch-mips64/
H A Dcol32cb16blend.S21 dext $t0,\src,\shift+11,5
23 dextu $t0,\src,\shift+11,5
25 mul $t0,$t0,\f
43 srl $t0,$t0,8
46 addu $t0,$t0,\sR
49 sll $t0,$t0,1
[all...]
H A Dt32cb16blend.S93 lw $t0,($a1)
96 beqz $t0,1f
98 pixel $a7,$t0,$a5,0
110 lw $t0,0($a1)
116 or $a7,$t0,$t1
122 pixel $a7,$t0,$a5,0
129 lw $t0,-8($a1)
133 or $a7,$t0,$t1
139 pixel $a7,$t0,$a5,0
154 lw $t0,(
[all...]
/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp43 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) argument
51 needs.t[0] = t0;
89 uint32_t t0; local
91 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1);
92 ggl_test_codegen(n, p, t0, t1);
/system/core/libpixelflinger/arch-mips/
H A Dcol32cb16blend.S77 ext $t0,$a1,10,6 /* sG */
82 srl $t0, $a1, 10
83 andi $t0, 0x3f /* sG */
97 pixel $t2 $t7 $v0 $a3 $t0 $t1 0
98 pixel $t3 $t7 $v0 $a3 $t0 $t1 16
105 pixel $t7 $t8 $v0 $a3 $t0 $t1 0
106 pixel $t3 $t8 $v0 $a3 $t0 $t1 16
128 pixel $t2 $t7 $v0 $a3 $t0 $t1 0
H A Dt32cb16blend.S32 * Uses $t0,$t6,$t7,$t8
54 ext $t0,\dreg,\shift+5,6 # start green extraction dst[\shift:10..5]
66 mul $t8,$t0,$t7
67 ext $t0,\dreg,\shift,5 # start blue extraction dst[\shift:4..0]
73 mul $t0,$t0,$t7
77 srl $t8,$t0,8
189 and $t0,$a0,3
190 beqz $t0,aligned
/system/core/fastboot/
H A Dusbtest.cpp94 long long t0, t1; local
96 t0 = NOW();
104 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0));
112 long long t0, t1; local
114 t0 = NOW();
122 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0));
/system/extras/tests/pftest/
H A Dpftest.c97 unsigned long long t0 = stop_watch(); local
105 printf("%d, %f\n", numPages, (float) (t1 - t0) / WORKLOAD);
/system/core/libpixelflinger/tests/arch-mips64/assembler/
H A Dasm_mips_test_jacket.S64 ld $t0, 96($s1)
81 sd $t0, 96($s1)
/system/core/base/
H A Dproperties_test.cpp144 auto t0 = std::chrono::steady_clock::now(); local
149 ASSERT_GE(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 200ms);
151 ASSERT_LT(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 600ms);
166 auto t0 = std::chrono::steady_clock::now(); local
171 ASSERT_GE(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 200ms);
173 ASSERT_LT(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 600ms);
/system/core/libpixelflinger/
H A Draster.cpp176 const GGLint t0 = Vcr - y; local
177 c->procs.texCoord2i(c, s0, t0);
199 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy local
203 texcoords[3] = t0;
H A Dscanline.cpp384 ALOGI("Needs: n=0x%08x p=0x%08x t0=0x%08x t1=0x%08x",
2024 int32_t t0 = gglMulx(t, iw, iwscale); local
2046 dtdx = (tq - t0) / premainder;
2060 dtdx = (tq - t0) >> SPAN_BITS;
2072 ti.ydtdy = t0 << tscale;
2075 ti.ydtdy = t0 >>-tscale;
2079 t0 = tq;
/system/bt/osi/src/
H A Dalarm.cc569 period_ms_t t0 = now(); local
574 CHECK(t1 >= t0);
575 period_ms_t delta = t1 - t0;
576 update_scheduling_stats(&alarm->stats, t0, deadline, delta);
/system/extras/tests/tcp_nuke_addr/
H A Dtcp_nuke_addr_test.cpp141 std::thread t0(killSockets, sin, KILL_INTERVAL_MS, &lock);
/system/bt/stack/smp/
H A Daes.cc567 uint_8t tt, t0, t1, t2, t3; local
569 t0 = ctx->ksch[cc - 4];
574 tt = t0;
575 t0 = s_box(t1) ^ rc;
581 t0 = s_box(t0);
587 ctx->ksch[cc + 0] = ctx->ksch[tt + 0] ^ t0;
/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.c709 uint8_t t0; local
763 t0 = p_pa_iso->ats_res[NCI_ATS_T0_INDEX];
765 if (t0 & NCI_ATS_TA_MASK) pp++; /* TA */
766 if (t0 & NCI_ATS_TB_MASK) {
773 if (t0 & NCI_ATS_TC_MASK) {
/system/netd/tests/
H A Dnetd_test.cpp233 auto t0 = std::chrono::steady_clock::now(); local
262 std::chrono::duration<double>(t1 - t0).count());
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp73 const int t0 = (parts.reload & 1) ? scratches.obtain() : 0; local
81 const int c = (parts.reload & 1) ? t0 : obtainReg();
366 // t = (x * dtdx)>>16 + (y*dtdy)>>16 + t0

Completed in 284 milliseconds