Searched refs:t0 (Results 1 – 10 of 10) sorted by relevance
/system/core/libpixelflinger/tests/codegen/ |
D | codegen.cpp | 5 uint32_t n, uint32_t p, uint32_t t0, uint32_t t1); 16 uint32_t t0; in main() local 18 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1); in main() 19 ggl_test_codegen(n, p, t0, t1); in main()
|
/system/extras/tests/bionic/libc/other/ |
D | bench_locks.c | 16 double t0, t1; in main() local 23 t0 = now(); in main() 28 t1 = now() - t0; in main()
|
/system/core/fastboot/ |
D | usbtest.c | 94 long long t0, t1; in test_null() local 96 t0 = NOW(); in test_null() 104 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0)); in test_null() 112 long long t0, t1; in test_zero() local 114 t0 = NOW(); in test_zero() 122 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0)); in test_zero()
|
/system/extras/tests/pftest/ |
D | pftest.c | 97 unsigned long long t0 = stop_watch(); in main() local 105 printf("%d, %f\n", numPages, (float) (t1 - t0) / WORKLOAD); in main()
|
/system/core/libpixelflinger/ |
D | raster.cpp | 176 const GGLint t0 = Vcr - y; in gglBitBlti() local 177 c->procs.texCoord2i(c, s0, t0); in gglBitBlti() 199 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy in gglBitBlti() local 203 texcoords[3] = t0; in gglBitBlti()
|
D | scanline.cpp | 1200 int32_t t0 = gglMulx(t, iw, iwscale); in scanline_perspective_single() local 1222 dtdx = (tq - t0) / premainder; in scanline_perspective_single() 1236 dtdx = (tq - t0) >> SPAN_BITS; in scanline_perspective_single() 1248 ti.ydtdy = t0 << tscale; in scanline_perspective_single() 1251 ti.ydtdy = t0 >>-tscale; in scanline_perspective_single() 1255 t0 = tq; in scanline_perspective_single() 1522 extern "C" void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) in ggl_test_codegen() argument 1530 needs.t[0] = t0; in ggl_test_codegen()
|
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_mutex.c | 280 double t0; member 293 TTRUE((t1-s->t0) >= s->waitDelay); in do_mutex_test_3_t1() 313 TTRUE((t1-s->t0) >= s->waitDelay); in do_mutex_test_3_t2() 334 s->t0 = time_now(); in do_test_mutex_3()
|
/system/core/init/ |
D | devices.c | 689 suseconds_t t0, t1; in device_init() local 701 t0 = get_usecs(); in device_init() 708 log_event_print("coldboot %ld uS\n", ((long) (t1 - t0))); in device_init()
|
/system/core/libcutils/ |
D | tztime.c | 174 static int differ_by_repeat P((time_t t1, time_t t0)); 296 differ_by_repeat(t1, t0) in differ_by_repeat() argument 298 const time_t t0; 303 return t1 - t0 == SECSPERREPEAT;
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 75 const int t0 = (parts.reload & 1) ? scratches.obtain() : 0; in init_iterated_color() local 83 const int c = (parts.reload & 1) ? t0 : obtainReg(); in init_iterated_color()
|