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

  /ndk/tests/device/test-openmp/jni/
fib.c 31 struct timeval time_start, time_end; local
47 gettimeofday(&time_end, NULL);
48 time_end.tv_usec = time_end.tv_usec-time_start.tv_usec;
49 time_end.tv_sec = time_end.tv_sec-time_start.tv_sec;
50 time_end.tv_usec += (time_end.tv_sec*1000000);
51 printf("Execution time of The Fibonacci Numbers with OpenMP : %lf sec\n", time_end.tv_usec / 1000000.0);
  /external/e2fsprogs/resize/
resource_track.c 68 struct timeval time_end; local
73 gettimeofday(&time_end, 0);
94 timeval_subtract(&time_end, &track->time_start),
99 timeval_subtract(&time_end, &track->time_start));
121 timeval_subtract(&time_end, &track->time_start));
  /external/e2fsprogs/e2fsck/
scantest.c 73 struct timeval time_end; local
75 gettimeofday(&time_end, 0);
80 timeval_subtract(&time_end, &track->time_start),
util.c 379 struct timeval time_end; local
386 gettimeofday(&time_end, 0);
407 timeval_subtract(&time_end, &track->time_start),
412 timeval_subtract(&time_end, &track->time_start));
433 timeval_subtract(&time_end, &track->time_start));
  /external/markdown/MarkdownTest/
MarkdownTest.pl 90 my $time_end = new Benchmark;
91 my $time_diff = timediff($time_end, $time_start);
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record_unittest.py 33 self, parent_thread, time_start, time_end, thread_start, thread_end):
34 duration = time_end - time_start
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 264 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /external/libvpx/libvpx/vp8/common/
onyx.h 253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 429 int64_t *time_stamp, int64_t *time_end, int flush);
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 535 int64_t *time_stamp, int64_t *time_end, int flush);
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 535 int64_t *time_stamp, int64_t *time_end, int flush);
vp9_onyx_if.c     [all...]
  /external/e2fsprogs/misc/
badblocks.c 211 struct timeval time_end; local
215 gettimeofday(&time_end, 0);
221 time_diff_format(&time_end, &time_start, diff_buf),
    [all...]
  /external/stressapptest/src/
worker.cc 2480 uint64 time_start, time_end; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 1706 milliseconds