/system/core/libpixelflinger/tests/codegen/ |
D | codegen.cpp | 36 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) in ggl_test_codegen() argument 44 needs.t[0] = t0; in ggl_test_codegen() 74 uint32_t t0; in main() local 76 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1); in main() 77 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/core/libpixelflinger/arch-mips/ |
D | t32cb16blend.S | 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/ |
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/extras/tests/bionic/libc/common/ |
D | test_pthread_rwlock.c | 251 double t0; member 270 TTRUE((t1-s->t0) >= s->waitDelay); in do_rwlock_test_rd3_t1() 290 TTRUE((t1-s->t0) >= s->waitDelay); in do_rwlock_test_rd3_t2() 311 s->t0 = time_now(); in do_test_rwlock_rd3()
|
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/libpixelflinger/ |
D | raster.cpp | 176 const GGLint t0 = Vcr - y; in gglBitBlit() local 177 c->procs.texCoord2i(c, s0, t0); in gglBitBlit() 199 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy in gglBitBlit() local 203 texcoords[3] = t0; in gglBitBlit()
|
D | scanline.cpp | 2006 int32_t t0 = gglMulx(t, iw, iwscale); in scanline_perspective_single() local 2028 dtdx = (tq - t0) / premainder; in scanline_perspective_single() 2042 dtdx = (tq - t0) >> SPAN_BITS; in scanline_perspective_single() 2054 ti.ydtdy = t0 << tscale; in scanline_perspective_single() 2057 ti.ydtdy = t0 >>-tscale; in scanline_perspective_single() 2061 t0 = tq; in scanline_perspective_single()
|
/system/core/init/ |
D | devices.c | 882 suseconds_t t0, t1; in device_init() local 900 t0 = get_usecs(); in device_init() 907 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()
|