Searched defs:t0 (Results 1 - 10 of 10) sorted by relevance

/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);
198 auto t0 = std::chrono::steady_clock::now(); local
203 ASSERT_GE(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 200ms);
205 ASSERT_LT(std::chrono::duration_cast<std::chrono::milliseconds>(t1 - t0), 600ms);
/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp44 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) argument
51 needs.t[0] = t0;
91 uint32_t t0; local
93 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1);
94 ggl_test_codegen(n, p, t0, t1);
/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/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/core/libpixelflinger/
H A Draster.cpp175 const GGLint t0 = Vcr - y; local
176 c->procs.texCoord2i(c, s0, t0);
198 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy local
202 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/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/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp72 const int t0 = (parts.reload & 1) ? scratches.obtain() : 0; local
80 const int c = (parts.reload & 1) ? t0 : obtainReg();
363 // t = (x * dtdx)>>16 + (y*dtdy)>>16 + t0
/system/netd/tests/
H A Dnetd_test.cpp238 auto t0 = std::chrono::steady_clock::now(); local
267 std::chrono::duration<double>(t1 - t0).count());
/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc832 uint8_t t0; local
886 t0 = p_pa_iso->ats_res[NCI_ATS_T0_INDEX];
888 if (t0 & NCI_ATS_TA_MASK) pp++; /* TA */
889 if (t0 & NCI_ATS_TB_MASK) {
896 if (t0 & NCI_ATS_TC_MASK) {

Completed in 846 milliseconds