Searched refs:cntFilled (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.cpp448 unsigned cntFilled; local
455 cntFilled = theApp->m_statistics->GetHistory(cntPoints, sLastPeriod, sFinal, apf, graph_type);
456 if (cntFilled >1 || (bShiftGraph && cntFilled!=0)) {
458 ShiftGraph(cntFilled);
462 ppds->yPrev = GetPlotY(ppds->fPrev = *(apf[i] + cntFilled - 1), ppds);
463 cntFilled--;
465 DrawPoints(apf, cntFilled);
H A DStatistics.cpp471 unsigned cntFilled = 0; local
504 if (++cntFilled == cntPoints) { // enough points
516 ++cntFilled;
522 if (cntFilled > 0) {
523 ComputeAverages(pphr, pos, cntFilled, sStep, ppf, which_graph);
528 return cntFilled;
543 unsigned cntFilled = 0; local
555 pphr[cntFilled] = &(*pos);
556 if (++cntFilled == cntPoints) // enough points
561 pphr[cntFilled
594 ComputeAverages( HR **pphr, listRPOS pos, unsigned cntFilled, double sStep, const std::vector<float *> &ppf, StatsGraphType which_graph) argument
[all...]
H A DStatistics.h366 void ComputeAverages(HR **pphr, listRPOS pos, unsigned cntFilled,

Completed in 113 milliseconds