Searched refs:nHistRanges (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatistics.cpp244 nHistRanges = 7; // =ceil(log(max_update_delay)/log(2))
246 bitsHistClockMask = (1 << (nHistRanges-1)) - 1;
247 aposRecycle = new listPOS[nHistRanges];
248 listPOS *ppos = aposRecycle+nHistRanges-1;
249 for (int i=nHistRanges; i>0; --i) { // permanently allocated history list
420 aposRecycle[nHistRanges-1] ... aposRecycle[0] Tail
434 ppos = aposRecycle+nHistRanges-1;
H A DStatistics.h382 int nHistRanges; member in class:CStatistics

Completed in 58 milliseconds