Searched refs:otv (Results 1 - 2 of 2) sorted by relevance

/external/grub/grub/
H A Dasmstub.c1052 struct timeval otv, tv; local
1054 gettimeofday (&otv, 0);
1061 delta = tv.tv_usec - otv.tv_usec;
/external/strace/
H A Dstrace.c2798 static struct timeval otv; local
2802 if (otv.tv_sec == 0)
2803 otv = tv;
2804 tv_sub(&dtv, &tv, &otv);
2807 otv = tv;

Completed in 228 milliseconds