Searched refs:end_time (Results 26 - 36 of 36) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-m32r-sdi.c1216 time_t start_time, end_time; /* Start and end times of download */ local
1352 end_time = time (NULL);
1377 end_time - start_time);
H A Dsymfile.c1498 time_t start_time, end_time; /* Start and end times of download */
1554 end_time = time (NULL);
1573 cbdata.write_count, end_time - start_time);
1586 time_t end_time)
1589 end_time - start_time, 0);
1496 time_t start_time, end_time; /* Start and end times of download */ local
1583 report_transfer_performance(unsigned long data_count, time_t start_time, time_t end_time) argument
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Di915_vma.c157 IGT_TIMEOUT(end_time);
190 if (igt_timeout(end_time,
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py173 end_time = time.time() + duration
175 while end_time > time.time():
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dselftest_execlists.c2977 IGT_TIMEOUT(end_time);
2998 !__igt_timeout(end_time, NULL));
3536 IGT_TIMEOUT(end_time);
3549 !__igt_timeout(end_time, NULL));
3611 IGT_TIMEOUT(end_time);
3628 } while (count < smoke->ncontext && !__igt_timeout(end_time, NULL));
3718 IGT_TIMEOUT(end_time);
3813 if (__igt_timeout(end_time, NULL))
H A Dselftest_lrc.c1852 IGT_TIMEOUT(end_time);
1878 if (__igt_timeout(end_time, NULL))
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm62 end_time
1014 =head3 C<end_time>
1480 $self->end_time( $self->get_time );
/openbsd-current/usr.sbin/unbound/services/
H A Dmesh.c1325 struct timeval end_time; local
1457 end_time = *m->s.env->now_tv;
1458 timeval_subtract(&duration, &end_time, &r->start_time);
/openbsd-current/sbin/unwind/libunbound/services/
H A Dmesh.c1325 struct timeval end_time; local
1457 end_time = *m->s.env->now_tv;
1458 timeval_subtract(&duration, &end_time, &r->start_time);
/openbsd-current/sys/dev/pci/drm/i915/gem/selftests/
H A Di915_gem_mman.c187 unsigned long end_time)
280 if (igt_timeout(end_time,
185 check_partial_mappings(struct drm_i915_gem_object *obj, const struct tile *tile, unsigned long end_time) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2483 const auto end_time = steady_clock::now();
2484 const auto total_time = end_time - start_time;
2538 const auto end_time = steady_clock::now();
2539 const auto total_time = end_time - start_time;

Completed in 356 milliseconds

12