Searched refs:t0 (Results 1 - 14 of 14) 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/libcutils/tests/memset_mips/
H A Dmemset_omips.S44 sll t0, a1, 8
45 or a1, t0
46 sll t0, a1, 16
47 or a1, t0 # a1 is now pattern in full word
50 subu t0, zero, a0 # Unaligned address?
51 andi t0, 0x3
52 beq t0, zero, .Lchkw
53 subu a2, t0
55 addu a0, t0 # Now both a0 and a2 are updated
58 andi t0, a
[all...]
H A Dandroid_memset_test.S40 DBG andi $t0,$a0,1 /* $a0 must be halfword aligned */
41 DBG tne $t0
51 li $t0,~1
52 and $a2,$t0
57 andi $t0,$a0,2 /* Check dst alignment */
60 beqz $t0,.Laligned32 /* dst is 32 bit aligned */
64 beqz $t0,.Laligned32 /* dst is 32 bit aligned */
98 1: li $t0,64+12
101 subu $t0,$t1 /* 64+12-$t0 i
[all...]
H A Dmemset_cmips.S67 addu t0,a0,a2 # t0 is the "past the end" address
209 .Llast4:beq a0,t0,.Llast4e
211 bne a0,t0,.Llast4l
/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:__anon278
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:__anon277
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.c892 suseconds_t t0, t1; local
910 t0 = get_usecs();
917 log_event_print("coldboot %ld uS\n", ((long) (t1 - t0)));
/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 159 milliseconds