Home
last modified time | relevance | path

Searched refs:worst_time (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dvobject.c71 double worst_time = 0.0; in vobject_refresh_timeout_cb() local
93 if( elapsed - last_elapsed > worst_time ) { in vobject_refresh_timeout_cb()
94 worst_time = elapsed - last_elapsed; in vobject_refresh_timeout_cb()
105 worst_time, worst_index ); in vobject_refresh_timeout_cb()
/dports/games/pyspacewar/pyspacewar-1.1.1/
H A Dbenchmark.py77 worst_time = 0 variable in Stats
147 stats.worst_time = max(stats.worst_time, now - prev)
259 stats.worst_time * 1000.0))
/dports/net-mgmt/phpweathermap/weathermap/lib/datasources/
H A DWeatherMapDataSource_rrd.php95 $worst_time = time() - 8*60;
133 if( ($result['sequence'] > 2) && ( $result['last_time'] > $worst_time) )
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/helper/
H A Dgeom-pathstroke.cpp862 double worst_time = .5; in offset_cubic() local
875 worst_time = t; in offset_cubic()
889 std::pair<Geom::CubicBezier, Geom::CubicBezier> s = bez.subdivide(worst_time); in offset_cubic()