| /freebsd-12-stable/contrib/ofed/librdmacm/examples/ |
| D | cmtime.c | 113 #define end_time(s) gettimeofday(×[s][1], NULL) macro 371 end_time(STEP_CREATE_ID); in alloc_nodes() 393 end_time(STEP_DESTROY); in cleanup_nodes() 523 end_time(STEP_BIND); in run_client() 543 end_time(STEP_RESOLVE_ADDR); in run_client() 561 end_time(STEP_RESOLVE_ROUTE); in run_client() 577 end_time(STEP_CREATE_QP); in run_client() 594 end_time(STEP_CONNECT); in run_client() 606 end_time(STEP_DISCONNECT); in run_client()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | dsrec.c | 59 time_t start_time, end_time; in load_srec() local 149 end_time = time (NULL); in load_srec() 171 report_transfer_performance (data_count, start_time, end_time); in load_srec()
|
| D | dve3900-rom.c | 871 time_t start_time, end_time; /* for timing of download */ in r3900_load() local 918 end_time = time (NULL); in r3900_load() 930 report_transfer_performance (data_count, start_time, end_time); in r3900_load()
|
| D | remote-e7000.c | 1494 time_t start_time, end_time; /* Start and end times of download */ in e7000_load() local 1629 end_time = time (NULL); in e7000_load() 1656 report_transfer_performance (data_count, start_time, end_time); in e7000_load()
|
| D | symfile.c | 1465 time_t start_time, end_time; /* Start and end times of download */ in generic_load() local 1521 end_time = time (NULL); in generic_load() 1540 cbdata.write_count, end_time - start_time); in generic_load() 1553 time_t end_time) in report_transfer_performance() argument 1556 end_time - start_time, 0); in report_transfer_performance()
|
| /freebsd-12-stable/contrib/googletest/googletest/samples/ |
| D | sample5_unittest.cc | 74 const time_t end_time = time(NULL); in TearDown() local 79 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown()
|
| /freebsd-12-stable/sys/dev/acpica/ |
| D | acpi_cpu.c | 1111 uint32_t start_time, end_time; in acpi_cpu_idle() local 1192 end_time = ((end_ticks - start_ticks) << 20) / cpu_tickrate(); in acpi_cpu_idle() 1194 end_time = min(end_time, 500000 / hz); in acpi_cpu_idle() 1195 sc->cpu_prev_sleep = (sc->cpu_prev_sleep * 3 + end_time) / 4; in acpi_cpu_idle() 1234 AcpiGetTimer(&end_time); in acpi_cpu_idle() 1238 AcpiGetTimer(&end_time); in acpi_cpu_idle() 1251 AcpiGetTimerDuration(start_time, end_time, &end_time); in acpi_cpu_idle() 1253 end_time = ((end_ticks - start_ticks) << 20) / cpu_tickrate(); in acpi_cpu_idle() 1254 sc->cpu_prev_sleep = (sc->cpu_prev_sleep * 3 + end_time) / 4; in acpi_cpu_idle()
|
| /freebsd-12-stable/sys/dev/twa/ |
| D | tw_cl_misc.c | 315 TW_TIME end_time; in tw_cli_drain_aen_queue() local 338 end_time = tw_osl_get_local_time() + in tw_cli_drain_aen_queue() 354 } while (tw_osl_get_local_time() <= end_time); in tw_cli_drain_aen_queue() 444 TW_TIME end_time; in tw_cli_poll_status() local 449 end_time = tw_osl_get_local_time() + timeout; in tw_cli_poll_status() 457 } while (tw_osl_get_local_time() <= end_time); in tw_cli_poll_status()
|
| D | tw_osl_freebsd.c | 975 TW_TIME end_time; in tw_osli_fw_passthru() local 1042 end_time = tw_osl_get_local_time() + timeout; in tw_osli_fw_passthru() 1100 end_time = tw_osl_get_local_time() + timeout; in tw_osli_fw_passthru() 1112 timeout = (end_time - tw_osl_get_local_time()); in tw_osli_fw_passthru()
|
| D | tw_cl_io.c | 954 TW_TIME end_time; in tw_cli_submit_and_poll_request() local 976 end_time = tw_osl_get_local_time() + timeout; in tw_cli_submit_and_poll_request() 992 } while (tw_osl_get_local_time() <= end_time); in tw_cli_submit_and_poll_request()
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntpsim.h | 111 double end_time; /* Time at which simulation needs to be ended */ member
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntpsim.c | 118 simulation.end_time = SIM_TIME; in ntpsim() 164 while (simulation.sim_time <= simulation.end_time && in ntpsim()
|
| D | ntp_config.c | 4891 simulation.end_time = init_stmt->value.d; in config_sim()
|
| /freebsd-12-stable/lib/libomp/ |
| D | omp-tools.h | 549 ompt_device_time_t end_time; member 1004 ompt_device_time_t end_time; member 1083 ompt_device_time_t end_time; member
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/include/ |
| D | omp-tools.h.var | 548 ompt_device_time_t end_time; 1003 ompt_device_time_t end_time; 1082 ompt_device_time_t end_time;
|
| /freebsd-12-stable/contrib/unbound/contrib/ |
| D | redirect-bogus.patch | 57 struct timeval end_time;
|
| /freebsd-12-stable/contrib/unbound/services/ |
| D | mesh.c | 1283 struct timeval end_time; in mesh_send_reply() local 1413 end_time = *m->s.env->now_tv; in mesh_send_reply() 1414 timeval_subtract(&duration, &end_time, &r->start_time); in mesh_send_reply()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationClient.cpp | 2447 const auto end_time = steady_clock::now(); in TestPacketSpeed() local 2448 const auto total_time = end_time - start_time; in TestPacketSpeed() 2501 const auto end_time = steady_clock::now(); in TestPacketSpeed() local 2502 const auto total_time = end_time - start_time; in TestPacketSpeed()
|