Home
last modified time | relevance | path

Searched refs:_total (Results 1 – 6 of 6) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/statistic/
DSampleStatistic.java47 protected final AtomicLong _total = new AtomicLong(); field in SampleStatistic
54 _total.set(0); in reset()
61 long total = _total.addAndGet(sample); in set()
84 return _total.get(); in getTotal()
94 return (double)_total.get()/_count.get(); in getMean()
DCounterStatistic.java38 protected final AtomicLong _total = new AtomicLong(); field in CounterStatistic
51 _total.set(0); // total always set to 0 to properly calculate cumulative total in reset()
62 _total.addAndGet(delta); in add()
115 return _total.get(); in getTotal()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h19 UInt64 _total; variable
22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync()
48 _total = total; in SetProgress()
59 total = _total; in GetProgress()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c337 static unsigned long long _total; in lp_debug_draw_bins_by_coverage() local
383 _total += total; in lp_debug_draw_bins_by_coverage()
387 _total, in lp_debug_draw_bins_by_coverage()
389 _total * 100.0 / (double)_possible); in lp_debug_draw_bins_by_coverage()
/external/opencv3/3rdparty/openexr/Imath/
DImathMatrixAlgo.cpp81 KahanSum() : _total(0), _correction(0) {} in KahanSum()
87 const double t = _total + y; in operator +=()
88 _correction = (t - _total) - y; in operator +=()
89 _total = t; in operator +=()
94 return _total; in get()
98 double _total; member in Imath::__anon3e9663340111::KahanSum
/external/guice/extensions/persist/lib/
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...