Searched refs:t_start (Results 1 - 6 of 6) sorted by relevance

/external/dropbear/libtommath/etc/
H A Dtimer.asm11 [global t_start]
12 t_start: label
H A Dtune.c49 void t_start(void) { LBL_T = TIMFUNC(); } function
53 extern void t_start(void);
76 t_start();
104 t_start();
/external/blktrace/btt/
H A Dseek.c32 double t_start, t_last; member in struct:sps_bkt
104 double delta = sps->t_last - sps->t_start;
108 tstamp = sps->t_start;
112 tstamp = sps->t_start + (delta / 2);
115 fprintf(sip->sps_fp, "%15.9lf %.2lf\n", sps->t_start, s_p_s);
117 sps->t_start = 0;
126 if (sps->nseeks != 0 && ((t - sps->t_start) >= 1.0))
131 sps->t_start = t;
/external/dropbear/libtomcrypt/testprof/
H A Dx86_prof.c95 void t_start(void) function
112 t_start();
274 t_start();
315 t_start();
334 t_start();
387 t_start();
406 t_start();
462 t_start();
481 t_start();
538 t_start();
[all...]
H A Dtomcrypt_test.h55 void t_start(void);
/external/libpng/
H A Dpngtest.c84 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1224 t_misc += (t_stop - t_start);
1225 t_start = t_stop;
1244 t_decode += (t_stop - t_start);
1245 t_start = t_stop;
1250 t_encode += (t_stop - t_start);
1251 t_start = t_stop;
1685 t_misc += (t_stop - t_start);
1686 t_start = t_stop;

Completed in 125 milliseconds