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

/system/extras/tests/bionic/libc/other/
H A Dbench_locks.c16 double t0, t1; local
23 t0 = now();
28 t1 = now() - t0;
/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp31 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) argument
39 needs.t[0] = t0;
61 uint32_t t0; local
63 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1);
64 ggl_test_codegen(n, p, t0, t1);
/system/core/fastboot/
H A Dusbtest.c94 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/
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.cpp354 LOGI("Needs: n=0x%08x p=0x%08x t0=0x%08x t1=0x%08x",
1985 int32_t t0 = gglMulx(t, iw, iwscale); local
2007 dtdx = (tq - t0) / premainder;
2021 dtdx = (tq - t0) >> SPAN_BITS;
2033 ti.ydtdy = t0 << tscale;
2036 ti.ydtdy = t0 >>-tscale;
2040 t0 = tq;
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c251 double t0; member in struct:__anon463
269 //DEBUG ONLY: printf("t1-s->t0=%g waitDelay=%g\n", t1-s->t0, s->waitDelay);
270 TTRUE((t1-s->t0) >= s->waitDelay);
290 TTRUE((t1-s->t0) >= s->waitDelay);
311 s->t0 = time_now();
H A Dtest_pthread_mutex.c280 double t0; member in struct:__anon462
292 //DEBUG ONLY: printf("t1-s->t0=%g waitDelay=%g\n", t1-s->t0, s->waitDelay);
293 TTRUE((t1-s->t0) >= s->waitDelay);
313 TTRUE((t1-s->t0) >= s->waitDelay);
334 s->t0 = time_now();
/system/core/init/
H A Ddevices.c819 suseconds_t t0, t1; local
832 t0 = get_usecs();
839 log_event_print("coldboot %ld uS\n", ((long) (t1 - t0)));
/system/core/libcutils/
H A Dtztime.c174 static int differ_by_repeat P((time_t t1, time_t t0));
296 differ_by_repeat(t1, t0)
298 const time_t t0;
303 return t1 - t0 == SECSPERREPEAT;
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp75 const int t0 = (parts.reload & 1) ? scratches.obtain() : 0; local
83 const int c = (parts.reload & 1) ? t0 : obtainReg();
368 // t = (x * dtdx)>>16 + (y*dtdy)>>16 + t0

Completed in 865 milliseconds