Searched refs:t0 (Results 1 - 12 of 12) 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.cpp36 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) argument
44 needs.t[0] = t0;
74 uint32_t t0; local
76 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1);
77 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/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S32 * Uses $t0,$t6,$t7,$t8
54 ext $t0,\dreg,\shift+5,6 # start green extraction dst[\shift:10..5]
61 mul $t8,$t0,$t7
62 ext $t0,\dreg,\shift,5 # start blue extraction dst[\shift:4..0]
68 mul $t0,$t0,$t7
71 srl $t8,$t0,8
182 and $t0,$a0,3
183 beqz $t0,aligned
/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.cpp370 ALOGI("Needs: n=0x%08x p=0x%08x t0=0x%08x t1=0x%08x",
2006 int32_t t0 = gglMulx(t, iw, iwscale); local
2028 dtdx = (tq - t0) / premainder;
2042 dtdx = (tq - t0) >> SPAN_BITS;
2054 ti.ydtdy = t0 << tscale;
2057 ti.ydtdy = t0 >>-tscale;
2061 t0 = tq;
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c251 double t0; member in struct:__anon502
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:__anon501
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.c882 suseconds_t t0, t1; local
900 t0 = get_usecs();
907 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 205 milliseconds