Home
last modified time | relevance | path

Searched defs:GetAverageSpeed (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/htdig/htdig-3.2.0b6/htnet/
H A DHtNNTP.h132 static float GetAverageSpeed () in GetAverageSpeed() function
H A DHtHTTP.h272 static float GetAverageSpeed () in GetAverageSpeed() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DFileOperationJob.h46 const std::string &GetAverageSpeed() const { return m_avgSpeed; } in GetAverageSpeed() function
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/driver/
H A DChHumanDriver.h103 double GetAverageSpeed() { return m_travel_time > 0.0 ? m_distance / m_travel_time : 0.0; } in GetAverageSpeed() function
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dstatuslinectrl.cpp386 wxFileOffset CStatusLineCtrl::GetAverageSpeed(int elapsed_milli_seconds) in GetAverageSpeed() function in CStatusLineCtrl