Searched refs:time_end (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dscantest.c76 struct timeval time_end; local
78 gettimeofday(&time_end, 0);
83 timeval_subtract(&time_end, &track->time_start),
H A Dutil.c325 struct timeval time_end; local
332 gettimeofday(&time_end, 0);
353 timeval_subtract(&time_end, &track->time_start),
358 timeval_subtract(&time_end, &track->time_start));
378 timeval_subtract(&time_end, &track->time_start));
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl90 my $time_end = new Benchmark;
91 my $time_diff = timediff($time_end, $time_start);
/external/libvpx/vp8/common/
H A Donyx.h210 int vp8_get_compressed_data(VP8_PTR comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, INT64 *time_stamp, INT64 *time_end, int flush);
/external/libvpx/examples/includes/geshi/contrib/
H A Dlangcheck.php658 $time_end = explode(' ', microtime()); variable
659 $time_diff = $time_end[0] + $time_end[1] - $time_start[0] - $time_start[1];
/external/e2fsprogs/misc/
H A Dbadblocks.c196 struct timeval time_end; local
200 gettimeofday(&time_end, 0);
205 time_diff_format(&time_end, &time_start, diff_buf));
/external/libvpx/vp8/encoder/
H A Donyx_if.c4780 int vp8_get_compressed_data(VP8_PTR ptr, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, INT64 *time_stamp, INT64 *time_end, int flush) argument
4936 *time_end = cpi->source_end_time_stamp;

Completed in 140 milliseconds