HomeSort by relevance Sort by last modified time
    Searched refs:t_start (Results 1 - 7 of 7) sorted by null

  /external/dropbear/libtommath/etc/
timer.asm 11 [global t_start]
12 t_start: label
tune.c 49 void t_start(void) { LBL_T = TIMFUNC(); } function
53 extern void t_start(void);
76 t_start();
104 t_start();
  /external/blktrace/btt/
seek.c 32 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/
x86_prof.c 95 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...]
tomcrypt_test.h 55 void t_start(void);
  /external/libpng/
pngtest.c 84 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
    [all...]
  /external/openssh/
sshconnect.c 247 struct timeval tv, t_start; local
251 gettimeofday(&t_start, NULL);
315 ms_subtract_diff(&t_start, timeoutp);
447 struct timeval t_start, t_remaining; local
458 gettimeofday(&t_start, NULL);
463 ms_subtract_diff(&t_start, &remaining);
    [all...]

Completed in 240 milliseconds