Searched refs:sFinal (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOScopeCtrl.cpp454 double sFinal = (bStopped ? sLastTimestamp : -1.0); local
455 cntFilled = theApp->m_statistics->GetHistory(cntPoints, sLastPeriod, sFinal, apf, graph_type);
H A DStatistics.cpp460 double sFinal, // latest allowed timestamp
477 if (sFinal >= 0.0) {
478 sTarget = sFinal;
457 GetHistory( unsigned cntPoints, double sStep, double sFinal, const std::vector<float *> &ppf, StatsGraphType which_graph) argument
H A DStatistics.h229 unsigned GetHistory(unsigned cntPoints, double sStep, double sFinal, const std::vector<float *> &ppf, StatsGraphType which_graph);

Completed in 202 milliseconds