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

/freebsd-13-stable/usr.sbin/ppp/
H A Dthroughput.c59 t->nSample = 0;
95 t->nSample = 0;
174 old = t->in.SampleOctets[t->nSample];
175 t->in.SampleOctets[t->nSample] = t->OctetsIn;
176 t->in.OctetsPerSecond = (t->in.SampleOctets[t->nSample] - old) / divisor;
178 old = t->out.SampleOctets[t->nSample];
179 t->out.SampleOctets[t->nSample] = t->OctetsOut;
180 t->out.OctetsPerSecond = (t->out.SampleOctets[t->nSample] - old) / divisor;
188 if (++t->nSample == t->SamplePeriod)
189 t->nSample
[all...]
H A Dthroughput.h51 int nSample; member in struct:pppThroughput
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c17979 int nSample; /* Number of elements in aSample[] */ member in struct:Index
109063 int nSample; /* Current number of samples */ member in struct:StatAccum
110418 int nSample = pIdx->nSample; local
110513 int nSample; /* Number of samples */ local
[all...]

Completed in 565 milliseconds