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

/freebsd-10.2-release/usr.sbin/ppp/
H A Dthroughput.c57 t->nSample = 0;
93 t->nSample = 0;
172 old = t->in.SampleOctets[t->nSample];
173 t->in.SampleOctets[t->nSample] = t->OctetsIn;
174 t->in.OctetsPerSecond = (t->in.SampleOctets[t->nSample] - old) / divisor;
176 old = t->out.SampleOctets[t->nSample];
177 t->out.SampleOctets[t->nSample] = t->OctetsOut;
178 t->out.OctetsPerSecond = (t->out.SampleOctets[t->nSample] - old) / divisor;
186 if (++t->nSample == t->SamplePeriod)
187 t->nSample
[all...]
H A Dthroughput.h49 int nSample; member in struct:pppThroughput
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c10719 int nSample; /* Number of elements in aSample[] */ member in struct:Index
80466 int nSample; /* Current number of samples */ member in struct:Stat3Accum
81195 int nSample; /* Number of samples */ local
106928 int nSample; local
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c102862 int nSample; local
[all...]

Completed in 719 milliseconds