Home
last modified time | relevance | path

Searched refs:time_end (Results 226 – 250 of 828) sorted by relevance

12345678910>>...34

/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c631 int64_t time_end = os_time_get(); in gallivm_compile_module() local
632 int time_msec = (int)((time_end - time_begin) / 1000); in gallivm_compile_module()
721 int64_t time_end = os_time_get(); in gallivm_jit_function() local
722 int time_msec = (int)(time_end - time_begin) / 1000; in gallivm_jit_function()
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-filter.c76 uint32_t time_start, time_end, exaddr; in main() local
336 time_end = ftio_get_cap_end(&ftio_in); in main()
338 if (time_start && time_end) { in main()
341 ftio_set_cap_time(&ftio_out, time_start, time_end); in main()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dplugin_common.c260 if (data->time_end.tv_sec > data->time_start.tv_sec) { in P_cache_insert()
261 time_total = data->time_end.tv_sec - data->time_start.tv_sec; in P_cache_insert()
262 …time_delta = MIN(data->time_end.tv_sec, ibasetime.tv_sec + timeslot) - MAX(data->time_start.tv_sec… in P_cache_insert()
450 if (data->time_end.tv_sec) { in P_cache_insert()
451 memcpy(&cache_ptr->stitch->timestamp_max, &data->time_end, sizeof(struct timeval)); in P_cache_insert()
483 if (data->time_end.tv_sec) { in P_cache_insert()
484 if (data->time_end.tv_sec > cache_ptr->stitch->timestamp_max.tv_sec && in P_cache_insert()
485 data->time_end.tv_usec > cache_ptr->stitch->timestamp_max.tv_usec) in P_cache_insert()
486 memcpy(&cache_ptr->stitch->timestamp_max, &data->time_end, sizeof(struct timeval)); in P_cache_insert()
517 if ((ibasetime.tv_sec + timeslot) < data->time_end.tv_sec) { in P_cache_insert()
/dports/science/chrono/chrono-7.0.1/src/demos/gpu/
H A Ddemo_GPU_movingBoundary.cpp125 unsigned int total_frames = (unsigned int)((float)params.time_end * fps); in main()
134 while (curr_time < params.time_end) { in main()
H A Ddemo_GPU_balldrop.cpp75 float time_end = time_settle + time_impact; in main() local
154 while (t < time_end) { in main()
/dports/lang/ruby26/ruby-2.6.9/test/cgi/
H A Dtest_cgi_header.rb146 time_end = Time.now.to_i
150 assert_include(time_start..time_end, date =~ actual && Time.parse($1).to_i)
/dports/science/chrono/chrono-7.0.1/src/demos/distributed/
H A Ddemo_DISTR_rotgrav.cpp210 const double time_end = cli.GetAsType<double>("end_time"); in main() local
217 if (num_threads < 1 || time_end <= 0 || hx < 0 || hy < 0 || height < 0) { in main()
252 std::cout << "Simulation length: " << time_end << std::endl; in main()
319 int num_steps = (int)std::ceil(time_end / time_step); in main()
H A Ddemo_DISTR_scaling.cpp206 const double time_end = cli.GetAsType<double>("end_time"); in main() local
213 if (num_threads < 1 || time_end <= 0 || hx < 0 || hy < 0 || height < 0) { in main()
244 std::cout << "Simulation length: " << time_end << std::endl; in main()
312 int num_steps = (int)std::ceil(time_end / time_step); in main()
/dports/devel/libflatarray/libflatarray-0.3.0/examples/gauss/
H A Dmain.cpp64 double time_end = time(); in performance() local
65 double time_total = time_end - time_start; in performance()
288 double time_end = time(); in performance() local
289 double time_total = time_end - time_start; in performance()
/dports/math/clrng/clRNG-1.0.0-beta/src/tests/
H A Dphilox432_ut.c128 cl_ulong time_start, time_end, total_GPU_time; in FillBufferOnGPU() local
130 clGetEventProfilingInfo(outEvents, CL_PROFILING_COMMAND_END, sizeof(time_end), &time_end, NULL); in FillBufferOnGPU()
131 total_GPU_time = time_end - time_start; in FillBufferOnGPU()
/dports/net-mgmt/nagios-check_email_delivery/check_email_delivery-0.7.1b/
H A Dcheck_imap_quota_epn175 my $time_end = time;
176 my $elapsedtime = $time_end - $time_start;
H A Dcheck_imap_quota175 my $time_end = time;
176 my $elapsedtime = $time_end - $time_start;
/dports/science/chrono/chrono-7.0.1/src/demos/multicore/
H A Ddemo_MCORE_particlesNSC.cpp175 double time_end = 1; in main() local
176 int num_steps = (int)std::ceil(time_end / time_step); in main()
/dports/games/minetest/minetest-5.4.1/games/devtest/mods/testpathfinder/
H A Dinit.lua50 local time_end = minetest.get_us_time()
51 local time_diff = time_end - time_start
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/nvflinger/
H A Dnvflinger.cpp49 const s64 time_end = system.CoreTiming().GetGlobalTimeNs().count(); in SplitVSync() local
50 const s64 time_passed = time_end - time_start; in SplitVSync()
56 delay = (system.CoreTiming().GetGlobalTimeNs().count() - time_end) - next_time; in SplitVSync()
/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/multicore/
H A Dutest_MCORE_linactuator.cpp296 double time_end = 2; in TEST_P() local
307 while (time < time_end) { in TEST_P()
319 while (time < time_end) { in TEST_P()
H A Dutest_MCORE_narrowphase.cpp230 double time_end = 1; in main() local
239 while (time < time_end) { in main()
259 while (time < time_end) { in main()
/dports/security/nettle/nettle-3.7.3/examples/
H A Dtiming.h37 extern double (*time_end)(void);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/examples/
H A Dtiming.h37 extern double (*time_end)(void);
/dports/shells/zsh/zsh-5.8.1/Functions/Calendar/
H A Dcalendar_scandate202 # line[time_start,time_end] is the string for the time.
203 integer time_start time_end date_start date_end
366 time_end=$mend[-1]
375 (( time_end += ${mend[-1]} ))
378 line=$line[1,time_start-1]$line[time_end+1,-1]
495 time_found=1 time_end=0 time_start=1
528 (( date_start += time_end - time_start + 1 ))
531 (( date_end += time_end - time_start + 1 ))
534 if (( time_end + 1 < date_start )); then
587 print "Time string: $time_start,$time_end:" \
[all …]
/dports/graphics/cuttlefish/cuttlefish-1.3/lib/
H A DMap.pm410 my ($this, $time_start, $time, $time_end) = @_;
412 my $points_end = $this->{points}{$time_end};
419 die("addFrame() Failed to find start time:$time_end");
426 unless ($time_end == $time_start) {
427 $scaler = ($time-$time_start)/($time_end - $time_start);
/dports/games/tycho/species/
H A Dkingdom.cpp329 time_t time_start, time_fight_start, time_fight_end, time_end; in fight() local
377 time(&time_end); in fight()
381 cout << "generation " << _generation-1 << " took " << (time_end-time_start) << "s " in fight()
383 << (time_end-time_fight_end) << "s) ("; in fight()
/dports/games/species/species/
H A Dkingdom.cpp329 time_t time_start, time_fight_start, time_fight_end, time_end; in fight() local
377 time(&time_end); in fight()
381 cout << "generation " << _generation-1 << " took " << (time_end-time_start) << "s " in fight()
383 << (time_end-time_fight_end) << "s) ("; in fight()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/driver/
H A Dlst_drv.F239 time_end =util_wallsec()
240 energy_time=time_end-time_start
252 time_end =util_wallsec()
253 gradient_time=time_end-time_start
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/driver/
H A Dlst_drv.F239 time_end =util_wallsec()
240 energy_time=time_end-time_start
252 time_end =util_wallsec()
253 gradient_time=time_end-time_start

12345678910>>...34