Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h19 UInt64 _total; member in CProgressSync
22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync()
48 _total = total; in SetProgress()
59 total = _total; in GetProgress()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c485 static uint64_t _total = 0; in lp_debug_draw_bins_by_coverage() local
531 _total += total; in lp_debug_draw_bins_by_coverage()
537 _total, in lp_debug_draw_bins_by_coverage()
539 (double) _total * 100.0 / (double)_possible); in lp_debug_draw_bins_by_coverage()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dprogress.py252 self._total = test_count
296 if self._total:
297 progress = (self._passed + self._failed) * 100 // self._total

Completed in 4 milliseconds