Searched refs:sTimestamp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.cpp449 phr->sTimestamp = GetUptimeMillis() / 1000.0;
481 pos->sTimestamp :
482 std::floor(pos->sTimestamp/sStep) * sStep;
493 if (pos->sTimestamp > sTarget) {
507 if (pos->sTimestamp == 0.0) { // reached beginning of uptime
545 double LastTimeStamp = pos->sTimestamp;
551 if (pos->sTimestamp > sTarget) {
558 if (pos->sTimestamp <= *sStart) // reached beginning of requested time
624 sTarget = std::max(0.0, pos->sTimestamp - sStep);
628 while (pos != listHR.rend() && pos->sTimestamp > sTarge
[all...]
H A DOScopeCtrl.h67 void AppendPoints(double sTimestamp, const std::vector<float *> &apf);
H A DOScopeCtrl.cpp271 void COScopeCtrl::AppendPoints(double sTimestamp, const std::vector<float *> &apf) argument
273 sLastTimestamp = sTimestamp;
H A DStatistics.h48 double sTimestamp; member in struct:HistoryRecord

Completed in 53 milliseconds