Home
last modified time | relevance | path

Searched refs:tv2 (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
Dscantest.c67 struct timeval *tv2) in timeval_subtract() argument
69 return ((tv1->tv_sec - tv2->tv_sec) + in timeval_subtract()
70 ((float) (tv1->tv_usec - tv2->tv_usec)) / 1000000); in timeval_subtract()
Dutil.c307 struct timeval *tv2) in timeval_subtract() argument
309 return ((tv1->tv_sec - tv2->tv_sec) + in timeval_subtract()
310 ((float) (tv1->tv_usec - tv2->tv_usec)) / 1000000); in timeval_subtract()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c304 unsigned long tv1, tv2; in get_clock() local
308 &cl, &tv1, &tv2, &a) == 4) { in get_clock()
311 last.tv_usec = tv2; in get_clock()